after command docker compose up :
Attaching to zigbee2mqtt
Gracefully stopping ... (press Ctrl+C again to force
Error response from daemon: error gathering device information while adding custom device "/dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_b0d28448650eef11bdbab62a433abf1e-if00-": no such file or directory
how can I correct this
in linux the ls /dev/serial/by-id gives: usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_b0d28448650eef11bdbab62a433abf1e-if00-port0
submap 'data' exists with configuration file
note that I used same files for same stick but older preflashed software EZSP v8.0 of couse with correct stick address
here's my compose file
Code: Select all
version: '3.8'
services:
zigbee2mqtt:
container_name: zigbee2mqtt
image: koenkk/zigbee2mqtt
restart: unless-stopped
volumes:
- ./data:/app/data
- /run/udev:/run/udev:ro
ports:
# Frontend port
- 8090:8080
environment:
- TZ=Europe/Berlin
devices:
# Make sure this matched your adapter location
- /dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_b0d28448650eef11bdbab62a433abf1e-if00:/dev/ttyACM0
Code: Select all
homeassistant: true
permit_join: true
mqtt:
base_topic: zigbee2mqtt
server: mqtt://192.168.2.225:1883
serial:
port: /dev/ttyACM0
advanced:
homeassistant_legacy_entity_attributes: false
legacy_api: false
legacy_availability_payload: false
device_options:
legacy: false