-
I want to collect per second data from an Emporia Vue device using the docker compose instance of Vuegraf. I want to query the Emporia server every one or two hours for per seconds data. I'm setting up the following configuration variation as follows: Is this correct, i.e. polling per second data every hour? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You only need to specify the |
Beta Was this translation helpful? Give feedback.
You only need to specify the
detailedDataEnabled": true
setting. The intervals will default to what you stated above. It will collect per-second data every hour, and per-minute data every minute.