Samba share (12.3.1), Terminal & SSH (9.14.0), Studio Code Server (5.15.0), File editor (5.8.0), ESPHome (2024.7.2), SQLite Web (4.2.0), Matter Server (6.3.1), Mosquitto broker (6.4.1), Zigbee2MQTT (1.39.0-1)
Dashboards
dashboards
9
resources
4
views
8
mode
storage
Recorder
oldest_recorder_run
20 juillet 2024 à 05:36
current_recorder_run
27 juillet 2024 à 16:13
estimated_db_size
171.37 MiB
database_engine
sqlite
database_version
3.45.3
[/center]
A l’origine j’ai une conf HA qui tourne sur une VM Synology et une clef SONOFF-E et tout fonctionne bien. J’ai acheté un robinet de jardin Zigbee détecté mais pas utilisable avec ZHA, du coup passage sur Z2M.
Voici le process suivi :
1- installation Mosquitto borker
2- création d’un nouveau User mqtt-adm
3- installation Zigbee2MQTT
4- récupération des ref de ma clef ZIGBEE dans paramètres\matériel
5- conf Zigbee2MQTT à fonctionne pas
6- Haa oui ! il faut désinstaller ZHA = désinstallation complète de ZHA
7- retest sans ZHA= marche pas
8- Suppression de Zigbee2MQTT et réinstallation/conf = marche pas
Voici la conf renseignée
Je mets une acquisition d’écran pour montrer que le N° du port 1883 s’affiche en rouge, dans tous les messages que je lis c’est en orange = cela signifie t il un Pb ? (ou puis je vérifier que c’est bien le port 1883 avec ma conf?)
certains disent qu’il faut aligner la dernière ligne « frontend: true » avec serial mais cela change rien et du coup je ne sais pas s’il faut le faire.
Voici le message d’erreur
[18:07:53] INFO: Preparing to start...
[18:07:54] INFO: Socat not enabled
[18:07:55] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2024-07-27 18:07:59] info: z2m: Logging to console, file (filename: log.log)
[2024-07-27 18:07:59] info: z2m: Starting Zigbee2MQTT version 1.39.0 (commit #unknown)
[2024-07-27 18:07:59] info: z2m: Starting zigbee-herdsman (0.50.1)
[2024-07-27 18:08:00] warning: zh:ezsp: Deprecated driver 'ezsp' currently in use, 'ember' will become the officially supported EmberZNet driver in next release. If using Zigbee2MQTT see https://github.com/Koenkk/zigbee2mqtt/discussions/21462
[2024-07-27 18:08:04] info: z2m: zigbee-herdsman started (resumed)
[2024-07-27 18:08:04] info: z2m: Coordinator firmware version: '{"meta":{"maintrel":"3 ","majorrel":"6","minorrel":"10","product":8,"revision":"6.10.3.0 build 297"},"type":"EZSP v8"}'
[2024-07-27 18:08:04] info: z2m: Currently 0 devices are joined:
[2024-07-27 18:08:04] info: z2m: Zigbee: disabling joining new devices.
[2024-07-27 18:08:04] info: z2m: Connecting to MQTT server at mqtt://localhost:1883
[2024-07-27 18:08:05] error: z2m: MQTT error: connect ECONNREFUSED ::1:1883
[2024-07-27 18:08:05] error: z2m: MQTT failed to connect, exiting...
[2024-07-27 18:08:05] info: z2m: Stopping zigbee-herdsman...
[2024-07-27 18:08:05] info: zh:controller: Wrote coordinator backup to '/config/zigbee2mqtt/coordinator_backup.json'
[2024-07-27 18:08:05] info: z2m: Stopped zigbee-herdsman
Bonjour @bobi92 ,
Tu as oublié de dire un bonjour, surtout qu’il est écrit par défaut pour un nouveau sujet d’entraide. Fait y attention les prochaines fois, merci.
@WarC0zes : tu as raison, a force de lire ce forum et ayant la tête dans mon pb on en oublie les bonnes manières donc 1/ Bonjour et 2/ Merci pour votre aide
Actions réalisés:
Extinction VM, extration de la clef, flash de la clef sur le PC, rebranchement de la clef sur le Syno et redémarrage de la VM
j’ai essaye de mettre :
adapter: ember → et houlala il est encore moins content (mais je suis pas sur de la ligne de commande):
Après bidouillage voici ou j’en suis:
1/ je confirme que j’ai bien flasher avec le bon Firmware 7.4.3 la clé SONOFF-E
2/ MAJ conf du broker ( avec l’adjontion du User → je pensais que cela n’étais pas indispensable)
Clef SonOff-E Firmware 7.4.3
et pour info si je mets :
adapter: ezsp
frontend: true
j’obtiens les log suivants:
[20:58:41] INFO: Preparing to start...
[20:58:41] INFO: Socat not enabled
[20:58:43] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2024-07-27 20:58:46] info: z2m: Logging to console, file (filename: log.log)
[2024-07-27 20:58:46] info: z2m: Starting Zigbee2MQTT version 1.39.0 (commit #unknown)
[2024-07-27 20:58:46] info: z2m: Starting zigbee-herdsman (0.50.1)
[2024-07-27 20:58:47] warning: zh:ezsp: Deprecated driver 'ezsp' currently in use, 'ember' will become the officially supported EmberZNet driver in next release. If using Zigbee2MQTT see https://github.com/Koenkk/zigbee2mqtt/discussions/21462
[2024-07-27 20:58:57] error: zh:ezsp:uart: --> Error: Error: {"sequence":-1} after 10000ms
[2024-07-27 20:58:57] error: zh:ezsp:ezsp: Connection attempt 1 error: Error: Failure to connect
at SerialDriver.resetForReconnect (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/ezsp.ts:347:19)
at SerialDriver.emit (node:events:517:28)
at /app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/uart.ts:348:22
at Queue.execute (/app/node_modules/zigbee-herdsman/src/utils/queue.ts:35:20)
at SerialDriver.openSerialPort (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/uart.ts:108:13)
at SerialDriver.connect (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/uart.ts:63:13)
at Ezsp.connect (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/ezsp.ts:353:17)
at Driver.startup (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/driver.ts:164:13)
at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:129:29)
at Zigbee.start (/app/lib/zigbee.ts:63:27)
[2024-07-27 20:59:12] error: zh:ezsp:uart: --> Error: Error: {"sequence":-1} after 10000ms
[2024-07-27 20:59:12] error: zh:ezsp:ezsp: Connection attempt 2 error: Error: Failure to connect
at SerialDriver.resetForReconnect (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/ezsp.ts:347:19)
at SerialDriver.emit (node:events:517:28)
at /app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/uart.ts:348:22
at Queue.execute (/app/node_modules/zigbee-herdsman/src/utils/queue.ts:35:20)
at SerialDriver.openSerialPort (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/uart.ts:108:13)
at SerialDriver.connect (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/uart.ts:63:13)
at Ezsp.connect (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/ezsp.ts:353:17)
at Driver.startup (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/driver.ts:164:13)
at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:129:29)
at Zigbee.start (/app/lib/zigbee.ts:63:27)