Remootio

Hello, new Hubitat c7 user here and it has been a good experience so far. Does anyone know of a custom driver for remootio devices? https://github.com/remootio

Thanks

I installed node red and had a play with the remootio node. It looks like it shouldn't be too difficult to send events to Hubitat which is a decent solution for my automations.

I implemented the basic functionalities to integrate remootio. You can find the code here: hubitat-remootio/hubitat-remootio.groovy at master · sdachen/hubitat-remootio (github.com)

I have just loaded your code and it works as advertised :slight_smile: This is a much tidier option for me, as opposed to running node red in a container on my NAS. Thanks so much, and have a great new year.

Glad to hear it worked! Feel free to let me know if you run into any issues and I can try looking into it. Have a great new year as well! :smiley:

@user1912 I updated the code and did some optimization to improve connection stability. Feel free to check out the latest code.

Thank-you again. I haven't had any issues, but updated anyway. Our gate has an auto-close function after 30 seconds, so I changed the open command to sendTrigger() so that I could keep injecting a command which ignores the reported open state in order to keep the gate open for longer if needed. This probably isn't a very elegant solution but it works :grin:

Trigger actually has an optional “duration” argument in their API. In theory you could send a duration with the trigger instead of repeatedly triggering: