Wiren Board 7 (AL4ZXQUT rel.wb-2307) с модулем ZigBee ПО обновлено,
Запускаю сервис командой systemctl start zigbee2mqtt, в интерфейсе переходит в состояние он-лайн, говорю пермит, ошибка 600, проверяю статус - faild.
Проверка статуса:
root@wirenboard-AL4ZXQUT:~/zigbee2mqtt/data/log/2023-09-14.15-15-54# systemctl status zigbee2mqtt
в—Џ zigbee2mqtt.service - zigbee2mqtt
Loaded: loaded (/lib/systemd/system/zigbee2mqtt.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2023-09-14 15:17:31 UTC; 19h ago
Process: 28963 ExecStart=/usr/bin/npm start (code=exited, status=1/FAILURE)
Main PID: 28963 (code=exited, status=1/FAILURE)
CPU: 27.937s
Warning: journal has been rotated since unit was started, output may be incomplete.
Настройки устройства (frontend пробовал убирать, он не работает):
permit_join: false
mqtt:
base_topic: zigbee2mqtt
server: mqtt://localhost
serial:
port: /dev/ttyMOD4
advanced:
rtscts: false
last_seen: epoch
pan_id: 20498
network_key:
- 209
- 47
- 155
- 206
- 200
- 93
- 194
- 205
- 118
- 193
- 103
- 85
- 157
- 103
- 214
- 21
homeassistant_legacy_entity_attributes: false
legacy_api: false
legacy_availability_payload: false
device_options:
legacy: false
frontend:
port: 8042
host: 192.168.0.86
Содержимое лог файла /root/zigbee2mqtt/data/log/2023-09-14.15-15-54/log.txt
info 2023-09-14 15:15:55: Logging to console and directory: '/mnt/data/root/zigbee2mqtt/data/log/2023-09-14.15-15-54' filename: log.txt
info 2023-09-14 15:15:55: Starting Zigbee2MQTT version 1.32.2 (commit #1ec1e572)
info 2023-09-14 15:15:55: Starting zigbee-herdsman (0.17.2)
error 2023-09-14 15:16:00: Configuration is not consistent with adapter state/backup!
error 2023-09-14 15:16:00: - PAN ID: configured=20498, adapter=47091
error 2023-09-14 15:16:00: - Extended PAN ID: configured=00124b002a2e395c, adapter=00124b002a2e395c
error 2023-09-14 15:16:00: - Network Key: configured=d12f9bcec85dc2cd76c167559d67d615, adapter=7d5aa2f5c791afc70bd25f99aca60436
error 2023-09-14 15:16:00: - Channel List: configured=11, adapter=11
error 2023-09-14 15:16:00: Please update configuration to prevent further issues.
error 2023-09-14 15:16:00: If you wish to re-commission your network, please remove coordinator backup at /mnt/data/root/zigbee2mqtt/data/coordinator_backup.json.
error 2023-09-14 15:16:00: Re-commissioning your network will require re-pairing of all devices!
error 2023-09-14 15:16:00: Error while starting zigbee-herdsman
error 2023-09-14 15:16:00: Failed to start zigbee
error 2023-09-14 15:16:00: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
error 2023-09-14 15:16:00: Exiting...
error 2023-09-14 15:16:00: Error: startup failed - configuration-adapter mismatch - see logs above for more information
at ZnpAdapterManager.determineStrategy (/mnt/data/root/zigbee2mqtt/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/manager.ts:229:35)
at ZnpAdapterManager.start (/mnt/data/root/zigbee2mqtt/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/manager.ts:63:26)
at Controller.start (/mnt/data/root/zigbee2mqtt/node_modules/zigbee-herdsman/src/controller/controller.ts:132:29)
at Zigbee.start (/mnt/data/root/zigbee2mqtt/lib/zigbee.ts:59:27)
at Controller.start (/mnt/data/root/zigbee2mqtt/lib/controller.ts:101:27)
at start (/mnt/data/root/zigbee2mqtt/index.js:107:5)
Подскажите какие шаги выполнить, чтобы разобраться с проблемой?