mash-server/example.conf.yaml

131 lines
3.1 KiB
YAML
Raw Normal View History

2024-07-08 23:34:40 +02:00
database: mash_database.sqlite
2024-06-23 04:07:50 +02:00
bridges:
2024-07-08 23:34:40 +02:00
- id: &hue hue
type: hue
2024-06-23 04:07:50 +02:00
ip: 192.168.178.23
2024-07-08 23:34:40 +02:00
- id: &z2m z2m
type: zigbee2mqtt
ip: 192.168.178.115
port: 1883
topic: zigbee2mqtt
- id: &fritz fritz
type: fritzbox
ip: 192.168.178.1
people:
max:
name: Max
devices:
- id: 5e79788b-85dc-47f3-8aa5-e6a3d81a0bff
name: max-iphone-12-mini
type: smartphone
mac: B2:06:77:EE:A9:0F
2024-04-22 14:05:24 +02:00
home:
latitude: 52.51860
longitude: 13.37565
rooms:
- id : &hw hallway
name: Flur
doors:
- to: ~
- to: *bath
- to: *kit
- to: *living
2024-07-08 23:34:40 +02:00
- id : &balcony balcony
outside: True
name: Balkon
- id : &bath bath
name: Badezimmer
2024-07-08 23:34:40 +02:00
- id : &kit kitchen
name: Küche
2024-07-08 23:34:40 +02:00
- id : &living living
name: Wohnzimmer
doors:
- to: *max
2024-07-08 23:34:40 +02:00
- to: *balcony
devices:
- id: 786eba96-1acf-4e59-a7d3-4faf13fca196
name: living-bat-signal
connection:
bridge: *hue
light_id: 2
- id : &max max
name: Max' Zimmer
2024-06-23 04:07:50 +02:00
devices:
2024-07-08 23:34:40 +02:00
- id: 2d57d563-8c47-4a0a-bfc0-0ecfdb5e39e1
name: max-desk-ambient
connection:
bridge: *hue
light_id: 1
- id: 2380e6ee-edec-4a15-b6a9-a5e9f5e67150
name: max-desk-light
connection:
bridge: *hue
light_id: 3
- id: cdf719f6-45f7-4d9c-8789-5841a9264348
name: max-window-light
connection:
bridge: *hue
light_id: 4
- id: 6125b4d8-7bc4-4802-bd7b-2b4880ff0525
name: max-bed-ambient
connection:
bridge: *hue
light_id: 5
- id: 2e954398-60b1-459a-8398-fd61ebae54af
name: max-wardrobe-light
connection:
bridge: *hue
light_id: 6
- id: 786eba96-1acf-4e59-a7d3-4faf13fca196
name: max-bedside-light
connection:
bridge: *hue
light_id: 7
- id: 37105247-4e3b-499a-9e9c-2ac930171d41
name: max-matrix-clock
connection:
type: matrixclock
ip: 192.168.178.84
port: 8000
- id: 6254093e-5a6b-4181-9c6d-41bd8b4f1a56
name: max-bed-scale
connection:
type: bedscale
ip: 192.168.178.110
port: 80
frequency: 1
- id: 8ab7765e-4ba7-4466-bf7b-8e1011e56933
name: max-window-contact
connection:
bridge: *z2m
ieee_address: 0x00124b002fa0b731
- id: e3fe5988-6455-402e-8aab-07f0e777b931
name: max-window-rollershade
connection:
bridge: *z2m
ieee_address: 0x54ef441000b5b6c4
- id: 85b098de-692d-4961-b8f0-39314071f2db
name: balcony-climate
connection:
bridge: *z2m
ieee_address: 0x3410f4fffefac498
- id: 300c4933-3071-4414-96f0-9b06243fb7cb
name: max-wardrobe-door
connection:
bridge: *z2m
ieee_address: 0x00124b002931b904
2024-06-23 04:07:50 +02:00