Per Second Data #121
Locked
gutowscr471
started this conversation in
General
Replies: 1 comment
-
Thanks at @jertel for all your efforts on this tool. Really works well. |
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
-
Shorty story is for a few months I need per second data to find peaks for a solar inverter and have configured my .json with the following parameter:
"detailedDataEnabled": "true",
This is entered after the influx dB settings and before the Accounts settings in the .json.
I don't seem to be getting the per second data every hour. If I use this in a query, I'm not getting any data: |> filter(fn: (r) => r["detailed"] == "True"). I also tried |> filter(fn: (r) => r["detailed"] == "true")
UPDATE: It's working after waiting several hours. Tried to delete this conversation, but couldn't.
Beta Was this translation helpful? Give feedback.
All reactions