Help with flow (vacuum cleaner start to clean)

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.