Merge branch 'master' of https://git.mount-mockery.de/dirk/docker_config
This commit is contained in:
commit
75ec7e5374
42
zigbee/configuration.yaml.gfw
Normal file
42
zigbee/configuration.yaml.gfw
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
homeassistant: false
|
||||||
|
permit_join: false
|
||||||
|
mqtt:
|
||||||
|
base_topic: zigbee/gfw
|
||||||
|
server: mqtt://multimedia
|
||||||
|
user: smarthome
|
||||||
|
password: <YOUR_MQTT_SECRET>
|
||||||
|
serial:
|
||||||
|
port: /dev/ttyACM0
|
||||||
|
advanced:
|
||||||
|
ikea_ota_use_test_url: true
|
||||||
|
legacy_api: false
|
||||||
|
log_level: debug
|
||||||
|
channel: 15
|
||||||
|
homeassistant_legacy_entity_attributes: false
|
||||||
|
legacy_availability_payload: false
|
||||||
|
frontend:
|
||||||
|
port: 8038
|
||||||
|
host: 0.0.0.0
|
||||||
|
auth_token: <YOUR_ZIGBEE2MQTT_SECRET>
|
||||||
|
url: http://localhost
|
||||||
|
devices:
|
||||||
|
'0x84ba20fffe82ed8c':
|
||||||
|
friendly_name: dirk/heating_valve
|
||||||
|
'0xcc86ecfffea41814':
|
||||||
|
friendly_name: stairway/motion_sensor_gf
|
||||||
|
'0x60a423fffe07bc02':
|
||||||
|
friendly_name: marion/desk_light
|
||||||
|
'0x003c84fffe42092a':
|
||||||
|
friendly_name: dirk/desk_light
|
||||||
|
'0x84ba20fffe82ea89':
|
||||||
|
friendly_name: marion/heating_valve
|
||||||
|
'0xb4e3f9fffe08e0e9':
|
||||||
|
friendly_name: floor/main_light_1
|
||||||
|
'0x540f57fffe9411c5':
|
||||||
|
friendly_name: floor/main_light_2
|
||||||
|
'0xb4e3f9fffe7813eb':
|
||||||
|
friendly_name: sunroom/router
|
||||||
|
'0x000b57fffec5c877':
|
||||||
|
friendly_name: dirk/input_device
|
||||||
|
'0x000b57fffeb2332c':
|
||||||
|
friendly_name: dirk/main_light
|
@ -5,11 +5,11 @@
|
|||||||
restart: always
|
restart: always
|
||||||
image: koenkk/zigbee2mqtt:latest
|
image: koenkk/zigbee2mqtt:latest
|
||||||
container_name: zigbee
|
container_name: zigbee
|
||||||
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/zigbee/data:/app/data
|
- /opt/zigbee/data:/app/data
|
||||||
- /run/udev:/run/udev:ro
|
- /run/udev:/run/udev:ro
|
||||||
network_mode: host
|
|
||||||
#privileged: true
|
|
||||||
devices:
|
devices:
|
||||||
- /dev/ttyACM0:/dev/ttyACM0
|
- /dev/ttyACM0:/dev/ttyACM0
|
||||||
|
#privileged: true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user