Use ratgdo to block remotes from opening garage door?

I installed ratgdo (attached to a chamberlain opener) and am very happy with it. I’d like to extend the capabilities a bit. I’ve never been comfortable with the idea that someone could break into my car and then use the garage door remote in the car to open my garage door and break into my house. This is particularly true at night when we’re sleeping or away on vacation.

I’d like to use the ratgdo to block open requests during certain hours. Ideally, it would allow hard-wired opens (from the switch in the garage) and only block open requests from the remotes.

Would love any guidance on how to do this. I’m not a programmer, so please be gentle :slight_smile:

Based on the web UI documentation, there is a setting that lets you lock out remotes:

It looks that that setting should also show up in your device settings in Home Assistant, so you should be able to write an automation that turns that locking on or off at certain times.

Ahh, RTFM. Sorry!

Another option without using Ratgdo is to plug the opener into a smart plug and turn plug off at night. Just make sure to remove battery from opener if it has one. That is what I do

Not sure, I was trying to find documentation a little while ago but couldn’t:
Wouldn’t it be easier to force the door open if the unit is not powered or does it mostly depend on the design - if there actually are different approaches to that, of course.

I have Ratgdo

The entity to lockout remotes is lock.ratgo02_1beb12_lock_remotes for me so for you probably something like lock.YourRatgdo_lock_remotes

States are “locked” and “unlocked”

Create an automation that sets this devices state to locked at the desired time or when ARM alarm “home” and unlocked at desired time

1 Like

tmjpugh, this did the trick. Thanks!

Hi, good you got it solved!

Please take the time to mark the solution as the answer, you do that by selecting the three dots under the post:

image

Then select the check box:

image
By doing so:

  • this thread can be useful to other users as well (this thread comes up as solution when starting a thread which is similar to yours).
  • this prevents that someone else steps in trying to help

Thanks for giving back to the community! :+1:

Just a note that it’s more polite to mark the post as the solution that is the actual solution. tmjpugh’s post should probably be marked as the solution.

1 Like

The simplest would be to cruise over to the documentation and look up the Time options available. This would be the most practical IMO.

Whoops. Accidental click there.