Big Breaking Changes @ Zigbee2MQTT #660
MickLesk
announced in
Announcements
Replies: 1 comment 1 reply
-
These steps don't seem to be for the Alpine variant. What will be the upgrade path for those instances? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
there are a massive breaking change into zigbee2mqtt. I work on an new Script for this, but at first you can do following:
Checkout:
Koenkk/zigbee2mqtt#24198
1.) Install pnpm
2.) Do an Update of your config
systemctl stop zigbee2mqtt mkdir -p /opt/z2m_backup cp -r /opt/zigbee2mqtt/data/* /opt/z2m_backup
3.) Change Configuration of configuration yaml
add here in the right sections:
4.) Check if your Adapter is correct configured (i had the same issue)
check this part:
ive used zstack, you can check it here: Koenkk/zigbee2mqtt#24364
5.) go into main path and enter "./update.sh"
cd /opt/zigbee2mqtt ./update.sh
6.) if all is correctly deployed, you can do an testrun
=> if it works, fine, update done
7.) Edit Service for Zigbee2MQTT
change "/usr/bin/npm start" to "/usr/bin/pnpm start" In ExecStart and start the service
Beta Was this translation helpful? Give feedback.
All reactions