bramstroker / homeassistant-powercalc

Custom component to calculate estimated power consumption of lights and other appliances
MIT License
968 stars 257 forks source link

Energy sum to retrieve untracked energy #2406

Closed sciorty closed 1 month ago

sciorty commented 2 months ago

Checklist

Is your feature request related to a problem? Please describe.

Many people want to have an entity for the untracked energy, in order to display it into the individual energy consumption graph: https://community.home-assistant.io/t/add-unmonitored-energy-to-energy-dashboard-individual-devices/406594/3

Describe the solution you'd like

Most of them manually subtract all the known energies to the main one. It would be great that this integration would expose a sensor that is the sum of all the energies into it

Describe alternatives you've considered

none

Additional context

none

bramstroker commented 2 months ago

Just wanted to let you know I started working on a feature to make a group sensor for alle energy sensors in the system.

bramstroker commented 2 months ago

This was released in latest beta.

See https://homeassistant-powercalc.readthedocs.io/en/latest/sensor-types/group.html#domain-groups

You can select Group -> Domain group when setting up with GUI.

Please let me know if this works.

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 1 month ago

This issue was closed because it has been stalled for 5 days with no activity.

sciorty commented 1 month ago

I see that the untracked energy is now native of the latest home assistant release, thank uou anyway