Replies: 7 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
There is no way currently to disable it. It only adds a handful of datapoints to the DB each day. I see a graph, and I see a spike a midnight, but I don't know what that is showing. Can you explain specifically why you need it disabled? E.g, are you thinking it's skewing the rest of your data? |
Beta Was this translation helpful? Give feedback.
-
It skews my graphs with a large value at midnight daily and makes the long term view kinda unusable. I use this to visualize my circuits that I am monitoring
7 day view

6hr view

I was messing with the 3 switches
"updateIntervalSecs": 60,
"detailedDataEnabled": true,
"detailedDataSecondsEnabled": true,
"detailedDataHoursEnabled": true,
I have to check further but it looks like I lost my main breaker monitor also….that was in green above
I really appreciate you responding your software is pretty awesome!
Thanks
… On Dec 5, 2024, at 6:27 PM, Jason Ertel ***@***.***> wrote:
There is no way currently to disable it.
It only adds a handful of datapoints to the DB each day.
I see a graph, and I see a spike a midnight, but I don't know what that is showing.
Can you explain what specifically why you need it disabled? E.g, are you thinking it's skewing the rest of your data?
—
Reply to this email directly, view it on GitHub <#168 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AFNUFOXTGPLBTEJB64BWHKD2EDOMLAVCNFSM6AAAAABTC5W4M6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNBXHA4DSMI>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
I am putting the data into influx and using grafana to display it. I will post some screen shots
… On Dec 5, 2024, at 8:24 PM, Jason Ertel ***@***.***> wrote:
Thanks for the kind words.
Your graphs aren't showing up; could be a github issue. Meanwhile, are you using the pre-made dashboard that's included with this project? Or are you using your own graph. I ask because I use the dashboard bundled with this project and I don't have any spikes like that.
Ex:
image.png (view on web) <https://github.com/user-attachments/assets/a6fba98e-7bb3-4e38-9e63-0f04f95a81b1>
This is a 7-day view across all circuits, and the large peaks are the EV charger. There aren't any narrow spikes at the midnight slot.
—
Reply to this email directly, view it on GitHub <#168 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AFNUFOT2SJI6FPDKB6LFJHL2ED4DZAVCNFSM6AAAAABTC5W4M6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNBXHE2TCNA>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
Data is going into influx 1.8 and using grafana to display |
Beta Was this translation helpful? Give feedback.
-
It looks like you have a similar problem with hourly fetches as well. I suspect your Grafana queries aren't properly accounting for the daily and hourly data, and perhaps even the second data. I haven't used Grafana in several years so I don't have a working query for it. You will need to look at the flux queries included with this project and figure out how to replicate the behavior in Grafana. |
Beta Was this translation helpful? Give feedback.
-
Spot on I re-wrote my query and things look better, lets give it 24hrs Thanks again!
… On Dec 6, 2024, at 6:58 AM, Jason Ertel ***@***.***> wrote:
It looks like you have a similar problem with hourly fetches as well. I suspect your Grafana queries aren't properly accounting for the daily and hourly data, and perhaps even the second data. I haven't used Grafana in several years so I don't have a working query for it. You will need to look at the flux queries included with this project and figure out how to replicate the behavior in Grafana.
—
Reply to this email directly, view it on GitHub <#168 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AFNUFOXIVCMLXEXW25WPKHL2EGGNTAVCNFSM6AAAAABTC5W4M6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNBYGQZDONQ>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
Does anyone know how to disable the daily roll up that happens at midnight ?
Beta Was this translation helpful? Give feedback.
All reactions