Thanx, I tried that method, it gives me an “Can’t call service zha.permit. Unknown error” (I changed some bits in the screenshot below:
Perhaps it is my dongle, it’s a:
ZNP = Texas Instruments Z-Stack ZNP protocol: CC253x, CC26x2, CC13x2
door ZHA
Sorry my UI is set to Dutch so there are some Dutch words here and there.
If it’s my hub, could the SkyConnect solve it? I’m eager to buy it, but is it a good enough hub for a large ZigBee network?
I believe this to be the error:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 26, in _handle_async_response
await func(hass, connection, msg)
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 731, in handle_execute_script
script_result = await script_obj.async_run(msg.get("variables"), context=context)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1578, in async_run
return await asyncio.shield(run.async_run())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 420, in async_run
await self._async_step(log_exceptions=False)
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 470, in _async_step
self._handle_exception(
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 493, in _handle_exception
raise exception
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 468, in _async_step
await getattr(self, handler)()
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 704, in _async_call_service_step
response_data = await self._async_run_long_action(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 666, in _async_run_long_action
return long_task.result()
^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2035, in async_call
response_data = await coro
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2072, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 986, in admin_handler
await result
File "/usr/src/homeassistant/homeassistant/components/zha/websocket_api.py", line 1261, in permit
await application_controller.permit_with_key(
File "/usr/local/lib/python3.11/site-packages/zigpy_znp/zigbee/application.py", line 395, in permit_with_key
await self.permit_with_link_key(node=node, link_key=key, time_s=time_s)
File "/usr/local/lib/python3.11/site-packages/zigpy_znp/zigbee/application.py", line 353, in permit_with_link_key
await self._znp.request(
File "/usr/local/lib/python3.11/site-packages/zigpy_znp/api.py", line 1031, in request
raise CommandNotRecognized(
zigpy_znp.exceptions.CommandNotRecognized: Fatal request error RPCError.CommandNotRecognized.Rsp(ErrorCode=<ErrorCode.InvalidSubsystem: 1>, RequestHeader=CommandHeader(id=0x04, subsystem=Subsystem.APPConfig, type=CommandType.SREQ)) in response to AppConfig.BDBAddInstallCode.Req(InstallCodeFormat=<InstallCodeFormat.KeyDerivedFromInstallCode: 2>, IEEE=18:fc:26:00:00:0f:xx:xx, InstallCode=b'\xE7\x4B\x04\xE6\x48\xA7\xC9\xBF\x1D\x58\x5A\x28\x13\xxx\xE9\xxx')
If I’m not mistaken, this error is due to my dongle not supporting the needed protocol details?
Edit: I just ordered the SkyConnect, will update here if I get it to work with that.