Node-RED nodes for hubitat

Here's the flow [ { "id": "adb92998.dcbfd", "type": "ui_chart", "z": "aaeb6413.0533e", "name": "", "group": "f6653b0e.ec5b28", "order": 1, "width": 0, "height": 0, "label": "Temperature", "chartType": "line", "legend": "true", "xformat": "HH:mm:ss", "interpolate": "linear", "nodata": "Waiting for data...", "dot": true, "ymin": "", "ymax": "", "removeOlder": 1, "removeOlderPoints": "", "removeOlderUnit": "86400", "cutout": 0, "useOneColor": false, "colors": [ "#1f77b4", "#aec7e8", "#ff7f0e", "#2ca02c", "#98df8a", "#d62728", "#ff9896", "#9467bd", "#c5b0d5" ], "useOldStyle": false, "outputs": 1, "x": 711, "y": 689, "wires": [ [] ] }, { "id": "8094d398.cde2f", "type": "hubitat device", "z": "aaeb6413.0533e", "name": "Bathroom", "server": "926d3261.73326", "deviceId": "1001", "attribute": "temperature", "sendEvent": true, "x": 340, "y": 660, "wires": [ [ "7232c4b2.4e3d5c" ] ] }, { "id": "9d6a65e.7a60c98", "type": "hubitat device", "z": "aaeb6413.0533e", "name": "Living Room", "server": "926d3261.73326", "deviceId": "1000", "attribute": "temperature", "sendEvent": true, "x": 350, "y": 720, "wires": [ [ "76b82c49.ffad8c" ] ] }, { "id": "7232c4b2.4e3d5c", "type": "change", "z": "aaeb6413.0533e", "name": "unwrap payload", "rules": [ { "t": "set", "p": "payload", "pt": "msg", "to": "payload.value", "tot": "msg" } ], "action": "", "property": "", "from": "", "to": "", "reg": false, "x": 520, "y": 660, "wires": [ [ "adb92998.dcbfd" ] ] }, { "id": "76b82c49.ffad8c", "type": "change", "z": "aaeb6413.0533e", "name": "unwrap payload", "rules": [ { "t": "set", "p": "payload", "pt": "msg", "to": "payload.value", "tot": "msg" } ], "action": "", "property": "", "from": "", "to": "", "reg": false, "x": 520, "y": 720, "wires": [ [ "adb92998.dcbfd" ] ] }, { "id": "baea619f.b275a8", "type": "inject", "z": "aaeb6413.0533e", "name": "reset", "topic": "Button", "payload": "[]", "payloadType": "json", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "x": 550, "y": 600, "wires": [ [ "adb92998.dcbfd" ] ] }, { "id": "100162cb.b353fd", "type": "inject", "z": "aaeb6413.0533e", "name": "Inject values", "topic": "", "payload": "", "payloadType": "date", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "x": 164, "y": 688, "wires": [ [ "9d6a65e.7a60c98", "8094d398.cde2f" ] ] }, { "id": "f6653b0e.ec5b28", "type": "ui_group", "z": "", "name": "Default", "tab": "d49bef78.03b87", "disp": true, "width": "12", "collapse": false }, { "id": "d49bef78.03b87", "type": "ui_tab", "z": "", "name": "Home", "icon": "dashboard", "disabled": false, "hidden": false } ]

Node-RED only proxy what Maker API return and Maker API only proxy what the driver allow to do. So if you want this, I think you must modify the driver :confused:

2 Likes