Alternative grid sensor is needed #159
Unanswered
Coder84619
asked this question in
Q&A
Replies: 2 comments
-
You can create a template sensor which combines your existing sensors, and feed the card with that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can use split entities if your battery or grid entities doesn't do both positive and negative. |
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
-
I have solar, and my solar combiner box has solar production values (a positive value from 0 and up), and it has consumption sensor as well for total household power usage. This value is also always positive. The amount of power going back to the grid, if any, is solar production minus power consumption. However, as I read the sensors on this card, it will not support this configuration. It wants a consumption sensor that is both positive and negative.
I need a feature that will let me specify household grid consumption (always a positive number) and have the card do the calculation whether my net is pulling from the grid or sending back to the grid.
Beta Was this translation helpful? Give feedback.
All reactions