zigbee update etc
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -123,7 +123,7 @@
|
||||
offset: '-3600'
|
||||
trigger: sun
|
||||
- trigger: time
|
||||
at: 06:30:00
|
||||
at: 06:00:00
|
||||
conditions: []
|
||||
actions:
|
||||
- action: light.turn_on
|
||||
@@ -141,7 +141,7 @@
|
||||
- at: 01:00:00
|
||||
trigger: time
|
||||
- trigger: time
|
||||
at: 09:15:00
|
||||
at: 08:00:00
|
||||
conditions: []
|
||||
actions:
|
||||
- action: light.turn_off
|
||||
@@ -501,3 +501,34 @@
|
||||
target:
|
||||
device_id: 8124b41a35198e5fce97345753af25a2
|
||||
mode: single
|
||||
- id: '1741387069588'
|
||||
alias: Bewegungsmelder Küche
|
||||
description: ''
|
||||
triggers:
|
||||
- type: occupied
|
||||
device_id: 6811a1969a4dd257b15201a396a69ed1
|
||||
entity_id: 5fe58c235f06d5060b5b7cbe17c01e8c
|
||||
domain: binary_sensor
|
||||
trigger: device
|
||||
conditions:
|
||||
- condition: and
|
||||
conditions:
|
||||
- condition: device
|
||||
type: is_off
|
||||
device_id: 0477c12763b17a6f8e00e457e2241c65
|
||||
entity_id: 47503c95c474e4f8bfba5f00c725a1d4
|
||||
domain: light
|
||||
- condition: time
|
||||
after: 05:00:00
|
||||
before: 08:30:00
|
||||
actions:
|
||||
- action: light.turn_on
|
||||
metadata: {}
|
||||
data: {}
|
||||
target:
|
||||
device_id: 0477c12763b17a6f8e00e457e2241c65
|
||||
- type: turn_on
|
||||
device_id: a09f77bde7ba5098df0c3ec599ca7377
|
||||
entity_id: 2a315e13dac7a4d0e3a5331216e79a5b
|
||||
domain: switch
|
||||
mode: single
|
||||
|
||||
@@ -1,11 +1,22 @@
|
||||
mqtt:
|
||||
server: mqtt://mqtt:1883
|
||||
serial:
|
||||
port: /dev/ttyACM0
|
||||
port: /dev/ttyUSB0
|
||||
frontend:
|
||||
enabled: true
|
||||
advanced:
|
||||
log_level: debug
|
||||
channel: 11
|
||||
pan_id: 48486
|
||||
ext_pan_id:
|
||||
- 42
|
||||
- 39
|
||||
- 35
|
||||
- 168
|
||||
- 193
|
||||
- 17
|
||||
- 159
|
||||
- 152
|
||||
device_options: {}
|
||||
devices:
|
||||
'0xf0d1b800001ffcf2':
|
||||
@@ -31,7 +42,7 @@ devices:
|
||||
'0x001788010e8a8be7':
|
||||
friendly_name: Fernbedienung Bad
|
||||
'0xa4c13864e6c8c400':
|
||||
friendly_name: Bewegungsmelder 1
|
||||
friendly_name: Bewegungsmelder Küche
|
||||
'0xa4c138ef60e2fdbe':
|
||||
friendly_name: Sensor Terassentür
|
||||
'0x00158d00053a1aab':
|
||||
@@ -50,6 +61,8 @@ devices:
|
||||
friendly_name: Temperatur Keller
|
||||
'0xa4c13838ba59a1b2':
|
||||
friendly_name: Medienschrank Wohnzimmer
|
||||
'0x000d6f001417c16e':
|
||||
friendly_name: Fernbedienung Keller
|
||||
homeassistant:
|
||||
enabled: true
|
||||
version: 4
|
||||
|
||||
Reference in New Issue
Block a user