Status gpio after reboot esp
Posted: 12 Oct 2016, 20:28
Hello, first forgive please my English is not good 
I used nodemcu and two relays.
I manage this with domoticz.
After reboot nodemcu GPIO are state on 1.
I wont state 0 after reboot and i added to rules this:
Now is ok becouse state after reboot is 0 but how send this state to domoticz ?

I used nodemcu and two relays.
I manage this with domoticz.
After reboot nodemcu GPIO are state on 1.
I wont state 0 after reboot and i added to rules this:
Code: Select all
On System#Boot do //When the ESP boots, do
gpio 12,0
gpio 14,0