home-assistant / home-assistant.io

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

Troubleshooting missing entities #34473

Closed Fabian201584 closed 1 week ago

Fabian201584 commented 2 months 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 2 months 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 2 months 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

github-actions[bot] commented 2 weeks ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved. If this issue is still relevant, please let us know by leaving a comment 👍 This issue has now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.