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
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 have just loaded your code and it works as advertised 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.
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
Trigger actually has an optional “duration” argument in their API. In theory you could send a duration with the trigger instead of repeatedly triggering: