zigbee update etc

This commit is contained in:
2025-03-07 23:14:10 +00:00
parent 4514c5b179
commit 224c6efd81
7 changed files with 89 additions and 21 deletions

View File

@@ -1,4 +1,3 @@
version: "3.8"
services:
# raspberrymatic:
# image: ghcr.io/jens-maus/raspberrymatic:latest
@@ -17,7 +16,7 @@ services:
# - "2010:2010"
# - "9292:9292"
# - "8181:8181"
homeassistant:
container_name: homeassistant
image: homeassistant/home-assistant:2025.1.4
@@ -26,7 +25,7 @@ services:
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
network_mode: host #due to wake on lan. mqtt is now localhost. Ports:8123,8060,8883
# see https://community.home-assistant.io/t/migration-to-2021-7-fails-fatal-python-error-init-interp-main-cant-initialize-time/320648/28
security_opt:
- seccomp:unconfined
@@ -51,7 +50,8 @@ services:
restart: unless-stopped
devices:
# - /dev/ttyACM0:/dev/ttyACM0
- /dev/ttyACM0:/dev/ttyACM0
- /dev/ttyACM0:/dev/ttyACM0
- /dev/ttyUSB0:/dev/ttyUSB0
ports:
- "8080:8080"
volumes:
@@ -59,6 +59,6 @@ services:
- /run/udev:/run/udev:ro
environment:
- TZ=Europe/Amsterdam
image: koenkk/zigbee2mqtt:2.1.1
image: koenkk/zigbee2mqtt:2.1.3
links:
- "mqtt:mqtt"