-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow adding a device to the PowerCalc Standard group #2896
Comments
Good idea, but need to have a look at how to do this cleanly, as we add another dropdown to the standard group dialog. |
Implemented with #3012 |
This is part of v1.17.5 btw. |
will take a look. thank you. |
Hello @bramstroker.
For a reason, total energy jumped by about 2kWh. I found that this is a value equal to the current self-consumption energy of "PC room light" entry, which uses PC library (Shelly 1) and sets up the fixed amount of power consumed by an appliance The image above shows this change and subsequent change back, made by me with use of a service call. However, it brings 2 questions:
|
Hard to say with this information if the same energy sensor which has been added now with the devices was part of this group before already.
Powercalc will start with initial state of member energy sensor(s) when starting a new group or adding sensor to a group. |
Checklist
Is your feature request related to a problem? Please describe.
Working recently with self-consumption, I found that in a lot of cases, single appliance might have provide multiple power/energy sensors.
For example: a dumb bulb turned controlled by Shelly 1PM.
In such a case we can have:
Shelly sensor is a member of HA Shelly device.
When adding self-consumption with use of library, PowerCalc integrates this value in form of new sensor into the mentioned device.
So, the devices becomes aggregator of all power sensors measuring an appliance.
What not possible, is to include such a device when creating PowerCalc groups.
To achieve that, group require to add power sensor from the device, powerCalc entity defining self-consumption
It would be nice to be able to add complete device to PowerCalc group
Describe the solution you'd like
Extend the PowerCalc Standard group with the ability to add a device, then use all device power sensors (or energy sensors if selected) for group output.
Describe alternatives you've considered
Additional context
N/A
The text was updated successfully, but these errors were encountered: