Cut a long story short, I had some Tuya Wifi presense sensors up and running and, as many predicted, they have started to fail, so I thought I’d replace using Zigbee devices (which I’ve never used before) as I was originally advised to do…
I can’t add the Zigbee integration in HA as it is asking me for the Serial Device Path which I don’t know.
I have installed a SONOFF Zigbee 3.0 USB Dongle Plus-P into the NAS which shows up as a ‘CP210x UART Bridge - Silicon Labs’.
lsusb returns the following: |__2-2 10c4:ea60:0100 00 2.00 12MBit/s 100mA 1IF (ITead Sonoff Zigbee 3.0 USB Dongle Plus b423…)
I found instructions to create a shell script “find-usb.sh” and run it in /dev but it isn’t returning any output…
Any steps I have missed or advice on what to do next? Thank you!
Did you add path to that device to your Docker container?
Something like --device /dev/ttyACM0:/dev/ttyACM0 (depending on the path to device yu’re using.
If you have /dev/serial/by-id/xxxx detected, would be better to use that…
Hello BeardedConti, I don’t have ttyACM0 listed in the /dev folder. I am guessing that is the issue? Any pointers on how I get this to show up? Sorry, I am (clearly) very new to this.
Hi Gentzel, yes I have install the serial port drivers. What do I enter for the serial device path? dev/ttyUSB0 still giving me a “Failed to connect” error.