dustindclark / homebridge-globalcache-itach

MIT License
12 stars 3 forks source link

Relay Codes #11

Closed rpmartinez3 closed 2 years ago

rpmartinez3 commented 2 years ago

Hi, I currently have a global cache relay that I use with Roomie Remote (Simple Control Remote) to open/close my garage door. I would like to get ride of Roomie remote and use this relay with Homebridge.. but how do I go about getting the relay code to insert in the plugins programming?

dustindclark commented 2 years ago

Set enableLearnLogging to true in config, restart Homebridge, then point a remote at your itach device, press the combinations that you want to program, then capture from Homebridge logs.

rpmartinez3 commented 2 years ago

Set enableLearnLogging to true in config, restart Homebridge, then point a remote at your itach device, press the combinations that you want to program, then capture from Homebridge logs.

There isn't a remote. It's all controlled currently thru an app on an iphone. The global cache relay im using doesn't have IR.

Here's a link to it: Flex Relay

dustindclark commented 2 years ago

oh gotcha. In that case, you don't need IR codes. Look at the non-IR config examples in the readme. I have not tested with your specific device, but it should work if itach hasn't changed things.

rpmartinez3 commented 2 years ago

oh gotcha. In that case, you don't need IR codes. Look at the non-IR config examples in the readme. I have not tested with your specific device, but it should work if itach hasn't changed things.

Ok thanks, I think I was over complicating it in my head.. so you're saying that I would only need to work with this section..image

dustindclark commented 2 years ago

Correct. It's been a while since I've used this, but as far as I know, it still works on the latest versions...haven't seen any reported issues.

rpmartinez3 commented 2 years ago

Correct. It's been a while since I've used this, but as far as I know, it still works on the latest versions...haven't seen any reported issues.

Ok, would you be able to explain to me what both of the disable commands are doing?