HomeAssistantAddons icon indicating copy to clipboard operation
HomeAssistantAddons copied to clipboard

last_reset missing energy view

Open rlundgren92 opened this issue 2 years ago • 2 comments

I cant add gosungrow in energuview it says last_reset missing

rlundgren92 avatar Apr 10 '23 08:04 rlundgren92

same here

Oxaluz avatar Nov 17 '23 11:11 Oxaluz

If you have the correct entities from the Add-in documentation; Electricity grid sensor.gosungrow_virtual_XXXXXXXXXXXXXX_grid_to_load_energy sensor.gosungrow_virtual_XXXXXXXXXXXXXX_pv_to_grid_energy

Solar Panels sensor.gosungrow_virtual_XXXXXXXXXXXXXX_pv_energy

Home Battery Storage sensor.gosungrow_virtual_XXXXXXXXXXXXXX_battery_discharge_energy sensor.gosungrow_virtual_XXXXXXXXXXXXXX_battery_charge_energy

You should not have this issue.

If you are like me and can not find these entities then I have partially addressed the issue. I use sensor.gosungrow_virtual_ XXXXXXXXXXXXXX p8063: sensor.gosungrow_virtual XXXXXXXXXXXXXX _p8062:

Importantly the Home Assistant Energy dashboard only deals in energy, rather than in power, so you can only select entities that are measurement of energy.

I did get a “last reset missing error”. These entities had a “state_class” of “measurement”, rather than “total_increasing”.

You can see the entities and their settings in Developer Tools States Then find your entity in question.

The entities that I use above, I did have to add custom settings in my configuration.yaml file to change the “state_class” from measurement to “total_increasing”.

I have seen that MickMake does say in https://community.home-assistant.io/t/home-assistant-community-add-on-isolarcloud-sungrow/411602/101?page=5 Apr-2023 “Yes, alas this is the problem, because the endpoints are all different across models.”

bamcauliffe avatar Apr 19 '25 02:04 bamcauliffe