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 d643f77 commit b377de1Copy full SHA for b377de1
plugwise_usb/nodes/helpers/pulses.py
@@ -234,13 +234,15 @@ def _collect_pulses_from_logs(
234
self._mac,
235
)
236
return None
237
+ _LOGGER.debug("HOI _last_log_consumption_timestamp=%s", self._last_log_consumption_timestamp)
238
else:
239
if self._last_log_production_timestamp is None:
240
_LOGGER.debug(
241
"_collect_pulses_from_logs | %s | self._last_log_production_timestamp=None",
242
243
244
245
+ _LOGGER.debug("HOI _last_log_production_timestamp=%s", self._last_log_production_timestamp)
246
247
missing_logs = self._logs_missing(from_timestamp)
248
if missing_logs is None or missing_logs:
0 commit comments