Automation to return the Mower back to docking station if the weather is not good. #299
plamend
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, This is and example how I could contorl the execution of the tasks based on th weather conditions.
This is more valuable when the task is built in the mobile app.
What is doing :
The automation trigger is the device state,MODE_WORKING. If one of the conditions is true the automation will execute. Condidions checks are for rainy, fog, lightning-rainy or the rain liba's sensor.
I have discovered that during the fog condition Luba2 can not fix easy the position.
During the execution there is a delay of 9 sec just to give Luba some time to move away form the docking station.
Than the task has been canceled by pushing the "Cancel current task" button.
The last action i to send Luba back to the docking station.
I hope this will be valuable for others.
All reactions