zigbee2mqtt post-install guide #1734

Closed
opened 2026-02-05 02:05:59 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @Jonaskoe on GitHub (Oct 6, 2025).

📌 Task summary

Verify Zigbee2MQTT Post Install Alpine Linux command

📋 Task details

In https://github.com/community-scripts/ProxmoxVE/discussions/410 (Zigbee2MQTT Post Install) there is the section "Edit the Configuration File" and "For Alpine:" the listed command is:
nano /var/lib/zigbee2mqtt/configuration.yaml

from my testing in a fresh LXC the yaml configuration is loaded from /etc/zigbee2mqtt/configuration.yaml so that in my environment the correct command was
nano /etc/zigbee2mqtt/configuration.yaml
Might that be a general thing? Then the Post Install should be updated.

Originally created by @Jonaskoe on GitHub (Oct 6, 2025). ### 📌 Task summary Verify Zigbee2MQTT Post Install Alpine Linux command ### 📋 Task details In https://github.com/community-scripts/ProxmoxVE/discussions/410 (Zigbee2MQTT Post Install) there is the section "Edit the Configuration File" and "For Alpine:" the listed command is: `nano /var/lib/zigbee2mqtt/configuration.yaml` from my testing in a fresh LXC the yaml configuration is loaded from /etc/zigbee2mqtt/configuration.yaml so that in my environment the correct command was `nano /etc/zigbee2mqtt/configuration.yaml` Might that be a general thing? Then the Post Install should be updated.
Author
Owner

@MickLesk commented on GitHub (Oct 6, 2025):

then have the owner of the alpine package changed the paths ^^

@MickLesk commented on GitHub (Oct 6, 2025): then have the owner of the alpine package changed the paths ^^
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1734