I have a scene where when the alarm is on, the vacuum cleaner starts cleaning. But sometimes the alarm is on several times a day and the vacuum cleaner cleans every time. I want to make the scene so that after the alarm on and the vacuum cleaner cleans that day, the vacuum cleaner no more cleans. any ideas. thanks.
Use logic, when start cleaning set logic âcleaning done, yesâ. and at the end of the day set âcleaning done, noâ .
Use this condition to determine whether or not the robot is allowed to start.
2 Likes
Just to add to @Tom_ten_Denâs suggestion: you first need to create the said variable âCleaning doneâ in Homeyâs variable section. Choose the Yes/No type.
2 Likes
thanks.
I still donât understand how homey logic works. I solved the problem by activating and deactivating scenes.
1 Like
Good to hear that you solved it yourself.
FYI: here youâll find a nice knowledge base article and YouTube video on the basics of Homey Logic: Using Homey Logic in Flows.