Just revisting this as I’ve just integrated the energy meter via SmartThings but same as in the OP I’m only getting a basic electricity meter reading rather than something much richer… ST has the data but it’s not passing to HA which is a shame.
It will say on your statement, I took them form my In Home Display, but you also have them when you login onto your online Bulb account…I have just checked…they upped the standing charge… I will have to adjust mine to:
Unit rate:16.08p per kWh
Standing charge: 20.09p per day
So I calculated in my case then:
Weekly then should be 0.20097= ÂŁ1.4063 per week
Monthly: (1.406352) / 12 = ÂŁ6.0639 per month
Has anyone checked if they have an open api that could be used for an integration? If Smartthings can get it, likely HA/Nabu Casa could get it with the right documentation/information/interest.
There is this integration that could work to go via Glowmarkt API on the link below. There is a mobile app called Bright from Glowmarkt which works with Bulb meters. I just haven’t had time to have a look in-depth and try out this HA integration. Maybe somebody can try it out.
It does’nt work standalone you need to buy one of these https://shop.glowmarkt.com/ which were out of stock for ages and are about £70. Frankly for me I really want to know hourly, weekly and monthly cost of energy no so bothered about instantaneous. So what you have already done is perfect if I could just break the night/day rate down. I’m not too familiar with how to achieve this but sure it would be easy (if I knew how ). THanks
The only electricity sensor data available via SmartThings for the Bulb energy meter is [sensor.bulb_energy_meter_energy_meter] which is the cumulative total kWh of all energy consumed (along with a time stamp) since the meter was installed. I’ve created some nice Graphs in Grafana using First and Last selectors and Range to calculate Energy within the given Time range from InfluxDB.
However the Bulb Smart Energy meter also shows real-time Power consumption in W. I wonder is this a sensor value hidden from Home Assistant that SmartThings have some how got access to via their collaboration with Bulb, OR is it derived from a kWh to kW conversion P (kW) = E (kWh) / t (h) and therefore still using the same kWh sensor data.
It’s surprising there is only kWh Energy reading available in HA where-as SmartThings is able to display the kW Power too. I’ve looked in the SmartThings API console as well and can’t see any additional sensor data beyond kWh.
Anyone had any more success on this? I may just give in an install another Power monitor to get additional data.
It seems the sensor this Smart Things integration creates e.g. sensor.smart_meter_electricity can be plugged directly in to Home Assistant’s new energy monitoring dashboard?
This sensor was previously not very useful as it’s just an ever-growing value of energy consumption (not sure how often it resets):
I had it on my list to set this sensor up with the Utility Meter integration as some have done above but unless I’m missing something, this is no longer necessary.
Although there’s no option for setting a “cycle” Home Assistant seems to be turning the sensor data into something accurate and useful:
Since it looks like the Smart Things integration provides both electricity and gas (if I had a smart gas meter) I’m not sure what additional data should be sent.
Perhaps this feature is “done”? Happy to be corrected!