First full version of config
This commit is contained in:
parent
72e680a515
commit
a1f992856b
1 changed files with 102 additions and 11 deletions
|
@ -1,19 +1,30 @@
|
|||
database: mash_database.sqlite
|
||||
|
||||
bridges:
|
||||
hue:
|
||||
ip: 192.168.178.23
|
||||
matrixclock:
|
||||
ip: 192.168.178.23
|
||||
&zigbee zigbee2mqtt:
|
||||
- id: &hue hue
|
||||
type: hue
|
||||
ip: 192.168.178.23
|
||||
- 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
|
||||
|
||||
home:
|
||||
latitude: 52.51860
|
||||
longitude: 13.37565
|
||||
|
||||
beds:
|
||||
- id: max-bed
|
||||
name: Bettwaage
|
||||
room: *max
|
||||
|
||||
rooms:
|
||||
- id : &hw hallway
|
||||
|
@ -23,17 +34,97 @@ home:
|
|||
- to: *bath
|
||||
- to: *kit
|
||||
- to: *living
|
||||
|
||||
- id : &balcony balcony
|
||||
outside: True
|
||||
name: Balkon
|
||||
|
||||
- id : &bath bath
|
||||
name: Badezimmer
|
||||
|
||||
- id : &kit kitchen
|
||||
name: Küche
|
||||
|
||||
- id : &living living
|
||||
name: Wohnzimmer
|
||||
doors:
|
||||
- to: *max
|
||||
- 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
|
||||
devices:
|
||||
- bridge: &zigbee
|
||||
- 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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue