(It is showing as choice) after selecting it runs for a while and coming with a menu to select radio type.
I select Deconz.
After that I do have to add manually the path. At the and is not starting ZHA because it can not connect to the ConbeeII
After that I did install USB manager in Unraid and selected the Conbee to connect only serial.
Now I’m able to start ZHA .
But after starting and go to the radio entity it says:
The device is switched off by integration.
Any ideas how to integrate the ConbeeII to ZHA in HA VM?
I’m not aware of USB/serial Passthrough in QEMU, however the deCONZ Stick does not use a standard serial interface (which is basically UART). For z2m, I use, you need to tell it that it need to talk to the stick using the deCONZ way.
To be precise, it uses a ttyACM which in the linux world is a modem interface while serial in linux (ttyUSB/ttyS<n>) mostly UART.
For Z2M see “Other” categorie here.
For ZHA the documentation (here) also specifies a radio type deconz, it might work if you configure it manually but may you need proper usb or atleast the proper ttyACM modem as a passthrough.
So ZHA need some configuration for that too. If the (usb) stick is detected this could be autoconfigurated. But as your seventh screenshot shows there is a QEMU Serial detected may confusing the autoconfiguration mechanism or it might even not be capable of what an ACM could. Further, USB does provide more information about vendor, product and more then a plain serial/modem provide. But exectly these informations are widely used for autoconfiguration.
The easierst way would be to pass the usb as a hole through and HA OS can do its magic
You have configured USB Passthrough in UnRaid? What do you see in Configuration → System → Hardware → All Hardware (Don’t know how its translated correctly, u can find it in the dots menu at the top right)?
You shall see something like this:
If so, what does device discovery tell you? A ConBee should be discovered, if so you can add the ZHA integration and follow the configuration steps. You might need to restart the VM for HAOS to discover the device properly.
Thanks for your reply.
I try to find your screenshot on my Unraid.
I think i’m stupid but I am not able to find that.
I do not see something like configuration?
My screenshot is from HAOS, for UnRaid I can’t help. I can’t find documentation on Passthrough configuration for UnRaid, but in your initial post it seemed you have figured it out.
Your second screenshot looks promising, what does HAOS tell you? Maybe after restarting the VM.
It is recognised as QEMU Serial? Could you restart HA, you device listed in the screenshot looks just right. It could be autoconfigured - as it was done when I tested ZHA.
I’m coming from a Deconz Docker under Unraid. There the stick is just working fine
I did also use the Deconz addon in the past. That did work also fine
No problem.
Thanks again for your help. I do appreciate that.
I do already have Z2M as Zigbee radio with a Sonoff dongle.
But I like to have an extra network
So it is less important as having no Zigbee at all
The issue that my Conbee II stick (which was hardware wise recognised) was not working, it failed to initialise/connect, was solved with Core update 2024.6.3, probably something to do with ZHA dependancy zigpy?