1. Node & Bus MQTT sudo apt-get install curl curl -sL https://deb.nodesource.com/setup_8.x | sudo bash - sudo apt-get install -y nodejs sudo apt-get install -y mosquitto 2. Installez la librairie OpenZwave sudo apt-get install libudev-dev sudo apt-get install build-essential cd ~ wget http://old.openzwave.com/downloads/openzwave-1.6.1110.tar.gz tar zxvf openzwave-*.gz cd openzwave-1.6.1110 make sudo make install export LD_LIBRARY_PATH=/usr/local/lib64 ajouter LD_LIBRARY_PATH=/usr/local/lib64 dans /etc/environment sudo adduser philippe dialout test MinOZW /dev/ttyACM0 3. Installez la passerelle Zwave2MQTT sudo apt-get install git cd ~ git clone https://github.com/OpenZWave/Zwave2Mqtt cd Zwave2Mqtt npm install npm run build npm start 4. Add boot sudo vi /etc/systemd/system/zwave2mqtt.service ---------------------------------------------------------------- [Unit] Description=zwave2mqtt After=network.target [Service] Environment="LD_LIBRARY_PATH=/usr/local/lib64" ExecStart=/usr/bin/npm start WorkingDirectory=/home/philippe/Zwave2Mqtt StandardOutput=inherit StandardError=inherit Restart=always User=philippe [Install] WantedBy=multi-user.target ---------------------------------------------------------------- sudo systemctl start zwave2mqtt sudo systemctl enable zwave2mqtt.service sudo journalctl -u zwave2mqtt.service -f 5. Configuration dans navigateur lancer l'url suivante http://adresseVM:8091/