Hildebrand Glow
jcallaghan opened this issue · 3 comments
jcallaghan commented
TBC
The IHD isn't getting gas readings so therefore isn't able to report on gas usage. These entities will remain null until the gas data is available.
Config flow = IHD MQTT settings > Mosquitto MQTT Broker < Home Assistant.
HA setup. MQTT entities to extract JSON data from MQTT topic and messages. Template sensors to calculate daily cost.
lovelace-appliances/glow
https://shop.glowmarkt.com/products/display-and-cad-combined-for-smart-meter-customers
Related:
jcallaghan commented
Old config notes
jcallaghan commented
New local config notes
Glow / Hildebrand Display - Local MQTT Access - Template Help
https://github.com/megakid/ha_hildebrand_glow_ihd_mqtt
Float/round issue in mushroom card with £{{ states('sensor.smart_meter_electricity_cost_today') | float | round(2) }}
whereas £{{ "%.2f" | format(states('sensor.smart_meter_electricity_cost_today') | float) }}
ensured the rounding would always work.
alphasixtyfive commented
Unfortunately with non-fixed tariffs like Agile or Go this will fail to work as unitrate
for electricity changes during the day.
Home Assistant integration for local MQTT Hildebrand Glow IHD - ha_hildebrand_glow_ihd_mqtt/sensor.py at e6a5f4ff43f5a10dcae48183f8f1db7687325174 · megakid/ha_hildebrand_glow_ihd_mqtt