-
Hello! I am trying to monitor the energy usage (Watt, kWh and reactive power) from more than 20 sensors that I have installed. However, I am facing some issues creating a dashboard using Grouped Sensor Graph:
- There is only one available option in "Sensor variable type" (Watt) that's from my interest. Is it possible to add more options such as kWh or reactive power?
- When I am creating a graph to display all the values from my sensors, sometimes the dropdown list (Sensor variable) does not show all of them. Is it due to the number of sensors connected to MyControllers or there is another way to solve it?
Thanks for any help.
-
- There is only one available option in "Sensor variable type" (Watt) that's from my interest. Is it possible to add more options such as kWh or reactive power?
I see
kWh
in the list.- When I am creating a graph to display all the values from my sensors, sometimes the dropdown list (Sensor variable) does not show all of them. Is it due to the number of sensors connected to MyControllers or there is another way to solve it?
Yes, we have a limit of
100
to improve the performance, https://github.com/mycontroller-org/mycontroller/blob/development/modules/core/src/main/java/org/mycontroller/standalone/api/jaxrs/utils/RestUtils.java#L44
We need to implement dynamic search in browser/client side, to get all the sensor variables. -
@jkandasa Indeed. There is "kWh" in "Sensor variable type". I did not make myself clear. Even having a sensor selected as "kWh" in its "Variable types", when I try to display it through "Grouped sensors graph", the "Sensor variable" does not show any of my sensors after selecting "kWh" in "Sensor variable type". However the same thing does not happen if I choose to display it through "Mixed sensors graph".
-
@mchanyu Thank you! This looks bug in MyController. I have filed to track this one: https://github.com/mycontroller-org/mycontroller/issues/461
-
-
Thank you.