Besoin d'aide ZwaveJS ne fonctionne plus

Bonjour, depuis 15 jours ma box jeedom smart n’arrive plus à commander mes périphériques Zwave.
J’ai fait toutes les maj.
Ma page santé est vierge.
J’ai essayé de restaurer une ancienne version : Ne change rien.
J’ai réinstallé le plugin mqtt manager : Ne change rien
Le démon MQTT à parfois du mal à redémarrer mais après plusieurs essais, ou réinstallation, i démarre.
J’ai des erreurs dans le log zwavejs : Echec de la requête HTTP : http://127.0.0.1:55035/publish?apikey=… cURL error : Failed to connect to 127.0.0.1 port 55035: Connection refused
J’ai l’impression que je la box recois les informations des modules (mise à jour des conso) mais quelle n’arrive plus à leur envoyer des ordres.
Merci de votre aide
Jeedom 4.5.1 debian 11.11

Ma page santé

mqtt2d :

[2025-12-29 18:25:07] ERROR  : Error on connection to mqtt server : Error: Connection refused: Not authorized
[2025-12-29 18:30:08] ERROR  : Error on connection to mqtt server : Error: Connection refused: Not authorized
[2025-12-29 18:35:07] ERROR  : Error on connection to mqtt server : Error: Connection refused: Not authorized
[2025-12-29 18:40:07] ERROR  : Error on connection to mqtt server : Error: Connection refused: Not authorized
[2025-12-29 18:45:07] ERROR  : Error on connection to mqtt server : Error: Connection refused: Not authorized
[2025-12-29 18:50:07] ERROR  : Error on connection to mqtt server : Error: Connection refused: Not authorized
[2025-12-29 18:55:07] ERROR  : Error on connection to mqtt server : Error: Connection refused: Not authorized
[2025-12-29 19:00:09] ERROR  : Error on connection to mqtt server : Error: Connection refused: Not authorized
[2025-12-29 19:05:06] ERROR  : Error on connection to mqtt server : Error: Connection refused: Not authorized
[2025-12-29 19:10:07] ERROR  : Error on connection to mqtt server : Error: Connection refused: Not authorized
[2025-12-29 19:15:07] ERROR  : Error on connection to mqtt server : Error: Connection refused: Not authorized
[2025-12-29 19:20:07] ERROR  : Error on connection to mqtt server : Error: Connection refused: Not authorized
[2025-12-29 19:25:06] ERROR  : Error on connection to mqtt server : Error: Connection refused: Not authorized
[2025-12-29 19:30:09] ERROR  : Error on connection to mqtt server : Error: Connection refused: Not authorized
[2025-12-29 19:35:07] ERROR  : Error on connection to mqtt server : Error: Connection refused: Not authorized
[2025-12-29 19:40:07] ERROR  : Error on connection to mqtt server : Error: Connection refused: Not authorized
[2025-12-29 19:45:08] ERROR  : Error on connection to mqtt server : Error: Connection refused: Not authorized
[2025-12-29 19:50:07] ERROR  : Error on connection to mqtt server : Error: Connection refused: Not authorized
[2025-12-29 19:55:07] ERROR  : Error on connection to mqtt server : Error: Connection refused: Not authorized
[2025-12-29 20:00:28] ERROR  : Error on connection to mqtt server : Error: Connection refused: Not authorized
[2025-12-29 20:09:38] ERROR  : Error on connection to mqtt server : Error: Connection refused: Not authorized
[2025-12-29 20:11:24] ERROR  : Error on connection to mqtt server : Error: Connection refused: Not authorized
[2025-12-29 20:13:27] ERROR  : Error on connection to mqtt server : Error: Connection refused: Not authorized
[2025-12-29 20:15:08] ERROR  : Error on connection to mqtt server : Error: Connection refused: Not authorized
[2025-12-29 20:16:55] ERROR  : Error on connection to mqtt server : Error: Connection refused: Not authorized
[2025-12-29 20:20:07] ERROR  : Error on connection to mqtt server : Error: Connection refused: Not authorized
[2025-12-29 20:21:15] ERROR  : Error on connection to mqtt server : Error: Connection refused: Not authorized
[2025-12-29 20:25:06] ERROR  : Error on connection to mqtt server : Error: Connection refused: Not authorized
[2025-12-29 20:27:59] ERROR  : Error on connection to mqtt server : Error: Connection refused: Not authorized

zwavejs :

[2025-12-29 20:45:18] ERROR  Erreur sur la fonction cron du plugin : Echec de la requête HTTP : http://127.0.0.1:55035/publish?cURL error : Failed to connect to 127.0.0.1 port 55035: Connection refused
[2025-12-29 20:45:19] ERROR  Erreur exécution de la commande [Salle de bains][Ventilation][Off-1] : Echec de la requête HTTP : http://127.0.0.1:55035/publish?cURL error : Failed to connect to 127.0.0.1 port 55035: Connection refused

Configuration du plugin mqtt :

Bonjour

Auriez-vous un autre plugin utilisant et installant mosquitto, comme jmqtt ou zigbeelinker ?

Page configuration zwavejs ?

Antoine

Page configuration zwave JS

Je ne pense pas avoir d’autres plugins utilisant Mosquitto.
Mes plugins :

Bonsoir,

Est-ce que tu peux donner le résultat de la commande suivante sudo netstat -tupln | grep 55035 exécuté en SSH ou depuis la page « Administration Système »

Voilà : (Avec Putty en SSH)

root@JeedomSmart:~# sudo netstat -tupln grep 55035
Connexions Internet actives (seulement serveurs)
Proto Recv-Q Send-Q Adresse locale          Adresse distante        Etat                             PID/Program name
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN                           2137/sshd: /usr/sbi
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN                           2575/exim4
tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN                           2250/mariadbd
tcp        0      0 127.0.0.1:33601         0.0.0.0:*               LISTEN                           3031/homebridge
tcp        0      0 127.0.0.1:43833         0.0.0.0:*               LISTEN                           3031/homebridge
tcp        0      0 0.0.0.0:8883            0.0.0.0:*               LISTEN                           9376/mosquitto
tcp        0      0 127.0.0.1:43617         0.0.0.0:*               LISTEN                           3031/homebridge
tcp        0      0 0.0.0.0:41817           0.0.0.0:*               LISTEN                           3031/homebridge
tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN                           9376/mosquitto
tcp        0      0 127.0.0.1:55035         0.0.0.0:*               LISTEN                           9720/node
tcp        0      0 127.0.0.1:55000         0.0.0.0:*               LISTEN                           4263/python3
tcp6       0      0 :::80                   :::*                    LISTEN                           2267/apache2
tcp6       0      0 :::22                   :::*                    LISTEN                           2137/sshd: /usr/sbi
tcp6       0      0 :::41279                :::*                    LISTEN                           3031/homebridge
tcp6       0      0 :::33221                :::*                    LISTEN                           3279/homebridge-con
tcp6       0      0 :::51826                :::*                    LISTEN                           3031/homebridge
tcp6       0      0 :::38571                :::*                    LISTEN                           3031/homebridge
tcp6       0      0 :::8883                 :::*                    LISTEN                           9376/mosquitto
tcp6       0      0 :::1883                 :::*                    LISTEN                           9376/mosquitto
tcp6       0      0 ::1:25                  :::*                    LISTEN                           2575/exim4
tcp6       0      0 :::8091                 :::*                    LISTEN                           9783/node
udp        0      0 0.0.0.0:36422           0.0.0.0:*                                                4066/openvpn
udp        0      0 0.0.0.0:40873           0.0.0.0:*                                                3037/avahi-daemon:
udp        0      0 0.0.0.0:68              0.0.0.0:*                                                1966/dhclient
udp        0      0 10.12.26.182:123        0.0.0.0:*                                                2134/ntpd
udp        0      0 192.168.1.16:123        0.0.0.0:*                                                2134/ntpd
udp        0      0 127.0.0.1:123           0.0.0.0:*                                                2134/ntpd
udp        0      0 0.0.0.0:123             0.0.0.0:*                                                2134/ntpd
udp        0      0 0.0.0.0:5353            0.0.0.0:*                                                3279/homebridge-con
udp        0      0 0.0.0.0:5353            0.0.0.0:*                                                3031/homebridge
udp        0      0 0.0.0.0:5353            0.0.0.0:*                                                3031/homebridge
udp        0      0 0.0.0.0:5353            0.0.0.0:*                                                3031/homebridge
udp        0      0 0.0.0.0:5353            0.0.0.0:*                                                3031/homebridge
udp        0      0 0.0.0.0:5353            0.0.0.0:*                                                3037/avahi-daemon:
udp6       0      0 fe80::75a1:f9ee:df3:123 :::*                                                     2134/ntpd
udp6       0      0 fe80::21e:6ff:fe33::123 :::*                                                     2134/ntpd
udp6       0      0 2a01:cb00:8ece:2100:123 :::*                                                     2134/ntpd
udp6       0      0 ::1:123                 :::*                                                     2134/ntpd
udp6       0      0 :::123                  :::*                                                     2134/ntpd
root@JeedomSmart:~# Connexions Internet actives (seulement serveurs)
Proto Recv-Q Send-Q Adresse locale          Adresse distante        Etat                  PID/Program namerogram name
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN                2137/sshd: /usr/sbid: /usr/sbi
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN                2575/exim4 tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN                2250/mariadbdp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN                           tcp        0      0 127.0.0.1:33601         0.0.0.0:*               LISTEN                3031/homebridge       0      0 127.0.0.1:33601         0.0.0.0:*               LISTEN                           tcp        0      0 127.0.0.1:43833         0.0.0.0:*               LISTEN                3031/homebridge       0      0 127.0.0.1:43833         0.0.0.0:*               LISTEN                           tcp        0      0 0.0.0.0:8883            0.0.0.0:*               LISTEN                9376/mosquitto        0      0 0.0.0.0:8883            0.0.0.0:*               LISTEN                           tcp        0      0 127.0.0.1:43617         0.0.0.0:*               LISTEN                3031/homebridge       0      0 127.0.0.1:43617         0.0.0.0:*               LISTEN                           tcp        0      0 0.0.0.0:41817           0.0.0.0:*               LISTEN                3031/homebridge       0      0 0.0.0.0:41817           0.0.0.0:*               LISTEN                           tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN                9376/mosquitto        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN                           tcp        0      0 127.0.0.1:55035         0.0.0.0:*               LISTEN                9720/node
tcp        0      0 127.0.0.1:55000         0.0.0.0:*               LISTEN                4263/python3720/node
tcp6       0      0 :::80                   :::*                    LISTEN                2267/apache2263/python3
tcp6       0      0 :::22                   :::*                    LISTEN                2137/sshd: /usr/sbiche2
tcp6       0      0 :::41279                :::*                    LISTEN                3031/homebridge/sshd: /usr/sbi
tcp6       0      0 :::33221                :::*                    LISTEN                3279/homebridge-conebridge
tcp6       0      0 :::51826                :::*                    LISTEN                3031/homebridge/homebridge-con
tcp6       0      0 :::38571                :::*                    LISTEN                3031/homebridge/homebridge
tcp6       0      0 :::8883                 :::*                    LISTEN                9376/mosquitto1/homebridge
tcp6       0      0 :::1883                 :::*                    LISTEN                9376/mosquitto6/mosquitto
tcp6       0      0 ::1:25                  :::*                    LISTEN                2575/exim4 tcp6       0      0 :::8091                 :::*                    LISTEN                9783/node
udp        0      0 0.0.0.0:36422           0.0.0.0:*                                     4066/openvpn575/exim4
udp        0      0 0.0.0.0:40873           0.0.0.0:*                                     3037/avahi-daemon:de
udp        0      0 0.0.0.0:68              0.0.0.0:*                                     1966/dhclient66/openvpn
udp        0      0 10.12.26.182:123        0.0.0.0:*                                     2134/ntpd  udp        0      0 192.168.1.16:123        0.0.0.0:*                                     2134/ntpd
udp        0      0 127.0.0.1:123           0.0.0.0:*                                     2134/ntpd  udp        0      0 0.0.0.0:123             0.0.0.0:*                                     2134/ntpd
udp        0      0 0.0.0.0:5353            0.0.0.0:*                                     3279/homebridge-con
udp        0      0 0.0.0.0:5353            0.0.0.0:*                                     3031/homebridge
udp        0      0 0.0.0.0:5353            0.0.0.0:*                                     3031/homebridge
udp        0      0 0.0.0.0:5353            0.0.0.0:*                                     3031/homebridge
udp        0      0 0.0.0.0:5353            0.0.0.0:*                                     3031/homebridge
udp        0      0 0.0.0.0:5353            0.0.0.0:*                                     3037/avahi-udp6       0      0 :::123                  :::*                                          2134/ntpd
root@JeedomSmart:~#  sudo netstat -tupln | grep 55035
tcp        0      0 127.0.0.1:55035         0.0.0.0:*               LISTEN      9720/node

1 « J'aime »

Il manquait le | mais bon :slight_smile:

Et maintenant ps ax | grep 9720

J’apprends tout doucement :slight_smile:

root@JeedomSmart:~# ps ax | grep 9720
   9720 ?        Sl     0:38 /usr/bin/node /var/www/html/plugins/mqtt2/resources/mqtt2d/mqtt2d.js --loglevel error --socketport 55035 --mqtt_server mqtts://127.0.0.1:8883 --client_key /var/www/html/plugins/mqtt2/data/ssl/client.key --client_crt /var/www/html/plugins/mqtt2/data/ssl/client.crt --ca /var/www/html/plugins/mqtt2/data/ssl/ca.crt -- --callback http://127.0.0.1:80/plugins/mqtt2/core/php/jeeMqtt2.php ----cycle 0.3 --root_topic jeedom --pid /tmp/jeedom/mqtt2/deamon.pid
  21273 pts/0    S+     0:00 grep --color=auto 9720

OK, retire des caractères du password et de apikey histoire que l’on voit pas tout

C’est donc pas un autre processus qui récupère le port 55035, donc c’est pas la bonne piste

Au cas où, dans la configuration de Jeedom > API, tu peux regarder ce que tu as là ?

Vous êtes sur du port de la carte zwave ? Buster c’est debian 10, et pour debian 11, c’est bullseye.

La carte zwave est inclus dans ma Jeedom smart.

Les logs semblent indiquer que le daemon zwave n’arrive pas à communiquer avec mqtt.
Je pense que le pb est coté mqtt pas zwave

Est-ce que tu as tenté de réinstaller Mosquitto ?

image