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 ae974c8 commit f93e045Copy full SHA for f93e045
zigpy_znp/api.py
@@ -284,9 +284,10 @@ async def start_network(self):
284
await started_as_coordinator
285
except asyncio.TimeoutError as e:
286
raise RuntimeError(
287
- "Network formation refused, RF environment is likely too noisy."
288
- " Temporarily unscrew the antenna or shield the coordinator"
289
- " with metal until a network is formed."
+ "Network formation refused: there is too much RF interference."
+ " Make sure your coordinator is on a USB 2.0 extension cable and"
+ " away from any sources of interference, like USB 3.0 ports, SSDs,"
290
+ " 2.4GHz routers, motherboards, etc."
291
) from e
292
293
LOGGER.debug("Waiting for NIB to stabilize")
0 commit comments