roadsnail / Hive-SLR2-SLT2-Zigbee2MQTT-with-node-RED

Exploration of Hive Active SLR2/SLT2/SLT3 integration (without Centrica cloud) using node-RED, Zigbee2MQTT and Domoticz
GNU General Public License v3.0
1 stars 1 forks source link

node-RED dashboard works but does not display any values #1

Closed roadsnail closed 3 years ago

roadsnail commented 3 years ago

While testing, I copied the node-RED flows.json to a different instance of node-RED. It deployed okay, however temperature, LQI, thermostat setting etc do not update on the dashboard.

Discovered that the node-RED node 'mqtt in' (top left of flow) had the wrong output type set up.

It showed 'auto-detect (string or buffer)' it should be set to 'a parsed JSON object'

Changing this fixed the issue.