home-assistant / home-assistant.io

:blue_book: Home Assistant User documentation
https://www.home-assistant.io
Other
4.77k stars 7.19k forks source link

Troubleshooting missing entities #34473

Open Fabian201584 opened 3 weeks ago

Fabian201584 commented 3 weeks ago

Feedback

Hi guys,

I wanted to integrate my Enphase solar system into the Default Energy Dashboard of Home Assistant. The problem is that I can't see some sensors (e.g. friendly_name: Envoy current net power consumption) in the selection drop-down. My research has shown that it could be because the integration did not request the correct "States" under "Developer Tools".

The reference (https://www.home-assistant.io/docs/energy/faq/#troubleshooting-missing-entities) says the following:

Requested: "device_class" = "energy" "state_class" = "total" or "total_increasing" (I think "total_increasing" should be fine)

But the actual setting is the following: "device_class" = "power" "state_class" = "measurement"

Can you please change that? I would like to use the dashboard and fully integrate Enphase into Home Assistant.

Regard Fabian

URL

https://www.home-assistant.io/integrations/enphase_envoy/

Version

2024.8.3

Additional information

No response

home-assistant[bot] commented 3 weeks ago

Hey there @bdraco, @cgarwood, @joostlek, @catsmanac, mind taking a look at this feedback as it has been labeled with an integration (enphase_envoy) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `enphase_envoy` can trigger bot actions by commenting: - `@home-assistant close` Closes the feedback. - `@home-assistant rename Awesome new title` Renames the feedback. - `@home-assistant reopen` Reopen the feedback. - `@home-assistant unassign enphase_envoy` Removes the current integration label and assignees on the feedback, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information) to the feedback. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information) on the feedback.
catsmanac commented 3 weeks ago

Hi @Fabian201584, current net power consumption is a power entity, not an energy entity and you can't use it with the energy dashboard. For the Energy dashboard you need to use the Lifetime net energy consumption and Lifetime net energy production entities which are setup as:

"device_class" = "energy" "state_class" = "total_increasing"

Also see: https://www.home-assistant.io/integrations/enphase_envoy/#energy-dashboard

If you can't find these then please share the diagnostic file here

afbeelding