tijsverkoyen / HomeAssistant-FusionSolar

Integrate FusionSolar into your Home Assistant.
MIT License
147 stars 27 forks source link

Wrong device_class? #158

Closed moritzstones closed 6 months ago

moritzstones commented 6 months ago

I can not integrate all entities into the energy dashboard, even though the developer tool shows the values trasmitted via the Northbound API tool and updates them regularly.

I believe this is due to a wrong device_class. The device_class reads power, but I thik it should be energy. Or am I totally lost here?

image

Ref.: https://www.home-assistant.io/docs/energy/faq/#troubleshooting-missing-entities

tijsverkoyen commented 6 months ago

The energy dashboard needs "energy" entities. Not "power". The entity in your screenshot is the active power, not active energy.

See https://github.com/tijsverkoyen/HomeAssistant-FusionSolar?tab=readme-ov-file#integration-with-the-energy-dashboard on how to configure the Energy Dashboard.