I might have missed something but I already have that figure in my energy page on HA. I am using following
Hildebrand Glow IHD MQTT
I might have missed something but I already have that figure in my energy page on HA. I am using following
Hildebrand Glow IHD MQTT
Listening to the MQTT messages ( āglow/[redacted]/SENSOR/electricitymeterā), I donāt see any of these cumulative cost figures, only the unit rate and standing charge for costs. Though as you say there is an option to display in money on the device itself, so perhaps you could try asking Hildebrand/Glow support if they could add these values to the MQTT messages?
The structure of the MQTT message is shown at the end of the official post here:
(It mentions at the end there may be suggestions from the community on new things to add.)
was that repsonce for me ? if so can you expand?
i have emailed them they said check the API
not much luck!
I have monthly data available from my MQTT readings on the Glow IHD.
The firmware is on V1.9.0.
Interesting, thanks; Iām still on āApp firmware 1.8.12ā as I donāt have my Glow IHD connected to the internet - Iāll try updating to see if it starts to include the monthly/cumulative data on the MQTT messages.
Updated to latest firmware āApp firmware 1.9.1ā but my MQTT messages still donāt contain the cumulative data for cost (Ā£), only for usage (kWh); for example (data values redacted, but shows the structure/fields available):
Message 1 received on glow/[redacted]/SENSOR/electricitymeter at 7:48 AM:
{
"electricitymeter": {
"timestamp": "2023-04-21T06:48:09Z",
"energy": {
"export": {
"cumulative": 0,
"units": "kWh"
},
"import": {
"cumulative": #,
"day": #,
"week": #,
"month": #,
"units": "kWh",
"mpan": "[redacted]",
"supplier": "[redacted]",
"price": {
"unitrate": #,
"standingcharge": #
}
}
},
"power": {
"value": #,
"units": "kW"
}
}
}
QoS: 0 - Retain: false
Did they provide a link to the API?
Thanks; it looks the same - it provides the day/week/month figures in usage (kWh), but not in money/cost (Ā£).
The MQTT data is just the live data from the meter showing usage, and the unit rates. The cost is never shown on the meter as the app or your provider use the usage data and the unit rates to work out your energy costs.
I use NodeRed to use the usage data and unit cost data to give me the total cost of usage.
Im trying to install the integration by @HandyHat but its not pulling in any data - the bright app shows the data just fine.
I do not have Glow CAD (yet) so wanted to test the API only integration.
Is it still working?
Iāve given up with the DCC version. (No Glow CAD).
I did get daily data through March, but the data dried up towards the end of the month and none has been received since.
Iāll persue it no further.
It looks like you need the Glow CAD for any reliability / stability.
Good point - we do have all the data (as long as it was recorded for the whole time period) to calculate these downstream. For example, in the HA Energy Dashboard, although those numbers arenāt (yet) available as entities for usage elsewhere:
I do think it would be nice if we could get the cost figures that the Display/CAD already calculates over Local MQTT as well, so Iāve posted on the official Glowmarkt/Hildebrand forums here:
FYI: Just checked the Hildebrand shop and the CAD (w/o screen) is now available from their shop.
I have one, but itās currently awaiting collection for a return as it doesnāt reliably power up.
When it did work, it was very good and Iām looking forward to receiving the replacement.
Is that a SMETS2 CAD? I can only find a SMETS1 CAD and the Display/CAD (both SMETS1 and SMETS2 versions).
Howeverā¦
" Currently only available to customers on our Waiting List who we have notified; we are offering the device to the people whoāve been on the list for the longest."
Thatās the one I have. Thereās a dedicated custom integration to get the local MQTT data from it and into HA.
The current power usage updates every ten seconds (faster than my Shelly EM) and it was accurate and reliable.
Unfortunately the only issue I had is that it wouldnāt always power back up properly once disconnected. When I received it, I quickly plugged it in to get it working. The following day I unplugged it to properly locate it and it just wouldnāt power back up. After repeated attempts, it eventually started working again, but it didnāt seem right.
Hildebrandās support have been brilliant and immediately offered to collect and replace the device (which theyāre now doing tomorrow). Iām looking forward to getting the replacement and having it back online.