Replies: 2 comments 1 reply
-
I think that I got it figured out. Ended up using a template to add all my sensors together. My grid power is monitored through 2 Emporia Vue 2 sensors so I need to add them together. This seems to be done automatically by the default Energy Dashboard but not an option here. In my configuration.yaml file I added this:
https://community.home-assistant.io/t/calculate-sum-two-entities-to-one-sensor/182063/27?page=2 That allows me to use the collective power usage as a single Entity in the card. Next I just need to figure out if there is a means to do this typically based on the Friendly Name and Device type so any Device with "HVAC:" in the name would get added up to display as a Usage Entity on the Card. |
Beta Was this translation helpful? Give feedback.
-
So I got this working today by using a Dynamic Group Automation Blueprint. I was able to create a single group that contained all of my 1 day usage sensors from the Emporia Vue devices. The cool part is this gets updated automatically when I add a new device named HVAC: to my Emporia account. Then I created a template to aggregate those into a single value in my configuration.yaml
Finally I used that as an individual entity to the Power Flow Card that represents all the energy/power used in my home. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I want to add HVAC to my Energy Dashboard for usage. Its not a single device though I have multiple HVAC units that are all monitored via Emporia Vue 2 Sensors. Is it possible to create a logical entity/group sum up all the individual devices that are named "HVAC: *" and display that total as a single entity?
Maybe there was an example that showed an Entity of "Lights" but I could not tell if that was just a single device monitoring one light or if it was a group that added a bunch of individual devices together.
Beta Was this translation helpful? Give feedback.
All reactions