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 7f9255d commit c5d044aCopy full SHA for c5d044a
plugwise_usb/nodes/circle.py
@@ -663,7 +663,7 @@ async def _energy_log_records_load_from_cache(self) -> bool:
663
for address in sorted(collected_logs, reverse=True):
664
for slot in range(4, 0, -1):
665
(timestamp, pulses) = collected_logs[address][slot]
666
- if timestamp > skip_before:
+ if timestamp <= skip_before:
667
continue
668
self._energy_counters.add_pulse_log(
669
address=address,
0 commit comments