hultenvp
hultenvp
> Changes reset time between 1am and 2am ! That's confusing. I'd have expected that with your TZ being GMT+0 that it would change reset time between 23PM local time...
Hi @drsmarsden , are you still interested in this getting fixed or did you move over to a local solution?
Thanks Stuart, closing
https://developers.home-assistant.io/docs/device_registry_index/ Looks like a good one. I'll have a look, but will have to wait a bit I'm afraid. Bit busy.
Hey @LucidityCrash I couldn't resist taking a look at the device registry thing. Looks like a pretty straightforward thing to implement. We could keep it simple and inly introduce device...
For the battery I see the value. It's an optional and separate part only present in hybrid systems. For the strings I admit it's debatable. Battery device and related sensors...
Look s like I first need to implement the config flow: https://community.home-assistant.io/t/how-to-add-devices-to-device-registry/160537/3
Done. Device registry only works for integrations with a config entry (=config flow). Config flow and device now added.
Just checked HA core const file. MWh is a valid unit for sensors. So in theory we could change it. Not sure if it affects energy dashboard. I think it...
I just tried out changing INVERTER_ENERGY_TOTAL_LIFE tot MWh. Sensor nicely changes to new unit and value. History isn't able to entirely deal with it. It's still kWh and now reports...