Hallo zusammen,
ich würde mich hier gerne mit reintun. Habe mir ebenfalls zigbee2mqtt installiert und so meine Probleme es zum laufen zu bekommen.
Zur Installation habe ich folgendes Script genommen:
https://community-scripts.github.io/ProxmoxVE/scripts?id=zigbee2mqtt
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/zigbee2mqtt.sh)"
Meine configuration.yaml sieht so aus:
mqtt:
base_topic: zigbee2mqtt
server: 'mqtt://192.168.42.46:1883'
serial:
port: /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2260299-if00
adapter: deconz
frontend: true
version: 4
Als Fehlermeldung erhalte ich dies:
Starting Zigbee2MQTT without watchdog.
[2025-02-04 19:29:40] info: z2m: Logging to console, file (filename: log.log)
[2025-02-04 19:29:40] info: z2m: Starting Zigbee2MQTT version 2.1.0 (commit #unknown)
[2025-02-04 19:29:40] info: z2m: Starting zigbee-herdsman (3.2.5)
[2025-02-04 19:29:40] info: z2m: zigbee-herdsman started (resumed)
[2025-02-04 19:29:40] info: z2m: Coordinator firmware version: '{"meta":{"maintrel":0,"majorrel":38,"minorrel":120,"product":0,"revision":"0x26780700","transportrev":0},"type":"ConBee2/RaspBee2"}'
[2025-02-04 19:29:40] info: z2m: Currently 0 devices are joined.
[2025-02-04 19:29:40] info: z2m: Connecting to MQTT server at mqtt://localhost
[2025-02-04 19:29:40] error: z2m: MQTT failed to connect, exiting... ()
[2025-02-04 19:29:40] info: z2m: Stopping zigbee-herdsman...
[2025-02-04 19:29:40] info: z2m: Stopped zigbee-herdsman
root@zigbee2mqtt:/opt/zigbee2mqtt#
MOD-EDIT: Code in code-tags gesetzt!
Die URL habe ich schon verschieden ausprobiert, mit ' dann ohne, mit Port, ohne Port, localhost...
Derzeit bin ich ratlos. Hat jemand eine Idee?
VG
srkonus