will do that thanks. how do you eventually make the connection from HA to that container? Do i need to fill in the ip and port of the container in the mqtt broker configuration in HA?
You need to adapt it to your configuration, e.g. your mosquitto is probably not mqtt:10.0.0.66 but the ip of your HA, and the port needs to be adjusted to /dev/serial/…
GNU nano 7.2 configuration.yaml
homeassistant: true
frontend: true
mqtt:
base_topic: zigbee2mqtt
server: mqtt://192.168.2.80
user: mqtt-user
password: mqtt-pass
serial:
port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_26ef72ee35afed1188363b4e71c9e8b5-if00-port0
advanced:
pan_id: 6754
channel: 25
network_key:
- 165
- 103
- 36
- 146
- 200
- 152
- 15
- 170
- 143
- 254
- 86
- 30
- 69
- 118
- 210
- 253
pan_id: 28338
ext_pan_id:
- 127
- 92
- 57
- 20
- 53
- 182
- 140
- 80
the ip is the ip of the HA, do i need to be able to see the integration in HA after this, because i dont see yet.
I don’t run docker myself (bare linux install), but according to
your docker compose file needs to be changed
devices:
# Make sure this matched your adapter location
- /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_26ef72ee35afed1188363b4e71c9e8b5-if00-port0:/dev/ttyACM0
you did not include the :/dev/ttyACM0
and then in configuration.yaml port will be /dev/ttyACM0
Ok i did that now. also plugged in a powered usb hub on my raspberry pi. because i did see this
" * If you still get this error after increasing the panID (as explained here) and you are using a Raspberry Pi with other USB devices attached (e.g. SSD) try connecting the SSD or adapter through a powered USB hub."