Bonjour et merci,
Toujours pareil :
Je n’ai pas de fichier coordinator_backup.json dans plugins/z2m/data/ mais j’ai renommer database.db et configuration.yaml
Réglage du port et du type de comtroleur sur ZNP, installation des dépendances puis relance du demon
> zigbee2mqtt@1.33.0 start
> node index.js
Zigbee2MQTT:debug 2023-09-03 10:09:07: Loaded state from file /var/www/html/plugins/z2m/data/state.json
Zigbee2MQTT:info 2023-09-03 10:09:07: Logging to console and directory: '/var/www/html/plugins/z2m/data/log/2023-09-03.10-09-07' filename: log.txt
Zigbee2MQTT:debug 2023-09-03 10:09:07: Removing old log directory '/var/www/html/plugins/z2m/data/log/2023-09-02.20-01-56'
Zigbee2MQTT:info 2023-09-03 10:09:07: Starting Zigbee2MQTT version 1.33.0 (commit #f224ef7)
Zigbee2MQTT:info 2023-09-03 10:09:07: Starting zigbee-herdsman (0.18.5)
Zigbee2MQTT:debug 2023-09-03 10:09:07: Using zigbee-herdsman with settings: '{"adapter":{"concurrent":null,"delay":null,"disableLED":false},"backupPath":"/var/www/html/plugins/z2m/data/coordinator_backup.json","databaseBackupPath":"/var/www/html/plugins/z2m/data/database.db.backup","databasePath":"/var/www/html/plugins/z2m/data/database.db","network":{"channelList":[11],"extendedPanID":[221,221,221,221,221,221,221,221],"networkKey":"HIDDEN","panID":6754},"serialPort":{"path":"/dev/ttyUSB0"}}'
Au final, le type de contrôleur n’est par présent dans le log et dans le fichier configuration.yaml
---
permit_join: false
mqtt:
server: mqtt://127.0.0.1:1883
user: jeedom
password: fcSanM1Z2HVUOGmUpfB4LxxSQk3nMUYnpwXhKrB0GTUYIKQCuxxxxxxxxx
base_topic: zigbee2mqtt
include_device_information: true
serial:
port: /dev/ttyUSB0
frontend:
port: 8080
host: 0.0.0.0
auth_token: NVA7OsItRRnMAjYCfIpxxxxxxxx
advanced:
last_seen: ISO_8601
log_level: debug
external_converters:
- /var/www/html/plugins/z2m/core/class/../config/converters/Danfoss/icon.js
...
Alors que pour la cle deconz j’ai
---
permit_join: false
mqtt:
server: mqtt://127.0.0.1:1883
user: jeedom
password: fcSanM1Z2HVUOGmUpfB4LxxSQk3nMUYnpwXhxxxxxxxxxxxi
base_topic: zigbee2mqtt
include_device_information: true
serial:
port: /dev/ttyACM1
adapter: deconz
frontend:
port: 8080
host: 0.0.0.0
auth_token: NVA7OsItRRnMAjYxxxxxxxxx
advanced:
last_seen: ISO_8601
log_level: error
log_syslog:
app_name: Zigbee2MQTT
eol: /n
host: localhost
localhost: localhost
path: /dev/log
pid: process.pid
port: 514
protocol: udp4
type: "5424"
channel: 11
external_converters:
- /var/www/html/plugins/z2m/core/class/../config/converters/Danfoss/icon.js
J’ai essayé la solution de rajouter le type « auto » mais rien aussi
Suite du sujet Problème Demon z2m se lance et s'arrête :