Page 1 of 2

New plugin - ratgdo

PostPosted: Wed Nov 29, 2023 2:58 pm
by FlyingDiver
https://github.com/FlyingDiver/Indigo-r ... g/2023.0.0

If you didn't know, ratgdo is an acronym for Rage Against The Garage Door Opener. With a ratgdo device, you can regain control of your MyQ GDO. Or any GDO using dry contact relays. It uses MQTT to send status updates and receive commands.

The plugin requires the MQTT Connector plugin (https://www.indigodomo.com/pluginstore/211/) and an MQTT Broker (such as https://www.indigodomo.com/pluginstore/260/).

See the README for additional instructions.

The plugin is in pre-release status.

Re: New plugin - ratgdo

PostPosted: Thu Nov 30, 2023 2:46 pm
by hensed
Amazing!! Status updates makes me wanna switch over from my not-very-elegant GDO hack

Re: New plugin - ratgdo

PostPosted: Tue Dec 26, 2023 3:23 pm
by boisy
Hey Joe,

Thanks for this! I just installed three of them. I left an issue on the GitHub repo page for you to examine.

Re: New plugin - ratgdo

PostPosted: Fri Dec 29, 2023 5:18 pm
by vtmikel
Just getting this set up after finally receiving my Ratgdo. Thanks for the plugin.

Question - how are you all getting this to HomeKit as well? HomeKit Siri plugin?

Joe - Will the plugin be able to support status calls or is that a Ratgdo limitation?

Re: New plugin - ratgdo

PostPosted: Fri Dec 29, 2023 5:22 pm
by FlyingDiver
vtmikel wrote:
Question - how are you all getting this to HomeKit as well? HomeKit Siri plugin?

Joe - Will the plugin be able to support status calls or is that a Ratgdo limitation?


HKLS should work. Haven't tried it myself. Post on Glenn's forum if you have issues.

I think there's a status request. I'll look into it.

Re: New plugin - ratgdo

PostPosted: Thu Jan 04, 2024 9:57 am
by mbordas
Just got this setup after receiving my ratgdo over the holidays. Thanks for building this plugin, this works so much better than myQ!
One question, the README says "Create a trigger using the plugin Menu command. This is only done once.". I did this, but it just creates an a trigger with no actions. Is this necessary for the plugin to function, or is this just meant to be an example if I wanted to build my own trigger when the ratgdo sends a status update?

Re: New plugin - ratgdo

PostPosted: Thu Jan 04, 2024 9:59 am
by FlyingDiver
Check that the checkbox at the bottom of the trigger definition is set. That's actually a shortcut to an action that queues the MQTT message for processing. I did it that way to avoid race conditions between the MQTT message arrival and any actions being performed.

Yes, it's needed.

Re: New plugin - ratgdo

PostPosted: Thu Jan 04, 2024 10:54 am
by mbordas
Ah I get it now. I've never used MQTT Connector before, but I just read the documentation and see how those triggers work. Cool.

Re: New plugin - ratgdo

PostPosted: Tue Jan 23, 2024 12:00 pm
by Korey
Thanks for the Plugin Joe!

I have a unit on order!

Re: New plugin - ratgdo

PostPosted: Thu Feb 15, 2024 11:30 am
by sjseeger
Amazing. Just ordered my unit yesterday after returning the MyQ setup (Indigo website still shows that MyQ is fully supported w/ the plug-in and I hadn't dived into the forums to see that was no longer accurate).

From the github site, it appears that for a Genie GDO, the use of reed switches "might" be required?

Thanks for all of your efforts in how to best handle these GDOs.

Re: New plugin - ratgdo

PostPosted: Sun Feb 18, 2024 6:32 pm
by Korey
Installed and working great.

Tuned out my GDO was older security 1 than I needed to add reed switches, already had one for when the door was closed so added one for open.


Thanks Joe!

Re: New plugin - ratgdo

PostPosted: Sun Mar 17, 2024 10:47 am
by roquej
All installed and working except that the label in Indigo doesn't change. Unlock opens the garage, and lock closes it. However, the indigo label is always on unlock.

Any ideas what I am doing wrong?

JP

Re: New plugin - ratgdo

PostPosted: Sun Mar 17, 2024 11:29 am
by FlyingDiver
If the commands are working, but the state is not updating, then you're missing the subscription in the broker or the trigger isn't correct.

Check to see if any of the custom states are changing.

Re: New plugin - ratgdo

PostPosted: Sun Mar 17, 2024 3:20 pm
by roquej
Yep, I was missing the subscription in the broker.

Thank you!

JP

Re: New plugin - ratgdo

PostPosted: Sun Mar 24, 2024 3:19 pm
by roquej
Getting this:

Error device "Carport (ratgdo)" state key motion not defined (ignoring update request)

Where do I have define that state key?

JP