@scoubi59 wrote:
hello, i’m a begginer with HA, i make some automation who’s work but this one doesn’t want to work.
can you help me ?
alias: ‘OuvertureDadou’
trigger:
- platform: state entity_id: binary_sensor.fibaro_system_fgms001_motion_sensor_sensor from: 'off' to: 'on'
condition:
condition: and conditions: - condition: state entity_id: cover.fibaro_system_fgrm222_roller_shutter_controller_2_level_5 state: close - condition: state entity_id: binary_sensor.fibaro_system_fgms001_motion_sensor_sensor state: 'On' - condition: time after: '05:00:00' before: '07:30:00'
action:
service: cover.set_cover_position
data:
entity_id: cover.fibaro_system_fgrm222_roller_shutter_controller_2_level_5
position: 30
thanks for your help
Posts: 4
Participants: 3