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 6bec531 commit fa0f93fCopy full SHA for fa0f93f
plugwise_usb/nodes/circle.py
@@ -634,7 +634,7 @@ def _check_timestamp_is_recent(
634
0.0, (datetime.now(tz=UTC) - timestamp.replace(tzinfo=UTC)).total_seconds()
635
)
636
if age_seconds > MAX_LOG_HOURS * 3600:
637
- _LOGGER.warning(
+ _LOGGER.info(
638
"EnergyLog from Node %s | address %s | slot %s | timestamp %s is outdated, ignoring...",
639
self._mac_in_str,
640
address,
0 commit comments