Hello,
For my robomower i want it to mow for 45 minutus when it havent mowed yesterday (with the stock app schedule bacause of tome options), also mow now when there is a rainchange more than 10% tomorow.
-Can someone tell me if this is right,or do i need an % karakter in it?
-also, the triggers, does it go off when there all true, or just 1 of them?
i cant test it easy, can someone conform if this is right?
Thanks in advance
alias: Grasmaaien
description: ''
trigger:
- event: sunset
platform: sun
- at: '20:30'
platform: time
- entity_id: sensor.br_rainchance_1d
from: '10'
platform: state
condition:
- condition: template
value_template: " {% set last_run = state_attr('landroid_cloud.start',\
\ 'last_triggered') %}\n {{ last_run is none or (now().date() - last_run.date()).days\
\ >= 1 }}"
- condition: and
conditions:
- condition: not
conditions:
- condition: state
entity_id: sensor.landroid_maaike_error
state: Rain delay
action:
- data: {}
service: landroid_cloud.start
- timeout: '45'
wait_template: ''
- data: {}
service: landroid_cloud.home