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 726bac6 commit 005bfadCopy full SHA for 005bfad
plugwise_usb/network/__init__.py
@@ -418,7 +418,7 @@ async def _discover_node(
418
_LOGGER.debug("Starting the discovery of node %s with unknown NodeType", mac)
419
node_info, node_ping = await self._controller.get_node_details(mac, ping_first)
420
if node_info is None:
421
- _LOGGER.debug("Node %s with unknown NodeType not responding", mac)
+ _LOGGER.warning("Node %s with unknown NodeType not responding, is it offline?", mac)
422
self._registry_stragglers.append(mac)
423
return False
424
await self._create_node_object(mac, node_info.node_type)
0 commit comments