Thanks for all the info. I tried executing the bellows command but it timed out ad gave me a string of errors…
bash-5.0# bellows -d /dev/zigbee info
Traceback (most recent call last):
File "/usr/local/bin/bellows", line 10, in <module>
sys.exit(main())
File "/usr/local/lib/python3.7/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.7/site-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python3.7/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.7/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/bellows/cli/util.py", line 40, in inner
loop.run_until_complete(f(*args, **kwargs))
File "/usr/local/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete
return future.result()
File "/usr/local/lib/python3.7/site-packages/bellows/cli/ncp.py", line 75, in info
s = await util.setup(ctx.obj['device'], ctx.obj['baudrate'])
File "/usr/local/lib/python3.7/site-packages/bellows/cli/util.py", line 107, in setup
await s.reset()
File "/usr/local/lib/python3.7/site-packages/bellows/ezsp.py", line 55, in reset
await self._gw.reset()
File "/usr/local/lib/python3.7/site-packages/bellows/uart.py", line 208, in reset
return await asyncio.wait_for(self._reset_future, timeout=RESET_TIMEOUT)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 449, in wait_for
raise futures.TimeoutError()
concurrent.futures._base.TimeoutError
I am running in Docker on a Raspberry Pi. I started a shell inside Docker and issued the command changing /dev/TTYUSB0 to /dev/zigbee since that is where my stick turns up. Do I need to stop Home Assistant before I can run the Bellows command? If so, how would I do that in a Docker container?
I really appreciate all the help here as I learn my way around. I have an Aqara temperature and humidity sensor that will not stay connected so I am hoping it is a network channel issue bashing into my WifFi or something else.