-
-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Nerivec edited this page Jun 8, 2025
·
26 revisions
Use dev
branch of Zigbee2MQTT: https://www.zigbee2mqtt.io/advanced/more/switch-to-dev-branch.html
Inside your Zigbee2MQTT installation folder:
pnpm update zigbee2mqtt-windfront --no-optional
Example with Docker:
docker exec -it CONTAINER_ID sh
apk add npm
npm install -g [email protected]
/usr/local/bin/pnpm update zigbee2mqtt-windfront --no-optional
exit
docker restart CONTAINER_ID
Note: the pnpm version should be the same as used by Zigbee2MQTT:
- current release: https://github.com/Koenkk/zigbee2mqtt/blob/master/package.json#L7
- current dev branch: https://github.com/Koenkk/zigbee2mqtt/blob/dev/package.json#L7