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 91c9d1b commit 8036f85Copy full SHA for 8036f85
plugwise_usb/nodes/circle.py
@@ -474,6 +474,7 @@ async def get_missing_energy_logs(self) -> None:
474
missing_addresses = sorted(missing_addresses, reverse=True)
475
for address in missing_addresses:
476
await self.energy_log_update(address)
477
+ await asyncio.sleep(0.1) # Test with a smnall delay
478
479
if self._cache_enabled:
480
await self._energy_log_records_save_to_cache()
0 commit comments