-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZHA and Bosch Twinguard gives stack trace and "Failed to perform the action zha.permit. Unknown error" / Status.UNSUPPORTED #134899
Comments
Hey there @dmulcahey, @Adminiuga, @puddly, @TheJulianJES, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) zha documentation |
What adapter are you using and what firmware version is it running? |
Apologies for missing to provide this information
|
The Conbee III probably doesn't support link keys. It may superficially communicate with the same protocol as the Conbee II but it's a completely different implementation underneath. |
Per http://deconz.dresden-elektronik.de/raspbian/deCONZ-Serial-Protocol_en_1.22.pdf it should support it. "2.1 Required Hardware" mentions ConBee III specifically "6.2.3 Zigbee Install Codes" states
|
The implementation in zigpy-deconz has been tested successfully with a Conbee II so the protocol-level part should be correct: you write the device EUI64 + link key to the On the Conbee II, this works fine. On the Conbee III, you get |
The problem
I am trying to add a Bosch Twinguard to my ZHA installation on
Per zigpy/zigpy-deconz#214 this should be supported.
I followed the steps mentioned at https://www.home-assistant.io/integrations/zha#action-zhapermit
using the QR code I scanned from the device.
Even as the QR code support of Bosch is NOT in the list in your documentation,
I think this action should not give a stack trace but should give a clear error message instead.
Error message observed in the UI:
Failed to perform the action zha.permit. Unknown error
Error message in the stack trace:
zigpy_deconz.exception.CommandError: <CommandId.write_parameter: 11>, status: <Status.UNSUPPORTED: 4>
What version of Home Assistant Core has the issue?
core-2024.12.5
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
ZHA with Bosch Twinguard Sensor
Link to integration documentation on our website
https://www.home-assistant.io/integrations/zha#action-zhapermit
Diagnostics information
config_entry-zha-01JGY40MWRS0FGTN2SXK4K7T2M.json
Example YAML snippet
No response
Anything in the logs that might be useful for us?
The text was updated successfully, but these errors were encountered: