Page 3 of 3

Re: OpenWRT Zigbee for domoticz plugin

Posted: Tuesday 12 April 2022 2:59
by khongpt
Hi there,
I also had experience with the same issue. It could be possible problem of granting access to /dev/ttyUSB0. You should try this way

# ls -la /dev/ttyUSB0
crw-rw---- 1 root dialout 188, 0 Apr 12 07:36 /dev/ttyUSB0

# chmod 777 /dev/ttyUSB0

# ls -la /dev/ttyUSB0
crwxrwxrwx 1 root dialout 188, 0 Apr 12 07:36 /dev/ttyUSB0


Hope this help!

Re: OpenWRT Zigbee for domoticz plugin

Posted: Monday 25 April 2022 4:28
by innovateinvent
Thanks @pipiche for following up.
I just bought a linux NAS and am going to move the coordinator to that rather than OpenWRT.

I am waiting for it to show up in a couple weeks.