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 b689b96 commit afb5724Copy full SHA for afb5724
plugwise_usb/nodes/circle.py
@@ -469,7 +469,8 @@ async def _get_initial_energy_logs(self) -> None:
469
while total_addresses > 0:
470
result = await self.energy_log_update(log_address)
471
if not result:
472
- # Handle case with None-data in all address slots
+ # Stop initial log collection when an address contains no (None) or outdated data
473
+ # Outdated data can indicate a EnergyLog address rollover: from address 6014 to 0
474
_LOGGER.debug(
475
"All slots at log address %s are empty or outdated – stopping initial collection",
476
log_address,
0 commit comments