Replies: 3 comments 3 replies
|
aggreate_func Is const defined by a user. Means - you can display the value in the title, for example. |
0 replies
2 replies
|
Im not asking to display a static value.... I want to display the value from aggregate_func : diff --- which is dynamic as it increases as energy is consumed over the day. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Is there a way to have the agreate_func value displayed on the card rather that the initial sensor value.
eg. When useing an energy meter that reads data as a total use. By using the aggrate_func and group_by you can read the the total daily energry comsupmtion and disply that as a graph. The figure is avaiable to you on mouse over. The figure on the Card under the name is the Sensor data - which is the total ( this could be months of data ).
All reactions