home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.46k stars 30.69k forks source link

Combine the state of several sensors is not creating statics and so can't be used in the energy dashboard #129570

Open stefanschaedeli opened 6 days ago

stefanschaedeli commented 6 days ago

The problem

I combind multiple low consumers (like all my lights) together to one big one so it can be better utlized in the energy dashboard. While the combination works well, its seams not to handle any statistics and is not showing anything in the engergy dashboard

What version of Home Assistant Core has the issue?

core-2024.10.4

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

min_max

Link to integration documentation on our website

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

Diagnostics information

home-assistant_min_max_2024-10-31T10-47-19.090Z.log

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 6 days ago

Hey there @gjohansson-st, mind taking a look at this issue as it has been labeled with an integration (min_max) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `min_max` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign min_max` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


min_max documentation min_max source (message by IssueLinks)

gjohansson-ST commented 6 days ago

I'd suggest that you use the group sensor instead as it's more mature. Can we start by changing to that one to see if it works better, we can follow-up with more details after if needed.