Home assistant configuration "Load Energy"

Hello,

I can't see all configuration for "Load Energy" from this video - https://www.youtube.com/watch?v=gXZhPOrXxXQ it is cut.

Can someone past it here ?

Thread Status
7
410
2
1
0

Sort replies by:

Below the video there are all configured connections



Hmm in energy dashboard I got only available grid_consumption_energy_monthly etc. See on the screenshot

https://imeter.club/topic/77

since HA 2021.09add the following code in configuration.yaml:homeassistant: customize_glob: sensor.*_importenergy*: last_reset: '1970-01-01T00:00:00+00:00' device_class: DEVICE_CLASS_ENERGY state_class: total_increasing sensor.*_exportgrid*: last_reset: '1970-01-01T00:00:00+00:00' device_class: DEVICE_CLASS_ENERGY state_class: total_increasing

Hmm in energy dashboard I got only available grid_consumption_energy_monthly etc. See on the screenshot

Same, I only got avilable *_monthly

https://imeter.club/topic/77since HA 2021.09add the following code in configuration.yaml:homeassistant:  customize_glob:    sensor.*_importenergy*:      last_reset: '1970-01-01T00:00:00+00:00'      device_class: DEVICE_CLASS_ENERGY      state_class: total_increasing    sensor.*_exportgrid*:      last_reset: '1970-01-01T00:00:00+00:00'      device_class: DEVICE_CLASS_ENERGY      state_class: total_increasing
Looks like you are new here. Register for free, learn and contribute.