Skip to content

Commit ebf07ce

Browse files
committed
Fixed Zigbee2MQTT service file, updated README
1 parent c382b83 commit ebf07ce

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.templates/zigbee2mqtt/service.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
volumes:
55
- ./volumes/zigbee2mqtt/data:/app/data
66
devices:
7-
- /dev/ttyACM0:/dev/ttyACM0
7+
- /dev/ttyAMA0:/dev/ttyACM0
8+
#- /dev/ttyACM0:/dev/ttyACM0
89
restart: unless-stopped
910
network_mode: host

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ IOTstack is a builder for docker-compose to easily make and maintain IoT stacks
66

77
The bulk of the README has moved to the Wiki. Please check it out [here](https://github.com/gcgarner/IOTstack/wiki)
88

9-
* 2019-12-03 BUGFIX Mosquitto: Fixed issue where mosquitto failded to start as a result of 11-28 change
9+
* 2019-12-12 modified zigbee2mqtt template file
10+
* 2019-12-12 Added Function to add custom containers to the stack
11+
* 2019-12-12 PR cmskedgell: Added Homebridge
12+
* 2019-12-12 PR 877dev: Added trimming of online backups
13+
* 2019-12-03 BUGFIX Mosquitto: Fixed issue where mosquitto failed to start as a result of 11-28 change
1014
* 2019-12-03 Added terminal for postgres, temporarily removed setfacl from menu
1115
* 2019-11-28 PR @stfnhmplr added diyHue
1216
* 2019-11-28 Fixed update notification on menu
@@ -21,9 +25,7 @@ The bulk of the README has moved to the Wiki. Please check it out [here](https:/
2125
* 2019-11-20 BUGFIX disable swap: swapfile recreation on reboot fixed. Re-run from menu to fix.
2226
* Node-RED: serial port. New template adds privileged which allows acces to serial devices
2327
* EspurinoHub: is available for testing see wiki entry
24-
* Menu: Now remembers last stack selection, first build will be blank then the next will select your last containers
25-
* BUGFIX: fixed issue where rsync gave issue on 'Preserve Environment and Config files'
26-
* BUGFIX: I incorrecly changed mosquittos volume mapping and it caused the container to restart. Reverted to the old volume mapping
28+
2729

2830
***
2931

@@ -71,6 +73,7 @@ This Docker stack consists of:
7173
* MotionEye
7274
* MariaDB
7375
* Plex
76+
* Homebridge
7477

7578
In addition, there is a write-up and some scripts to get a dynamic DNS via duckdns and VPN up and running.
7679

@@ -193,4 +196,4 @@ If you use some of the tools in the project please consider donating or contribu
193196

194197
### Thanks
195198

196-
@mrmx, @oscrx, @brianimmel, @Slyke, @AugustasV, @Paulf007, @affankingkhan, @877dev, @Paraphraser, @stfnhmplr, @peyanski
199+
@mrmx, @oscrx, @brianimmel, @Slyke, @AugustasV, @Paulf007, @affankingkhan, @877dev, @Paraphraser, @stfnhmplr, @peyanski, @cmskedgell

0 commit comments

Comments
 (0)