node-red-contrib-fibaro-hc2

A Node-RED node bridge to Fibaro HC2


Keywords
node-red, fibaro
License
MIT
Install
npm install node-red-contrib-fibaro-hc2@0.0.85

Documentation

node-red-contrib-fibaro-hc2

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

npm install node-red-contrib-fibaro-hc2

Usage

Example

With an inject node and a debug node.

[{"id":"dfafc240.c812f","type":"hc2-server","z":"4b7c1c9a.a28214","name":"HC2","ip":"192.168.1.36","topic":"home/status","roommode":false,"x":330,"y":240,"wires":[["52dea3e6.dfa6dc"]]},{"id":"52dea3e6.dfa6dc","type":"debug","z":"4b7c1c9a.a28214","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":500,"y":240,"wires":[]},{"id":"619a504a.20b5b","type":"inject","z":"4b7c1c9a.a28214","name":"poll","topic":"","payload":"","payloadType":"date","repeat":"10","crontab":"","once":false,"onceDelay":0.1,"x":140,"y":240,"wires":[["dfafc240.c812f"]]},{"id":"2e761400.c913cc","type":"hc2-dispatcher","z":"4b7c1c9a.a28214","name":"HC2","ip":"192.168.1.36","x":430,"y":320,"wires":[["463dcc2f.f0d134"]]},{"id":"155434ba.bd0a7b","type":"mqtt in","z":"4b7c1c9a.a28214","name":"","topic":"home/command/#","qos":"2","broker":"e8ca2733.78d6a8","x":160,"y":320,"wires":[["2e761400.c913cc"]]},{"id":"463dcc2f.f0d134","type":"debug","z":"4b7c1c9a.a28214","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":690,"y":320,"wires":[]},{"id":"c00c082a.897a88","type":"inject","z":"4b7c1c9a.a28214","name":"reset","topic":"0","payload":"","payloadType":"num","repeat":"3600","crontab":"","once":false,"onceDelay":0.1,"x":130,"y":160,"wires":[["dfafc240.c812f"]]},{"id":"e8ca2733.78d6a8","type":"mqtt-broker","z":"","name":"nas","broker":"192.168.1.29","port":"1883","clientid":"","usetls":false,"compatmode":true,"keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","closeTopic":"","closeQos":"0","closePayload":"","willTopic":"","willQos":"0","willPayload":""}]

emaple