Search found 3 matches
- 11 Sep 2016, 22:59
- Forum: ESP Easy: Projects / Applications
- Topic: Switch value not updating when operated from Domoticz
- Replies: 12
- Views: 19765
Re: Switch value not updating when operated from Domoticz
The script works for me when using a momentary button, but it I'm running into a wall when trying to use it with a regular on/off switch. Any ideas?
- 04 Sep 2016, 11:32
- Forum: ESP Easy: Projects / Applications
- Topic: Switch value not updating when operated from Domoticz
- Replies: 12
- Views: 19765
Re: Switch value not updating when operated from Domoticz
Thank you so much! I'll test this as soon as I'm back from vacation.
- 16 Aug 2016, 16:19
- Forum: ESP Easy: Projects / Applications
- Topic: Switch value not updating when operated from Domoticz
- Replies: 12
- Views: 19765
Switch value not updating when operated from Domoticz
Hi everyone, I have flashed a couple of Sonoffs with ESP Easy and set them up with Domoticz to turn lamps on and off. The Sonoff has a relay on gpio 12 and a momentary button on gpio 0. I am using simple HTTP calls inside a dummy switch in Domoticz to control the relay (cmd=gpio,12,1 | cmd=gpio,12,0...