I’ve got haos installation on proxmox and using z2m through conbee 2 usb stick.
I’ve decided to update the firmware (from 0x26580700 I think to 0x26780700).
After full restart of the vm, z2m starts and loads all the devices from the files, however non of the devices are seen on the network anymore (last_seen is not updated, none of the commands reach any of the device, none of the device report anything).
I tried enabling paring mode on one of the device and in z2m but nothing changed. I force removed the device and tried adding again - nothing changed. The device hasn’t been added.
z2m logs:
debug 2023-02-05 22:45:40: Loaded state from file /config/zigbee2mqtt/state.json
info 2023-02-05 22:45:40: Logging to console and directory: '/config/zigbee2mqtt/log/2023-02-05.22-45-39' filename: log.txt
debug 2023-02-05 22:45:40: Removing old log directory '/config/zigbee2mqtt/log/2023-01-21.12-56-29'
info 2023-02-05 22:45:40: Starting Zigbee2MQTT version 1.30.0 (commit #unknown)
info 2023-02-05 22:45:40: Starting zigbee-herdsman (0.14.89)
debug 2023-02-05 22:45:40: Using zigbee-herdsman with settings: '{"adapter":{"concurrent":null,"delay":null,"disableLED":false},"backupPath":"/config/zigbee2mqtt/coordinator_backup.json","databaseBackupPath":"/config/zigbee2mqtt/database.db.backup","databasePath":"/config/zigbee2mqtt/database.db","network":{"channelList":[11],"extendedPanID":[221,221,221,221,221,221,221,221],"networkKey":"HIDDEN","panID":6754},"serialPort":{"adapter":"deconz","path":"/dev/ttyACM0"}}'
info 2023-02-05 22:45:41: zigbee-herdsman started (resumed)
info 2023-02-05 22:45:41: Coordinator firmware version: '{"meta":{"maintrel":0,"majorrel":38,"minorrel":120,"product":0,"revision":"0x26780700","transportrev":0},"type":"ConBee2/RaspBee2"}'
debug 2023-02-05 22:45:42: Zigbee network parameters: {"channel":11,"extendedPanID":"0xdddddddddddddddd","panID":6754}
info 2023-02-05 22:45:42: Currently 39 devices are joined:
...
...
...
info 2023-02-05 22:45:42: Zigbee: disabling joining new devices.
error 2023-02-05 22:46:42: Failed to set permit join to false
info 2023-02-05 22:46:42: Connecting to MQTT server at mqtt://core-mosquitto
debug 2023-02-05 22:46:42: Using MQTT login with username: xxxxxxxxx
info 2023-02-05 22:46:42: Connected to MQTT server
info 2023-02-05 22:46:42: MQTT publish: topic 'zigbee2mqtt/bridge/state', payload 'online'
info 2023-02-05 22:46:44: Started frontend on port 0.0.0.0:8099
debug 2023-02-05 22:46:44: Received MQTT message on 'zigbee2mqtt/bridge/config' with data '{"commit":"unknown","coordinator":{"meta":{"maintrel":0,"majorrel":38,"minorrel":120,"product":0,"revision":"0x26780700","transportrev":0},"type":"ConBee2/RaspBee2"},"log_level":"debug","network":{"channel":11,"extendedPanID":"0xdddddddddddddddd","panID":6754},"permit_join":false,"version":"1.30.0"}'
debug 2023-02-05 22:46:44: Received MQTT message on 'zigbee2mqtt/office_scene/availability' with data 'online'
debug 2023-02-05 22:46:44: Received MQTT message on 'zigbee2mqtt/Office Scene/availability' with data 'online'
debug 2023-02-05 22:46:44: Received MQTT message on 'zigbee2mqtt/living_room_tree_lights/availability' with data 'online'
debug 2023-02-05 22:46:44: Received MQTT message on 'zigbee2mqtt/Living Room Tree Lights/availability' with data 'online'
info 2023-02-05 22:46:44: MQTT publish: topic 'zigbee2mqtt/bridge/config', payload '{"commit":"unknown","coordinator":{"meta":{"maintrel":0,"majorrel":38,"minorrel":120,"product":0,"revision":"0x26780700","transportrev":0},"type":"ConBee2/RaspBee2"},"log_level":"debug","network":{"channel":11,"extendedPanID":"0xdddddddddddddddd","panID":6754},"permit_join":false,"version":"1.30.0"}'
Where should I go from here? That was my first firmware upgrade on conbee dongle and that isn’t the expirence I was expecting…