Hi guys,
New to PVE and to this forum.
I've install a zigbee2mqtt container following this guide :
https://tteck.github.io/Proxmox/
I have a ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2.
My configuration file :
frontend:
port: 8080 #Change Frontend UI Access Port Default: 8080
homeassistant: true
permit_join: false
mqtt:
base_topic: zigbee2mqtt
server: 'mqtt://192.168.1.11:1883'
user: z2m-pve #MQTT Username
password: **z2m-pve** #MQTT Password
keepalive: 60
reject_unauthorized: true
version: 4
serial:
#port: /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20230505151733-if00
#port: /dev/ttyACM0 #Uncomment for USB Port Method
#adapter: deconz (Uncomment For Conbee II)
adapter: ezsp (Uncomment For Sonoff ZBDongle-E)
advanced:
pan_id: GENERATE
network_key: GENERATE
channel: 20 #Choose Zigbee channel
The dongle is well recognized in PVE and in Zigbee2mqtt
I've already tried :
- a combination of comment / uncomment between USB port method, USB serial method and adapter method.
- checked the permissions
- checked that the dongle is not used elsewhere
- checked that zigbee2mqtt is not already running
- tried to stop, reload, start of zigbee2mqtt.service
- combination of multiple reboots between pve and zigbee2mqtt
And finally, I always either get the Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms) OR the Cannot Lock port error.
It's really strange, I can't say when it's the first error and when it's the second one. It changes from time to time.
I've already searched on many forums and tried what I mentionned above, nothing seems working.
Any clue please?
Thanks a lot,
New to PVE and to this forum.
I've install a zigbee2mqtt container following this guide :
https://tteck.github.io/Proxmox/
I have a ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2.
My configuration file :
frontend:
port: 8080 #Change Frontend UI Access Port Default: 8080
homeassistant: true
permit_join: false
mqtt:
base_topic: zigbee2mqtt
server: 'mqtt://192.168.1.11:1883'
user: z2m-pve #MQTT Username
password: **z2m-pve** #MQTT Password
keepalive: 60
reject_unauthorized: true
version: 4
serial:
#port: /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20230505151733-if00
#port: /dev/ttyACM0 #Uncomment for USB Port Method
#adapter: deconz (Uncomment For Conbee II)
adapter: ezsp (Uncomment For Sonoff ZBDongle-E)
advanced:
pan_id: GENERATE
network_key: GENERATE
channel: 20 #Choose Zigbee channel
The dongle is well recognized in PVE and in Zigbee2mqtt
I've already tried :
- a combination of comment / uncomment between USB port method, USB serial method and adapter method.
- checked the permissions
- checked that the dongle is not used elsewhere
- checked that zigbee2mqtt is not already running
- tried to stop, reload, start of zigbee2mqtt.service
- combination of multiple reboots between pve and zigbee2mqtt
And finally, I always either get the Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms) OR the Cannot Lock port error.
It's really strange, I can't say when it's the first error and when it's the second one. It changes from time to time.
I've already searched on many forums and tried what I mentionned above, nothing seems working.
Any clue please?
Thanks a lot,