Graphing delta values of mid-month #586
Unanswered
thisIsLiving
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The integrate filter has a So instead of fetching the monthly sum statistic, fetch the daily one and integrate that one with a reset every 1M and an offset of 15 days. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
I currently have a graph that shows the monthly energy export from a cumulative kWh entity. Code below. How do I modify it so that it calculates the difference between the 15th of each month so that it aligns with my billing?
Beta Was this translation helpful? Give feedback.
All reactions