Thanks!
Here’s the version that doesn’t work.
yaml
alias: ZEN32 - Front Scones - State Tracking3
description: ""
use_blueprint:
path: rwalker777/ZEN32-control-track.yaml
input:
input_entity4: binary_sensor.thuja_power_sensor_binary
zooz_switch: 0b23ab7176ca1930b280979ce098d308
track_relay0: "1"
scene_1:
- choose:
- conditions:
- condition: state
entity_id: light.kitchen_cans
state: "on"
sequence:
- service: light.turn_off
metadata: {}
data:
transition: 1
target:
entity_id: light.kitchen_cans
- conditions:
- condition: state
entity_id: light.kitchen_cans
state: "off"
sequence:
- service: adaptive_lighting.apply
data:
lights:
- light.kitchen_cans
transition: "1"
adapt_brightness: true
turn_on_lights: true
entity_id: switch.adaptive_lighting_adapt_brightness_living_room
input_entity2: binary_sensor.pc1_power_sensor_binary
off_state2: "2"
off_state4: "2"
scene_4:
- service: input_button.press
metadata: {}
data: {}
target:
entity_id: input_button.wake_pc2
scene_2:
- service: input_button.press
metadata: {}
data: {}
target:
entity_id: input_button.wake_pc1
input_entity3: alarm_control_panel.alarm_control_panel
on_color3: "3"
scene_3:
- service: script.button_down_the_house
metadata: {}
data: {}
unavail_color3: "5"
unavail_color4: "5"
unavail_color2: "5"
p24_relay_scene_control: "1"
input_entity0: light.front_sconces
off_state0: "2"
off_state1: "2"
on_state1: "2"
unavail_state1: "2"
off_state3: "3"
on_brightness2: "2"
on_brightness3: "2"
on_brightness4: "2"
scene_43:
- service: script.lan_hibernate_pc1
metadata: {}
data: {}
scene_42:
- service: script.back_office_heat_on
metadata: {}
data: {}
scene_22:
- service: script.front_office_heat_on
metadata: {}
data: {}
scene_23:
- service: automation.trigger
metadata: {}
data:
skip_condition: true
target:
entity_id: automation.lan_hibernate_pc2
This version works.
YAML
alias: ZEN32 - Front Scones - State Tracking3
description: ""
use_blueprint:
path: rwalker777/ZEN32-control-track.yaml
input:
input_entity4: binary_sensor.thuja_power_sensor_binary
zooz_switch: 0b23ab7176ca1930b280979ce098d308
track_relay0: "1"
scene_1:
- choose:
- conditions:
- condition: state
entity_id: light.kitchen_cans
state: "on"
sequence:
- service: light.turn_off
metadata: {}
data:
transition: 1
target:
entity_id: light.kitchen_cans
- conditions:
- condition: state
entity_id: light.kitchen_cans
state: "off"
sequence:
- service: adaptive_lighting.apply
data:
lights:
- light.kitchen_cans
transition: "1"
adapt_brightness: true
turn_on_lights: true
entity_id: switch.adaptive_lighting_adapt_brightness_living_room
input_entity2: binary_sensor.acer_power_sensor_binary
off_state2: "2"
off_state4: "2"
scene_4:
- service: input_button.press
metadata: {}
data: {}
target:
entity_id: input_button.wake_thuja
scene_2:
- service: input_button.press
metadata: {}
data: {}
target:
entity_id: input_button.wake_acer
input_entity3: alarm_control_panel.alarm_control_panel
on_color3: "3"
scene_3:
- service: script.button_down_the_house
metadata: {}
data: {}
unavail_color3: "5"
unavail_color4: "5"
unavail_color2: "5"
p24_relay_scene_control: "1"
input_entity0: light.front_sconces
off_state0: "2"
off_state1: "2"
on_state1: "2"
unavail_state1: "2"
off_state3: "3"
on_brightness2: "2"
on_brightness3: "2"
on_brightness4: "2"
scene_43:
- service: script.lan_hibernate_thuja
metadata: {}
data: {}
scene_42:
- service: script.back_office_heat_on
metadata: {}
data: {}
scene_22:
- service: script.front_office_heat_on
metadata: {}
data: {}
scene_23:
- service: automation.trigger
metadata: {}
data:
skip_condition: true
target:
entity_id: automation.lan_hibernate_acer
input_entity1: light.kitchen_cans
Only change I made is light.kitchen_cans
in the entity box for top left.