expose per-room and per-floor power aggregates #3052
Unanswered
jharmsen845
asked this question in
Experimental ideas
Replies: 2 comments
-
|
One obvious problem here is how you will dynamically name these entities... I do not have a solution to that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Interesting suggestion, but I see an issue with regards to devices that are double in HA:
To achieve the result you are after, I personally have created Group helpers for power and energy measurement (not per floor, but per device type). Works fine, but only manually scalable... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe your idea
The Home Assistant energy dashboard computes aggregates over floor and room when showing energy flows over time and also current power flows. These aggregates are useful outside of this Energy page, and it would be helpful if they were exposed as their own entities. For example, I have a per-floor dashboard where I can drill down from
First Floor->KitchenorLiving Room. From there, there are multiple sensors in each room which I don't necessarily care about in individuality but would be interested in understanding in-sum.I could use template sensors to add multiple sensor values together, or try to do this by room or floor more dynaically, but this does not scale well, nor will it handle dynamic environments where I add or remove power sensors to certain locations.
It would be helpful if Home Assistant exposed the energy aggregates that it is already calculating as their own entities.
Why is this exciting?
This prevents a user from creating many, many template sensors to achieve this.
Potential use cases
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions