Search found 8 matches

by javier77
18 Oct 2017, 04:33
Forum: ESP Easy: Projects / Applications
Topic: Esp8266 + relay + normal switch rules coding
Replies: 2
Views: 3306

Esp8266 + relay + normal switch rules coding

Hi i am finishing my project but I am missing the last part, let me tell you what I have so far: 1. ESP8266 d1 mini 2. Relay module 3. Normal wall light switch (with should turn the relay and send via mqtt the state of the relay to my hub) I use mqtt to turn the relay on and off with is working fine...
by javier77
25 Aug 2017, 03:06
Forum: ESP Easy: General Discussion
Topic: Adding rules and button to MQTT activated relay
Replies: 1
Views: 3180

Adding rules and button to MQTT activated relay

Hi guys I've got a esp8266 d1 mini (using eso easy 2.0 mega) with has a relay module (at agio 16) and a button (at gpio 12). The relay can be turned on and off using mqtt from Home Assistant using a virtual button with publish 1 payload to turn on the relay and 0 turn it off. It works like a charm b...
by javier77
22 Jun 2017, 23:26
Forum: Experimental
Topic: MQTT Relay turning on and off by itself
Replies: 2
Views: 7893

Re: MQTT Relay turning on and off by itself

grovkillen wrote: 20 Jun 2017, 06:15 You can set up a log server.

https://www.letscontrolit.com/wiki/inde ... anced_page
Yeah, for debugging purposes it might be a good idea. I am gonna look if I could use my NAS as a log server.

Thanks man!

Javier
by javier77
20 Jun 2017, 03:06
Forum: Experimental
Topic: MQTT Relay turning on and off by itself
Replies: 2
Views: 7893

MQTT Relay turning on and off by itself

Hey guys I really look forward to the 2.0 stable version :P . I have setted a relay which is turned on and off using home assistant using MQTT. It works ok but yesterday I've turned off the relay and 20 minutes later it turned itself on and a couple of minutes later it turned off again. I couldn't f...
by javier77
18 Nov 2016, 00:54
Forum: ESP Easy: Projects / Applications
Topic: Wifi relay with button
Replies: 2
Views: 3860

Re: Wifi relay with button

Thanks for the link i 've had already tried that but didnt work for me. Thanks anyway.
by javier77
16 Nov 2016, 15:41
Forum: ESP Easy: Projects / Applications
Topic: Wifi relay with button
Replies: 2
Views: 3860

Wifi relay with button

Hi i have successfully configured my nodemcu wemo d1 with a relay so that it can be turned on and off using domoticz. But now i want to add a tact button to eg. gpio 12 so that the relay can be switched on and off using the button without domoticz intervention and send a status update to domoticz. i...
by javier77
05 Nov 2016, 20:39
Forum: ESP Easy: General Discussion
Topic: Control of the relay when clicking the button (without network)
Replies: 11
Views: 12337

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

Hi, javier77! If your device is Sonoff you don't need to wire the button! The button is already connected to gpio0. You need to make the settings which you can see in my previous post. I am trying this on a NodeMCU D1 mini using an arduino relay module and a push button. Thanks in advance. Javier
by javier77
04 Nov 2016, 15:16
Forum: ESP Easy: General Discussion
Topic: Control of the relay when clicking the button (without network)
Replies: 11
Views: 12337

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

Hi, i am a newbie with this and i am trying to do this same project to start. The button needs to be wired to gnd and the positive to gpio0? Thanks in advance!