jcallaghan / home-assistant-config

My Home Assistant configuration & documentation.
https://www.jcallaghan.com/
MIT License
173 stars 8 forks source link

Hildebrand Glow #294

Open jcallaghan opened 1 year ago

jcallaghan commented 1 year ago

TBC

image

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 1 year ago

Old config notes

jcallaghan commented 1 year ago

New local config notes

Glow — Local MQTT

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 1 year ago

Unfortunately with non-fixed tariffs like Agile or Go this will fail to work as unitrate for electricity changes during the day.

https://github.com/megakid/ha_hildebrand_glow_ihd_mqtt/blob/e6a5f4ff43f5a10dcae48183f8f1db7687325174/custom_components/hildebrand_glow_ihd_mqtt/sensor.py#L152

GitHub
ha_hildebrand_glow_ihd_mqtt/sensor.py at e6a5f4ff43f5a10dcae48183f8f1db7687325174 · megakid/ha_hildebrand_glow_ihd_mqtt
Home Assistant integration for local MQTT Hildebrand Glow IHD - ha_hildebrand_glow_ihd_mqtt/sensor.py at e6a5f4ff43f5a10dcae48183f8f1db7687325174 · megakid/ha_hildebrand_glow_ihd_mqtt