I just got my gateway setup and running. I’m able to get switches working no problem but bought the following door sensors and am wondering how to set them up. Would one of you be willing to share your configuration.yaml for this or a similar sensor and provide some guidance? Do you use the binary sensor?
I’d control valves and they would be “normally-closed” so that would be safe right? Since like it safer if they close themselves vs. if “irrigation” is not working.
The risk that you have is that the valve doesn’t receive the off signal and continue spreading water but if the gateway is close to the valve it’s not a big risk.
You have to weigh the pros and the cons
i would chose a 4 channel relay board connected to a nodemcu or arduino
you can program those yourselve, and have feedback if the relay is open or closed.
you could still go the MQTT way if you prefer that.
i have a mysensors gateway and the advantage is that i Always know if my relay is on or off.
with a nodemcu you can also use it directly as a gateway with sensors and relays.
Why not just connecting directly your nodemcu to the relay board and handle the state/action with mqtt = don t use basic 433mhz protocol.
In you have wifi coverage in your use case i would use a sonoff with tasmota in it
Can someone help me out.
how to set up pir motion sensor with openmqtt gateway?
i got the rf code but don’t know how to set up it with homeassistant.
thanks
Its not reliable and not working instantly. I have to hold the capacitive button for couple of seconds to get it to send code, and even then it is not 100% sure that it send a code.
Im using it with wemos d1 mini gateway. Anyone can help?
use another remote to send the same code to your reciever. if that also gives problems you can suspect the reciever.
listen with a different reciever to your remote. (for instance a 433 mhz reciever on a RPI or a nodemcu) every time you push the button, you should recieve the same code on the other reciever. (if the remote is working fine then the reciever is faulty.)