Node-RED node for SmartHome with Fritz!Box and Dect!200 based on smartfritz library
npm install node-red-contrib-smartfritznpm install node-red-contrib-smartfritz to install.The fritz read node is used to read the switch state (1/on, 0/off) from a Fritz!Dect 200 device. Make sure to use a valid AID or leave it empty. The message contains the info structure in msg.payload.
The fritz write node is used to write the switch state (1/on, 0/off) from a Fritz!Dect 200 device. Make sure to use a valid AID or leave it empty. The message can contain boolean or string values in msg.payload.
git checkout -b my-new-featuregit commit -am 'Add some feature'git push origin my-new-feature