Ok having had the Node Red Companion having issues sending data from Node Red back to Home Assistant (ie keeps changing the name of the device, ie increments its name by adding a +1 on the end ie CH-DeltaT becomes CH-Delta_1 then CH-Delta_2 and breaks automations and Dashboards moved to something, hopefully, more stable.
ie Export data from NR to MQTT and then add the sensor into configuration.yaml
Seems to work, I can check the state and they are getting updated.
I can use them in Dashboards for small graphing but not Statistical graphing
Look nice but these sensors don’t appear to exist for statistical graphs - Home Assistant just declares these sensors non existent.
Is there something else I need to add to configuration.yaml than
- name: "CH-EnsuiteDelta"
state_topic: "NodeRed/hass/Tado/CH-EnsuiteDelta"
unit_of_measurement: "c"
To enable the bigger graphs or is this a limitation of importing data from mqtt?
Any ideas much appreciated
