Zigbee https://www.zigbee2mqtt.io/ La config est là: /home/tjiho/zigbee/zigbee2mqtt/datasur wall-e Pour ajouter un nouvel objet, mettre permit_join:true puis reset l'objet. Il faudra redemmarer le service systemctl restart zigbee.service pour la prise (hauru), appui long suivie d'un clignotement orange de la led jusqu'a ce que la led arrète de clignoter l'ampoule (sheeta) je sais pas Unit systemd # cat /etc/systemd/system/zigbee.service [Unit] Description=zigbee2mqtt After=mosquitto.service [Service] ExecStart=/bin/bash -c 'source /home/tjiho/zigbee/env/bin/activate; /home/tjiho/zigbee/env/bin/npm start' WorkingDirectory=/home/tjiho/zigbee/zigbee2mqtt StandardOutput=inherit StandardError=inherit Restart=always User=tjiho [Install] WantedBy=multi-user.target