Skip to content

Commit 2ce8172

Browse files
committed
Add support of Zigbee2Mqtt Assistant
1 parent 1f146f0 commit 2ce8172

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
zigbee2mqttassistant:
2+
container_name: zigbee2mqttassistant
3+
image: carldebilly/zigbee2mqttassistant
4+
restart: unless-stopped
5+
env_file:
6+
- ./services/zigbee2mqttassistant/zigbee2mqttassistant.env
7+
ports:
8+
- 8880:80
9+
environment:
10+
- VIRTUAL_HOST=~^zigbee2mqttassistant\..*\.xip\.io
11+
- VIRTUAL_PORT=8880
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#TZ=Europe/Budapest \
2+
Z2MA_SETTINGS__MQTTSERVER=mosquitto
3+
#Z2MA_SETTINGS__MQTTUSERNAME=
4+
#Z2MA_SETTINGS__MQTTPASSWORD=

menu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ declare -A cont_array=(
2828
[diyhue]="diyHue"
2929
[homebridge]="Homebridge"
3030
[python]="Python 3"
31-
31+
[zigbee2mqttassistant]="zigbee2mqttassistant"
3232
)
3333
declare -a armhf_keys=("portainer" "nodered" "influxdb" "grafana" "mosquitto" "telegraf" "mariadb" "postgres"
3434
"adminer" "openhab" "zigbee2mqtt" "pihole" "plex" "tasmoadmin" "rtl_433" "espruinohub"
35-
"motioneye" "webthings_gateway" "blynk_server" "nextcloud" "diyhue" "homebridge" "python")
35+
"motioneye" "webthings_gateway" "blynk_server" "nextcloud" "diyhue" "homebridge" "python" "zigbee2mqttassistant")
3636

3737
sys_arch=$(uname -m)
3838

0 commit comments

Comments
 (0)