Following zwave domitech led ligth I wanna control with my fibaro motion sensor.
zwave.buero ready
friendly_name: buero
new_entity_id: zwave.buero
product_name: Smart LED Retrofit Kit ZE27EU
old_entity_id: zwave.buero_23
manufacturer_name: Domitech
lastResponseRTT: 32
is_info_received: true
query_stage: Complete
is_zwave_plus: true
node_name: buero
is_ready: true
receivedDups: 0
is_awake: true
averageResponseRTT: 32
receivedUnsolicited: 0
is_failed: false
lastRequestRTT: 22
sentTS: 2017-11-24 18:05:16:284
neighbors: 1,2,3,14,19,22
retries: 0
capabilities: routing,listening,beaming
node_id: 23
sentFailed: 0
averageRequestRTT: 22
receivedCnt: 20
sentCnt: 32
receivedTS: 2017-11-24 18:05:16:316
max_baud_rate: 40000
I do have a fibaro motion sensor and a automation which is not working. Don’t tell me why?
alias: 'Motion im Büro - light switch on'
trigger:
platform: state
entity_id: binary_sensor.fibaro_buero_sensor
from: off
to: 'on'
condition:
# - condition: state
# entity_id: sun.sun
# state: 'below_horizon'
- condition: state
entity_id: sensor.luminanc_buero_below_level
state: "True"
- condition: state
entity_id: input_boolean.dark_mode_buero
state: 'off'
- condition: state
entity_id: input_boolean.dark_mode
state: 'off'
- condition: state
entity_id: input_boolean.motion_trigger
state: 'on'
# - condition: state
# entity_id: light.buero_level
# state: "off"
action:
service: light.turn_on
data:
entity_id: light.buero_level
brightness: 255