natekspencer / hacs-litterrobot

Home Assistant integration for a Litter-Robot Connect self-cleaning litter box
MIT License
8 stars 1 forks source link

[Feature Request] Do not disturb mode #10

Closed ShagoY closed 3 years ago

ShagoY commented 3 years ago

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?

natekspencer commented 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:

To explain:

natekspencer commented 3 years ago
  • 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.

ShagoY commented 3 years ago

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.