-
Notifications
You must be signed in to change notification settings - Fork 4
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
Combining Sensors #33
Comments
I understand the conceptual organization you want, but it’s not really consistent with the way HA works. Each one of these things is a sensor, and that value is its state.
I created a helper for the energy dashboard that is a sum of all the W sensors, and then the integration (summation) helper to create a kwh entity, so I have a single energy line item that is my aquarium.I wonder if the apex integration could create these helpers for you.
|
I have done this. Created them as helpers. But I think it's moaning that amps or voltage are missing to complete the calculations. Maybe it's something else. I could be wrong. Either way you are right they are entities but should they not be a sub of a device which is the outlet. Apex mor at the integration level? Just thinking out loud. BTW. Loving having this integration. |
For reference, here is my yaml (rename according to your entities):
Just to answer your question from the HA perspective, the entire Apex is the device. |
Is it possible to combine sensors by name to there main item?
E.G. where you have an power monitored outlet. The main outlet has sub entities of Watts, voltage, amps. Instead of being separate entities.
Would fix some integrations with energy dashboard.
The text was updated successfully, but these errors were encountered: