Search found 15 matches

by 79kiko
17 Apr 2018, 19:03
Forum: ESP Easy: General Discussion
Topic: Clock Time set using http
Replies: 2
Views: 2269

Re: Clock Time set using http

I can send it in another format, it is no problem: http://xxx.xxx.xxx.xxx/control?cmd=event,clocktimeset=237 or http://xxx.xxx.xxx.xxx/control?cmd=event,clocktimeset=2,37 but I need use the above value in rule On Clock#Time=All,(time value from http) do gpio,13,1 endon I can save value to dummy devi...
by 79kiko
17 Apr 2018, 03:04
Forum: ESP Easy: General Discussion
Topic: Clock Time set using http
Replies: 2
Views: 2269

Clock Time set using http

How can I send set time to ESP? I need save this the time to variable and next I want work with him in rules.
My http command is:

Code: Select all

http://xxx.xxx.xxx.xxx/control?cmd=event,clocktimeset=02:37
I need This Time for process it further in ESP rules.
by 79kiko
07 Oct 2017, 16:28
Forum: ESP Easy: General Discussion
Topic: ip of espeasy is lost and i can not send any command but a device is report rssi every 5 min!!!!
Replies: 24
Views: 18873

Re: disconnect wifi (strange problem)

Hello. Try connect Wemos directly to relay without your board.
by 79kiko
02 Oct 2017, 01:36
Forum: ESP Easy: Software
Topic: RF 433 plugin for KAKU in the playground
Replies: 42
Views: 49229

Re: RF 433 plugin for KAKU in the playground

I want testing this RF plugin,but compilation end with error. _P111_RF.ino: In function 'boolean Plugin_111(byte, EventStruct*, String&)': _P111_RF:61: error: 'irReceiver' was not declared in this scope if (irReceiver != 0) { ^ _P111_RF:88: error: 'irReceiver' was not declared in this scope if (...
by 79kiko
21 Jul 2017, 21:21
Forum: ESP Easy: General Discussion
Topic: ESP MEGA - Pulse Counter
Replies: 14
Views: 15184

Re: ESP MEGA - Pulse Counter

Solved. The simplest solution. I used a photoresistor connected between GND and D3(GPIO-0). That works fine.
Photoresistor specification:
100 lx_5kOhm_
10 lx_33kOhm_
0 lx_180kOhm_
Image

My settings of pulse counter:
Image
by 79kiko
20 Jul 2017, 22:18
Forum: ESP Easy: General Discussion
Topic: ESP MEGA - Pulse Counter
Replies: 14
Views: 15184

Re: ESP MEGA - Pulse Counter

The connector is under the cover. I would have to ask for permission from Electricity seller. Slovak byrocration is too high.
by 79kiko
18 Jul 2017, 11:18
Forum: ESP Easy: General Discussion
Topic: ESP MEGA - Pulse Counter
Replies: 14
Views: 15184

Re: ESP MEGA - Pulse Counter

I think no.
Image
by 79kiko
18 Jul 2017, 09:37
Forum: ESP Easy: General Discussion
Topic: ESP MEGA - Pulse Counter
Replies: 14
Views: 15184

Re: ESP MEGA - Pulse Counter

I have problem with setup of pulse counter. I want power meter,but I don't know how setup esp easy. My power meter has 1600 pulses/ kWh and 80ms of blink time. What is counter type in setting? What is count and time. Pulse counter return some big number. I have TCRT5000 sensor. Count should be the n...
by 79kiko
30 Jun 2017, 20:37
Forum: ESP Easy: Software
Topic: Reboot button position
Replies: 0
Views: 1267

Reboot button position

Im using this best firmware for ESP8266 modules. I have problem with Log button in Tools. This button is very near Reboot button. When I connect from mobile phone, It happens to me that instead of the Log button, I press the Reboot button. Is it possible change location of Reboot button or separate ...
by 79kiko
06 Jun 2017, 17:13
Forum: ESP Easy: Projects / Applications
Topic: LED Dimming from max to min
Replies: 0
Views: 1679

LED Dimming from max to min

Hello,
how can I do rule for dimming? I need LED ON and during 25s slowly dim to OFF.
When I'm cleaning my pool sand filter I have setting time 45s and I want to know when cleaning time will be end, signalization with LED dimming.
by 79kiko
26 May 2017, 17:56
Forum: ESP Easy: Projects / Applications
Topic: Led Blinkong after push button
Replies: 0
Views: 1584

Led Blinkong after push button

Hello,
I need help with rule. I have connected push button to gpio14, LED to gpio12 and relay to gpio16. After one push Button I want LED blinking for 25 seconds and gpio 16 set to ON.
After the time has elapsed, the LED and relay set to OFF..

thanks
by 79kiko
02 Apr 2017, 18:19
Forum: ESP Easy: Projects / Applications
Topic: Command execution
Replies: 2
Views: 2834

Command execution

How can I make answer from my esp? when I send command from openhab, I want return information from esp about command execution.
when I Lose wifi connection on my esp, openhab send command. Command is unexecuted but openhab thinks that is executed.
by 79kiko
05 Jan 2017, 00:48
Forum: ESP Easy: Software
Topic: Can't set GPIO to LOW.
Replies: 5
Views: 5909

Re: Can't set GPIO to LOW.

MQTT message work fine, but only my board don't do LOW. When I send message 1 or 0, my board do only HIGH. I can't to do LOW. On software side everything looks OK.
by 79kiko
04 Jan 2017, 23:32
Forum: ESP Easy: Software
Topic: Can't set GPIO to LOW.
Replies: 5
Views: 5909

Re: Can't set GPIO to LOW.

When I setup in Hardware Pin Mode 13 to Default,after boot setup pin to LOW When I setup in Hardware Pin Mode 13 to Output LOW,after boot setup pin to HIGH and same When I setup in Hardware Pin Mode 13 to Output HIGH,after boot setup pin to HIGH Led works fine ON/OFF. ESPeasy version R120 All The pi...
by 79kiko
04 Jan 2017, 21:44
Forum: ESP Easy: Software
Topic: Can't set GPIO to LOW.
Replies: 5
Views: 5909

Can't set GPIO to LOW.

Can't set GPIO to LOW. After boot are all pins set to LOW but when I send any message from my Openhab
/heating/gpio/13 0
or
/heating/gpio/13 1
everytime set my board Wemos D1 on HIGH and can't set to LOW.

Where can to be problem?