File tree Expand file tree Collapse file tree 3 files changed +29
-1
lines changed Expand file tree Collapse file tree 3 files changed +29
-1
lines changed Original file line number Diff line number Diff line change
1
+ deconz :
2
+ image : marthoc/deconz
3
+ container_name : deconz
4
+ restart : unless-stopped
5
+ network_mode : bridge
6
+ ports :
7
+ - ' 8090:80'
8
+ - ' 4439:443'
9
+ - ' 5901:5900'
10
+ volumes :
11
+ - ./volumes/deconz/:/root/.local/share/dresden-elektronik/deCONZ
12
+ # devices:
13
+ # ConBee II uncomment next line
14
+ # - /dev/ttyACM0
15
+ # ConBee uncomment next line
16
+ # - /dev/ttyUSB0
17
+ # RaspBee uncomment next line
18
+ # - /dev/ttyAMA0 or /dev/ttyS0
19
+ environment :
20
+ - DECONZ_VNC_MODE=1
21
+ - DECONZ_VNC_PASSWORD=changeme
22
+ - DEBUG_INFO=1
23
+ - DEBUG_APS=0
24
+ - DEBUG_ZCL=0
25
+ - DEBUG_ZDP=0
26
+ - DEBUG_OTAU=0
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ node_selection=$(whiptail --title "Node-RED nodes" --checklist --separate-output
35
35
" node-red-contrib-owntracks" " " " OFF" \
36
36
" node-red-contrib-alexa-local" " " " OFF" \
37
37
" node-red-contrib-heater-controller" " " " OFF" \
38
+ " node-red-contrib-deconz" " " " OFF" \
38
39
3>&1 1>&2 2>&3 )
39
40
40
41
# #echo "$check_selection"
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ declare -A cont_array=(
17
17
[adminer]=" Adminer"
18
18
[openhab]=" openHAB"
19
19
[zigbee2mqtt]=" zigbee2mqtt"
20
+ [deconz]=" deCONZ"
20
21
[pihole]=" Pi-Hole"
21
22
[plex]=" Plex media server"
22
23
[tasmoadmin]=" TasmoAdmin"
@@ -33,7 +34,6 @@ declare -A cont_array=(
33
34
[gitea]=" Gitea"
34
35
)
35
36
36
-
37
37
declare -a armhf_keys=(
38
38
" portainer"
39
39
" nodered"
@@ -48,6 +48,7 @@ declare -a armhf_keys=(
48
48
" adminer"
49
49
" openhab"
50
50
" zigbee2mqtt"
51
+ " deconz"
51
52
" pihole"
52
53
" plex"
53
54
" tasmoadmin"
You can’t perform that action at this time.
0 commit comments