Since 3.2. (I do regular updates) - so the update seems to broke it - my energy dashboard stopped to show what I consume from Grid or what I inject to the grid.
The two inputs are recording fine
- name: "Stadtwerke Verbrauch"
unit_of_measurement: kWh
state: "{{ (states('sensor.positive_active_energy_in_tariff_t1') | float / 1000 ) | float }}"
state_class: measurement
device_class: energy
attributes:
last_reset: '1970-01-01T00:00:00+00:00'
- name: "Stadtwerke Lieferung"
unit_of_measurement: kWh
state: "{{ (states('sensor.negative_active_energy_in_tariff_t1') | float / 1000 ) | float }}"
state_class: measurement
device_class: energy
attributes:
last_reset: '1970-01-01T00:00:00+00:00'
did something change on the 2022 release from 3.2.2022 ?