Closed ShagoY closed 3 years ago
You are correct in that turning on the litter box when it was previously off will result in an automatic clean cycle being performed. What I was suggesting on the other thread though, was to only turn off the litter box if you are in "do not disturb" mode and a cat uses the litter box. Something like this:
Create an input boolean for "do not disturb"
Create the following automations:
Automation A (enable do not disturb):
Automation B (cat used litter box while "do not disturb"):
Automation C (disable do not disturb):
To explain:
- Or use the "clean cycle wait time".
Clean cycle wait time only supports 3, 7, and 15 minute intervals. So you would get at most 15 minutes of "do not disturb" if you attempted this route.
Thanks Natekspencer for your automation idea. It does indeed work, I think I'll try to do it with sleep mode instead of turning off the LR. The concept remains the same :)
Thanks again.
Hi,
Following our discussion about the "do not disturb" mode on another post, I created this one.
After testing, here's what I discovered:
So, I imagine two new ways...
Do you see other solutions?