ABOUT
Zigbee2MQTT is an open-source software project that allows you to use Zigbee-based smart home devices (such as those sold under the Philips Hue and Ikea Tradfri brands) with MQTT-based home automation systems, like Home Assistant, Node-RED, and others. The software acts as a bridge between your Zigbee devices and MQTT, allowing you to control and monitor these devices from your home automation system.
infoYou can find the post-install guide here: `https://github.com/community-scripts/ProxmoxVE/discussions/410`
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU1024 MB RAM5 GB disk
Config path/opt/zigbee2mqtt/data/configuration.yaml
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/zigbee2mqtt.sh'; sha='5b24e89928ec71958d3533d7c27a3afea9541531116759f0b822282d979f246e'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/zigbee2mqtt.shSHA-256 5b24e89928ec71958d3533d7c27a3afea9541531116759f0b822282d979f246e alpineAlpine 3.24
Approved locally1 CPU256 MB RAM1 GB disk
Config path/var/lib/zigbee2mqtt/configuration.yaml
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/alpine-zigbee2mqtt.sh'; sha='dcae54d69e7b1a8b61bd25d4b90e1c088a4320fab3ed251f6766cca7b5b596a9'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/alpine-zigbee2mqtt.shSHA-256 dcae54d69e7b1a8b61bd25d4b90e1c088a4320fab3ed251f6766cca7b5b596a9 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.