You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got an issue where a 5 minute interval is missed every hour and no data is recorded. I ran a debug log for a while but couldn't see anything of note.
Any ideas?
The text was updated successfully, but these errors were encountered:
I am seeing something similar and haven't been able to resolve. I can only suggest increasing timeout, retries and scan interval. I haven't been able to fix it but here is what I'm using at the moment: timeout: 15 # [Optional] Default is 10, how long to wait for a connection retries: 6 # [Optional] Default is 3, how many times to retry if connection fails scan_interval: 15 # [Optional] Default is 30
I assume timeout is in seconds and scan_interval is in seconds too?
I've got an issue where a 5 minute interval is missed every hour and no data is recorded. I ran a debug log for a while but couldn't see anything of note.
Any ideas?
The text was updated successfully, but these errors were encountered: