Does anyone have a link or location I can find some two state RF EV1527 door sensors?
It seems that searching on Amazon is as useless as always and even EBay is being problematic. I can find dozens of Wifi switches and single state switches but I need one that tells me if the door is closed, not when it opens. I figure a lot of these sensors I’m seeing are possibly two state but the blurb is all around sending a door open signal to an alarm.
I know these exist and have seen people’s YouTube videos but they were either without links or the links where dead.
I believe that is the protocol for these standard code sending devices, I thought it would help determine what I meant. Not even sure I used it correctly.
The GS-WDS07 is a 433Mhz door/window sensor.
It has open/close both - so you know the state.
It also has a tamper switch, but typically the physical switch is not there… but the contacts for it.
I have these and can confirm 100% they signal both open and closed.
There are other models out there too - these are the cheapest / smallest I could find and so far work very well for me.
Thay way it’s saves on having a tone of repeated code and allow’s you to retain the sensor states in MQTT, saves using input_boolean’s like I first started off with.
I actually am using a cheap RTL SDR USB received (<$10). This coupled with RTL_433 in a docker container (I forked it and created my first Docker image this way - yay for me).
With this I have a docker container on my server that receives the 433Mhz signal and publishes it to MQTT messages. I have been very happy with this setup, and it allows each device to have a unique topic that is based on the device class, channel, etc.
So far the only thing I have found that could be an issue is that some devices (Digoo TH sensor for example) change device ID when the batteries are changed. I have gotten around this by using a wildcard for the device ID, but that means only the channel selection makes then unique… luckily I only have three, and they support 3 channels… but if I ever want more, I’ll have to figure something else out.
Irrelevant story maybe, but interesting to some I hope
I use these too, its crazy that they seem to be more reliable than my zigbee open/close sensors. I use 2 of them to trigger closet lights when the door to the closet opens. I also have every window in the house covered with these.
I will say the only downside is that my windows make it extremely easy to knock the back off and the sensor falls to the ground.