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

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

Révision #1
Créé 2021-12-08 01:51:05 UTC par tjiho
Mis à jour 2021-12-08 01:59:35 UTC par tjiho