-
|
Current installed version is 2.3.0, I had to update because it seems like the URL has changed. After that I also run What am I missing? OS: Alpine Linux - Version: 3.21.3 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Beta Was this translation helpful? Give feedback.
-
|
Seemed to be easier than changing the complete repositories and be on edge than a stable release:
Probably the best way to get the actual (maybe instable) version of zigbee2mqtt without waiting 6 month. Thanks to the answers of this thread: |
Beta Was this translation helpful? Give feedback.
-
|
Just to mention why there is no update: So every 6 month is a new stabile Alpine-Version with the actual version of zigbee2mqtt to this date. |
Beta Was this translation helpful? Give feedback.
Seemed to be easier than changing the complete repositories and be on edge than a stable release:
apk list --installed | grep zigbee2mqttLook first what version is installedecho "@community-edge https://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositoriesAdd the edge-community repository with a tag to the repositories-file.apk add zigbee2mqtt@community-edgeInstall only zigbee2mqtt apk from the edge branchapk list --installed | grep zigbee2mqttLook again if the new version is installedProbably the best way to get the actual (maybe instable) version of zigbee2mqtt without waiting 6 month.
Thanks to the answers of this thread:
https://stacko…