Search found 3 matches
- 15 Oct 2018, 13:11
- Forum: ESP Easy: Hardware
- Topic: I want a switch to be pushed remotely...
- Replies: 4
- Views: 4262
Re: I want a switch to be pushed remotely...
Seems to work!! I use <<ESP IP>>/control?cmd=event,L2on My ruleset 1: On L2on do gpio,0,1 //Set input 0 High timerSet,1,1 //timer 1 set for 1 sec endon On L2off do timerSet,1,0 //timer 1 set to halt, gpio,0,0 //Set input 0 low (normal state) endon On Rules#Timer=1 do gpio,0,0 //Set input 0 low (norm...
- 15 Oct 2018, 12:45
- Forum: ESP Easy: Hardware
- Topic: I want a switch to be pushed remotely...
- Replies: 4
- Views: 4262
Re: I want a switch to be pushed remotely...
Going to check it now!
- 15 Oct 2018, 09:52
- Forum: ESP Easy: Hardware
- Topic: I want a switch to be pushed remotely...
- Replies: 4
- Views: 4262
I want a switch to be pushed remotely...
Hi, I use ESP_EASY in combination with Homeseer. As controller I call HomeSeer_REST_API.aspx with IDX as device number. This works perfect when I am near the actual light-switches that are build into the wall with an ESP behind it. But is there a way to simulate that a button is pushed (so force an ...