@sparkydave wrote:
I am trying to get ZHA working with a Conbee2. I’m running HA on Ubuntu Server on a NUC. After playing around installing the Deconz software in Ubuntu I was then able to add devices to ZHA through the HA config GUI. Not sure if installing Deconz in Ubuntu was required but prior to that I was not seeing the Conbee2 in the ZHA config menu despite it being listed in Supervisor / System / Hardware (in HA side menu)
The two zigbee devices were working perfectly and I was happy… until I restarted HA (for other reasons).
In the HA error log I got the below and the Conbee2 is not showing up in the HA ZHA config menu
2020-04-07 11:20:03 WARNING (MainThread) [zigpy_deconz.api] No response to ‘Command.read_parameter’ command
2020-04-07 11:20:03 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2120390-if00 for zha
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 215, in async_setup
hass, self
File “/usr/src/homeassistant/homeassistant/components/zha/init.py”, line 103, in async_setup_entry
await zha_gateway.async_initialize()
File “/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py”, line 137, in async_initialize
await self.application_controller.startup(auto_form=True)
File “/usr/local/lib/python3.7/site-packages/zigpy_deconz/zigbee/application.py”, line 45, in startup
self.version = await self._api.version()
File “/usr/local/lib/python3.7/site-packages/zigpy_deconz/api.py”, line 310, in version
(self._proto_ver,) = await self[NetworkParameter.protocol_version]
File “/usr/local/lib/python3.7/site-packages/zigpy_deconz/api.py”, line 280, in read_parameter
r = await self._command(Command.read_parameter, 1 + len(data), param, data)
File “/usr/local/lib/python3.7/site-packages/zigpy_deconz/api.py”, line 210, in _command
return await asyncio.wait_for(fut, timeout=COMMAND_TIMEOUT)
File “/usr/local/lib/python3.7/asyncio/tasks.py”, line 449, in wait_for
raise futures.TimeoutError()
concurrent.futures._base.TimeoutErrorI’m not sure how to make sure the Conbee2 works properly on restarts, any ideas?
Posts: 1
Participants: 1