Search found 3 matches

by gambi
24 Nov 2016, 20:11
Forum: ESP Easy: General Discussion
Topic: Control of the relay when clicking the button (without network)
Replies: 11
Views: 12317

Re: Control of the relay when clicking the button (without network)

Hi, kosta! First go to Tools->Advanced and enable Rules (click on Rules checkbox). Then go to Devices and cerate switch input like here: Untitled.png Then go to Rules tab and paste this code: on switchon do gpio 12,1 gpio 13,0 inputswitchstate 0,1 endon on switchoff do gpio 12,0 gpio 13,1 inputswit...
by gambi
12 Oct 2016, 20:28
Forum: ESP Easy: Software
Topic: Status gpio after reboot esp
Replies: 0
Views: 1769

Status gpio after reboot esp

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: On System#Boot do //When the ESP boots, do gpio 12,0 gpio 14,0 Now is ok becouse state af...
by gambi
06 Sep 2016, 05:03
Forum: ESP Easy: Hardware
Topic: Change state after disconnecting the power supply
Replies: 0
Views: 1782

Change state after disconnecting the power supply

Hello i add to my nodemcu relay as in Examplehttp://www.esp8266.nu/index.php/Relais
and after switching off and switching on the power supply does not remember state.
Is it normal ?