Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions plugwise_usb/nodes/circle.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,13 +422,9 @@ def _collect_energy_pulses(self, start_utc: datetime, end_utc: datetime):
if self._energy_history_failed_address.count(_mem_address) == 0:
self._energy_history_failed_address.append(_mem_address)
_LOGGER.info(
"_collect_energy_pulses for %s at %s not found, request counter from memory %s (from mem=%s, slot=%s, timestamp=%s)",
"_collect_energy_pulses for %s at %s not found",
self.mac,
str(_log_timestamp),
str(_mem_address),
str(self._last_log_address),
str(self._energy_last_populated_slot),
str(self._energy_last_collected_timestamp),
)

# Validate all history values where present
Expand Down