This release contains a quite fundamental change on how Zigbee2MQTT handles unsupported devices. Zigbee2MQTT will now attempt to automatically detect features supported by the device and discover those...Текуща Zigbee2MQTT версия 1.32.2 на мой Ubuntu 20.04 сървър.
UPDATE Zigbee2MQTT to ver 1.35
sudo systemctl stop zigbee2mqtt
cd /opt/zigbee2mqtt
cp -R data data-backup
git stash drop
git pull
cp -R data-backup/* data
sudo systemctl start zigbee2mqtt
npm[1848]: > zigbee2mqtt@1.35.0 start
npm[1848]: > node index.js
npm[1870]: Zigbee2MQTT requires node version ^18 || ^20 || ^21, you are running v16.19.1!
UPDATE NODE to ver 20.10.0
node --version
openhab@msiserver: $ node --version
v16.19.1
sudo curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo systemctl start zigbee2mqtt
node --version # Should output V18.x, V20.x, V21.X
npm --version # Should output 9.X or 10.X
openhab@msiserver: $ node --version
v20.10.0
Сходни теми
Zigbee2MQTT клониране
How to unistall zigbee2mqtt
Добавяне ново zigbee устройство в openHAB 2
Премахване на zigbee устройство в Zigbee2MQTT

до нови срещи ^.^
0 Response to "Update zigbee2mqtt ver 1.32.2 to ver 1.35"
Публикуване на коментар