Replies: 1 comment 1 reply
-
I have checked the code, but the recorder currently has hardcoded interval of 2s (https://github.com/bramstroker/homeassistant-powercalc/blob/master/utils/measure/measure/runner/recorder.py#L13) Make sense that I make that configurable. But very stange you get 9 and 8 seconds intervals. We first need to check how that happens. Could you enable debug log level in |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any configuration option to set this interval? At the moment it seems to measure about every 10 seconds:
2025-01-10 12:48:25,632 [INFO] Measurement 6.08
2025-01-10 12:48:36,665 [INFO] Measurement 6.13
2025-01-10 12:48:44,692 [INFO] Measurement 6.15
...
In my use case I would need a smaller interval.
Beta Was this translation helpful? Give feedback.
All reactions