danmed / Glow2MQTT

Apache License 2.0
10 stars 2 forks source link

Home Assistant queries - can you help? #4

Open tarmacalastair opened 4 months ago

tarmacalastair commented 4 months ago

I don't really use HA but came across your project in my attempts to get my meter readings into Domoticz (failed so far just in case you have any thoughts).

Anyway, I built an HA instance on a Pi to try this out and have a few questions:

mqtt: sensor:

  • name: glow_energy_today state_topic: "glowmarkt/elecconsumptiontoday" unit_of_measurement: 'kWh'
    device_class: energy state_class: total_increasing

Thanks for all the work.

danmed commented 4 months ago

HI there.. really sorry.. I havn't looked at this code in a long time since i now use the Octopus mini (which integrates directly with HA)

I do recall though that at times bright wouldn't receive the data in a timely manner and i'd end up with gaps like that.

tarmacalastair commented 4 months ago

That's OK, never mind. I've just ordered the Hildebrand CAD unit which should give instant access to readings like the Octopus mini instead of relying on querying the DCC. But I was hoping to get this working in the meantime and also in principle for people who don't want to shell out for an extra device.

Thanks.