Search found 5 matches

by jomixl
15 Aug 2017, 18:03
Forum: ESP Easy: General Discussion
Topic: sonoff dual flashing the ESP
Replies: 68
Views: 85029

Re: sonoff dual flashing the ESP

hello Bryan, since i disabled the serial port it seems to work when i call the event drectly. But i could not get an event when i just switch Sonoff1 on. Maybe i ther is a fault in my rules: what would be the syntax for an event when Sonoff1 goes on and what do i have to do in the devices. it seams ...
by jomixl
15 Aug 2017, 14:05
Forum: ESP Easy: General Discussion
Topic: sonoff dual flashing the ESP
Replies: 68
Views: 85029

Re: sonoff dual flashing the ESP

hi Bryan, i am sending the commands by my own tool, that means commands are sent only on a buttonclick. the sonoff1,1 ond sonoff1,0 commands work stable. when i set the relay with the scipt Sonoff1On the relay is set but not alltimes reset by the timer1. the script Sonoff1Off works stabel. i will tr...
by jomixl
13 Aug 2017, 19:30
Forum: ESP Easy: General Discussion
Topic: sonoff dual flashing the ESP
Replies: 68
Views: 85029

Re: sonoff dual flashing the ESP

hello Bryan, it seems to me that something with the scribt goes wrong. i have made this rules: On Sonoff1On do Sonoff1,1 timerSet,1,5 endon On Sonoff1Off do Sonoff1,0 timerSet,1,0 endon On Rules#Timer=1 do //When Timer1 expires, do Sonoff1,0 endon i can switch the relay on with caling sonoff1On and ...
by jomixl
13 Aug 2017, 09:18
Forum: ESP Easy: General Discussion
Topic: sonoff dual flashing the ESP
Replies: 68
Views: 85029

Re: sonoff dual flashing the ESP

Thanks Bryan, now i will try to create that rule..... this is what i did: On Sonoff1Pulse do Sonoff1,1 timerSet,1,10 endon On Rules#Timer=1 do //When Timer1 expires, do Sonoff1,0 endon this seems to me ok, but i am confused about the creation of the event. i made a switch input named sonoff1pulse wi...
by jomixl
11 Aug 2017, 20:48
Forum: ESP Easy: General Discussion
Topic: sonoff dual flashing the ESP
Replies: 68
Views: 85029

Re: sonoff dual flashing the ESP

hi Brian,
thanks for your work!
The On/Off commands work fine, but what do i have to do when i want to use the 'LongPulse' command?
I have no experience in EasyEsp and Arduino so is it possible to add a timer in your plugin?

regards
jomixl