1
0
Fork 0
cherry-circadian/circadian.yaml

63 lines
1.0 KiB
YAML

---
mqtt:
# Comment to look up an SRV record
broker: localhost
log:
# CRITICAL, ERROR, WARNING, INFO, DEBUG
level: INFO
rules:
- name: Early Morning
trigger:
type: elevation
at: 0.0
until: 6.0
scene:
- topic: hue/light/5/set
data:
'on': true
bri: 128
ct_k: 4000
- name: Late Morning
trigger:
type: elevation
at: 18.0
until: 30.0
scene:
- topic: hue/light/5/bri
data: 255
- name: Lunch
trigger:
type: time
at: '12:00'
# minutes
for: 60
scene:
- topic: hue/light/8/set
data:
'on': true
bri: 224
ct_k: 3800
- name: Late Afternoon
trigger:
type: elevation
at: 18.0
until: 12.0
scene:
- topic: hue/light/5/set
data:
'on': true
bri: 255
ct_k: 3600
- topic: hue/group/6/set
data:
'on': true
bri: 255
ct_k: 3600
- topic: hue/light/8/on
data: 0