In the article about the 433Mhz mini push-button, I already reported on my forays into the wonders of the electronic product world. It was not only the 433Mhz radio wall switch, 433Mhz mini push-button and 433Mhz SOS button but also a 433Mhz window contact.
I have been using it to successfully monitor the status of my windows for several months now.
This is particularly practical for roof windows, as it can be quite annoying if you leave them open for an entire rain shower.
Therefore, here is a short article describing how to integrate this 433Mhz window contact into your NodeRed configuration using the RF-Bridge.
Safety instructions
I know the following notes are always kind of annoying and seem unnecessary. Unfortunately, many people who knew "better" have lost eyes, fingers or other things due to carelessness or injured themselves. Data loss is almost negligible in comparison, but even these can be really annoying. Therefore, please take five minutes to read the safety instructions. Because even the coolest project is not worth injury or other trouble.
https://www.nerdiy.de/sicherheitshinweise/
Affiliate links/advertising links
The links to online shops listed here are so-called affiliate links. If you click on such an affiliate link and make a purchase via this link, Nerdiy.de will receive a commission from the relevant online shop or provider. The price does not change for you. If you make your purchases via these links, you support Nerdiy.de in being able to offer other useful projects in the future. 🙂
Requirements
Helpful articles:
Of course, NodeRed should already be installed so that you can use this configuration. In addition, the Sonoff RF Bridge should already be prepared.
How to prepare this and a RaspberryPi for it and then install NodeRed on it is described in the following articles.
The following articles describe what has to be done to prepare the RaspberryPi so far:
RaspberryPi – setup for nerdiys!
RaspberryPi – The first configuration!
RaspberryPi – Control the RaspberryPi via SSH
NodeRed – Installing NodeRed on the RaspberryPi
NodeRed – Install new nodes
Flash Sonoff 433Mhz Rf Bridge with Tasmota firmware
Required tool:
-no-
Required material:
In the following list you will find all the parts you need to implement this article.
The window contact
The window contact essentially consists of two parts: A main housing containing the complete electronics including battery and a smaller housing containing a magnet. The electronics in the main housing use this magnet to detect whether the window is open or closed.
The scope of delivery also includes matching adhesive strips for easy attachment of the housings.
However, before you install the sensor, you should first configure your NodeRed configuration. This is because in order to access the RF codes of your window contact, you must be able to activate both the sensor contact and the tamper contact.
Log into the NodeRed configuration interface
Before you can edit your NodeRed configuration, you must - if activated - first log into the NodeRed configuration interface.
Import node code
The following node code is similar to the code used for the wall button, mini button or SOS button. It triggers an action as soon as a radio message with the appropriate data field is received via the Sonoff RF Bridge flashed with the Tasmota firmware. You can accept the code in this way, but you still need to set the RF code of your wireless pushbutton. This is described in the next step.
Of course you also have to update the configuration for your MQTT server and if necessary the topic under which you receive the RESULTS of your RF bridge.
How to import your NodeCode is described in the article NodeRed - Importing and exporting node code described.
[{"id":"63d46c34.db4434","type":"function","z":"169c0bb.fea38f4","name":"Button-Press detected","func":"if (msg.payload.RfReceived!==undefined) { if (msg.payload.RfReceived.Data==="RfCode") { msg.payload=1; return msg; } }","outputs":1,"noerr":0,"x":840,"y":3240,"wires":[["699ae5dd.9440cc"]]},{"id":"699ae5dd.9440cc","type":"debug","z":"169c0bb.fea38f4","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","x":1070,"y":3240,"wires":[]},{"id":"47af449c.7be14c","type":"comment","z":"169c0bb.fea38f4","name":"433Mhz-Mini-Switch","info":"","x":430,"y":3160,"wires":[]},{"id":"21d35009.da61c","type":"mqtt in","z":"169c0bb.fea38f4","name":"","topic":"tele/RfBridge/RESULT","qos":"2","broker":"c94e86db.dfcde8","x":440,"y":3240,"wires":[["7bef088d.ab9cb8"]]},{"id":"7bef088d.ab9cb8","type":"json","z":"169c0bb.fea38f4","name":"","property":"payload","action":"","pretty":false,"x":640,"y":3240,"wires":[["63d46c34.db4434"]]},{"id":"c94e86db.dfcde8","type":"mqtt-broker","z":"","name":"Server-Mqtt","broker":"server","port":"1883","clientid":"","usetls":false,"compatmode":true,"keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","closeTopic":"","closeQos":"0","closePayload":"","willTopic":"","willQos":"0","willPayload":""}]
Reading out and setting the correct RF code
In order for the above-mentioned node code to work, you must set the RF code of your wireless push-button. This RF code is a unique ID for each push-button and is also different for each push-button.
After that click on Done, sends the changes to the NodeRed server and from now on you should receive a notification via the debug node every time the window contact or the sabotage contact is changed.
If you don't receive any, please check if you need to update the topic under which you receive the RESULTS of your RF bridge.
Have fun with the project
I hope everything worked as described for you. If not or you have questions or suggestions please let me know in the comments. I will then add this to the article if necessary.
Ideas for new projects are always welcome. 🙂
PS Many of these projects - especially the hardware projects - cost a lot of time and money. Of course I do this because I enjoy it, but if you think it's cool that I share the information with you, I would be happy about a small donation to the coffee fund. 🙂