-
Notifications
You must be signed in to change notification settings - Fork 0
/
dimmyd.conf.yaml.example
80 lines (68 loc) · 1.39 KB
/
dimmyd.conf.yaml.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
mqtt_server: himbeere.fritz.box
port: 8080
webroot: html
devices:
- name: "Livingroom-Lamp1"
type: zlight
topic: zigbee/Livingroom-1
options:
hidden: true
- name: "Livingroom-Lamp2"
type: light
topic: cmnd/livingroom/filament/dimmer
options:
max: 50
hidden: true
- name: "Livingroom-Spotlight"
type: light
topic: cmnd/livingroom/ceiling/dimmer
options:
hidden: true
- name: "Livingroom"
type: group
devices:
- Livingroom-Lamp1
- Livingroom-Lamp2
- Livingroom-Spotlight
- name: "Bedroom"
type: zlight
topic: zigbee/led-strip-1
- name: "Dining Table"
type: light
topic: cmnd/dining/ceiling/dimmer
- name: "Balcony"
type: light
topic: cmnd/balcony/light/dimmer
hidden: true
- name: "Sensor1"
type: sensor
topic: tele/motion/sensor1/RESULT
options:
hidden: true
target: Bedroom
targetOnDuration: 3
targetOffDuration: 420
timeout: 420
- name: "Livingroom-Sensor"
type: zsensor
topic: zigbee/motion-sensor-livingroom
options:
target: Livingroom
targetOnDuration: 3
targetOffDuration: 300
hidden: true
- name: "Bedroom Switch"
type: switch
topic: zigbee/switch-1
options:
target: Bedroom
hidden: true
- name: "Livingroom Switch"
type: switch
topic: zigbee/switch-2
options:
target: Livingroom
hidden: true
- name: "Kidsroom Speaker"
type: plug
topic: cmnd/kidsroom/music/POWER