Big Breaking Changes @ Zigbee2MQTT #660
Replies: 7 comments 28 replies
-
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.
-
Your instructions are partially incorrect. If you have ever programmed a computer you should know that if you say something, you should make it 100% correct. I won't correct you, because I don't believe in helping people that don't know the difference between correct and incorrect. |
Beta Was this translation helpful? Give feedback.
-
Had to do a And for me it's |
Beta Was this translation helpful? Give feedback.
-
One thing I did notice after following this procedure was that the global helper script
to:
Now when running |
Beta Was this translation helpful? Give feedback.
-
Is there a newer version of this guide to assist moving from to 1.42 to V2 of zigbee2mqtt? I've tried to follow this one and hit various road blocks which I'm happy to document, but I wonder if there is another guide I should follow first so I'm not reinventing the wheel? |
Beta Was this translation helpful? Give feedback.
-
Would it be possible to update the Proxmox VE Helper-Scripts of tteck ? Currently a fresh install ends with error |
Beta Was this translation helpful? Give feedback.
-
These directions worked for me coming from 1.42. A couple of notes: Make sure when you copy the above lines to your configuration.yaml, you don't duplicate any lines that already exist. For example, I already had:
Make sure your update script is correct, if you used the old tteck script to setup your LXC (see @photomoose's comment here. If you get a git merge error at step 5, your update script is not correct. |
Beta Was this translation helpful? Give feedback.
-
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