-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
If I try to add energy usage from SP2600ZB to homeassistant energy dashboard it does not work. From https://www.home-assistant.io/docs/energy/faq/#troubleshooting-missing-entities I see that the sensor is missing some attributes.
I can get around the problem with a template:
- name: Énergie interrupteur
unique_id: energie_interrupteur_1
state: "{{ states('sensor.interrupteur_prise_1_summation_delivered') }}"
state_class: total_increasing
device_class: energy
unit_of_measurement: "kWh"
This new sensor works.
Thanks
Metadata
Metadata
Assignees
Labels
No labels

