Sonoff zigbee 3.0 issues with lxc proxmox #573
-
Describe the issue I've several times to reflash the device, restarted a new zigbee2mqtt instance. I tried it on a deconz lxc and still nothing. I'm fairly close to returning it and just resetting everything and using my conbee 2 in zigbee2mqtt as this definitely isn't seamless. Any ideas or help would be greatly appreciated Bug reports will be closed after 12 hours of NO activity. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 10 replies
-
Why is it not an "issue?" I've followed all online tutorials and suggestions and am still getting errors when trying npm start. |
Beta Was this translation helpful? Give feedback.
-
Any ideas what I'm doing wrong i truly want to use the sonoff on my own zigbee2mqtt. I've had zero issues setting up other LXCs...Zwave2JS was seamless and extremely easy. I've passed GPUs through to LXCs and VMs. I've had no issues passing the conbee to HA or my zwave stick previously. If i run ls -l /dev/serial/by-id the stick shows.. i put it in config... when i run npm i get unable to find serial port can't lock port errors. The conbee is on HA and zigbee2mqtt to mqtt separate on its own lxc .. so it shouldn't be a zigbee parrell network error. I'm lost and i really want this stick to work for me. |
Beta Was this translation helpful? Give feedback.
-
Perhaps you know, but just FYI - Conbee II works perfectly well with Zigbee2MQTT. If your reason to purchase the Sonoff was just to use Z2M, you may not need it. |
Beta Was this translation helpful? Give feedback.
-
Here's my output of ls -l /dev/serial/by-id
My Config.
The errors in the logs.
|
Beta Was this translation helpful? Give feedback.
-
If I run test -w /dev/ttyUSB0 && echo success || echo failure on the zwave stick I get a "success" response. The same on the zigbee stick it responds with a failure. |
Beta Was this translation helpful? Give feedback.
-
I got it. The stick shows up as /dev/ttyusb1 so in the host lxc config I had to change it from 0 to 1. Seems to be working now. |
Beta Was this translation helpful? Give feedback.
I got it. The stick shows up as /dev/ttyusb1 so in the host lxc config I had to change it from 0 to 1. Seems to be working now.