raomin / ESPAltherma

Monitor your Daikin Altherma / ROTEX heat pump with ESP32
MIT License
317 stars 105 forks source link

Entities not showing up on HA dashboard #320

Open domoneyleon opened 10 months ago

domoneyleon commented 10 months ago

Hi all,

I'm after setting up 5 of these ESPAltherma systems and I'm encountering a recurring issue. The entities on the dashboard show "No Statistics" even though when I listen for the topic "#" on the MQTT configure page I see the correct data coming in for that specific entity. Not sure what mistake I've made. See below:

image

If you notice the Outdoor Air Temp value is sent by the M5 Stick to the MQTT Broker but when I look at the dashboard I get nothing. Now I'd be happy to just extract the MQTT data directly through the SQLite Web method as described here: https://community.home-assistant.io/t/export-history-to-csv/46901/18

If anyone has any ideas I'd appreciate the feedback. I hope I've explained it clearly!