We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96eba11 commit d4ee415Copy full SHA for d4ee415
plugwise_usb/nodes/helpers/pulses.py
@@ -359,6 +359,14 @@ def _detect_rollover(
359
if not is_consumption:
360
direction = "production"
361
362
+ _LOGGER.debug(
363
+ "_update_rollover | %s | %s pulses_timestamp=%s | last_log_timestamp=%s | next_log_timestamp=%s",
364
+ self._mac,
365
+ direction,
366
+ self._pulses_timestamp,
367
+ last_log_timestamp,
368
+ next_log_timestamp,
369
+ )
370
if self._pulses_timestamp > next_log_timestamp:
371
_LOGGER.debug(
372
"_update_rollover | %s | set %s rollover => pulses newer",
0 commit comments