Remootio garage door automation - new product

Of course the hard core HA user would want to create this sort of thing themselves, but this looks pretty decent value (especially at the super early bird rate still available):

I emailed and asked if they were providing any sort of api and got an encouraging response:

At the moment it only has an interface towards Alexa. However we are investigating the possibilities to open up an API (as we want allow our community (all the makers) to integrate Remootio into their existing systems. Due to this we are conducting an research on what API do customers really want and on how we can implement it without compromising much of the security and without increasing the operating costs of the device so that we can keep it subscription free.

Could you please help us by describing what kind of API you would like to see ?
Our current rough idea is that an API should allow the following:

  • it should provide a way to open and close the garage door
  • it should provide a way to get the current status (opened or closed)

We are currently looking into 2 ways to do this.

The first is an implementation where you could connect to the device via a websocket connection from your local network (and also from the internet if you do the required port forwarding and so on). To make it secure, calling the API would require the use of a set of commonly used state of the art encryption tools (an AES library).

The other idea is to move the whole thing to a web API where you could do the same things (open, close, get status) and you have to authenticate yourself with a username and password to do that. This however might be hard to keep subscription free.

Looking forward on your opinion on this as we would be super excited to give our users an API that could open up a lot of possibilities.

I have replied and said my preference would be a local connection, avoiding subscription charge (and general cloud issues).

Iā€™m not a developer. Is there anyone I could best direct them to who could help with what an api would best look like from an HA perspective? It would be great to help them consider HA integration at this early stage.

2 Likes

I also sent them some links to this site, and Iā€™ve had a reply:

Thank you for your input about the API, we will look into Home Assistant and see how we could provide an API to integrate with it

Seems positive!

Hereā€™s the update about the integration from Remootio.

3 Likes

Can someone please Integrate this, pretty pleaseā€¦

+1. I would love to see this integrated too

+1 it would be great if we have this in home assistant

Hi Guys,

Iā€™m now to HA and had the exact same problem.
I wanted to integrate my remootio with HA.
After some thinking about to make my own integrationā€¦
Iā€™ve noticed that remootio is ā€œSmartthingsā€ compatible and there is also an integration for smart things.
Tried it that way and its works :wink: So Iā€™m now able to control my garage from HA :slight_smile:

May be this can be useful for somebody

2 Likes

Yes, this is by far the easiest way to integrate!! Works a charm

Is anyone finding SmartThings suddenly reporting Remootio as being offline? Happened twice now. First time I reregistered it and it came back to life. This time just seeing if it fixes itself.

Iā€™m having the same problem.
It worked fine when I first added it, now HA generates an internal server error when trying to open or close the door, and the Smartthings app says ā€˜A network or server error occurred. Try again laterā€™
Havenā€™t tried re-registering it yet.

I have the exact same problemā€¦

I deleted the entity in smartthings and re added it. Then HA picks up the new entity and you can delete the old. Fairly easy but annoying and I donā€™t know why it happens.

Although the issue seems to be in SmartThings and not HA. Actions fail there too

Would love to get this integrated into homeassistant , been using it trought smarthings , but would like it just to integrate to HA

I would love to see this integrated too!

Hey all, I found this post while looking for an existing integration myself, seems there still wasnā€™t one, so I just created one as an extension to node-red in home assistant. Check it out and let me know your thoughts.

node-red-contrib-remootio (node) - Node-RED (nodered.org)

1 Like

Did anyone get anywhere with writing an integration for Remootio ? I donā€™t really want to have another hub i.e. smartthings.

Hi Dylan, thanks for taking the time to integrate this. Iā€™ve had a go at using your node-red remootio integration, and have a small issue regarding the switch: remmotio node. I have two switch: remootio nodes. One for Open and one for Close. If I trigger sendOpen it opens the gate perfectly, however if I then try to trigger sendClose, sendOpen seems to be stored default. Sorry if this doesnā€™t make complete sense, however I am new to node-red. Any help would be much appriciated. It could be that i need to clear the node in my flow after the action has completed, but to be honest Iā€™m a bit stuck?

Hey Christopher,

Thanks for making use of the integration and for reporting this, nice find :wink:, I have just fixed this and published ver 1.0.11.

Let me know how you go with that.

Dylan.

Hey Dylan

As there is no option yet for integration, I have downloaded Node-red and could follow about step 1 then got overwhelmed. Do you have any instructions I could follow to connect my 3 remootio devices to HA.

I have done like the rest of the people and used smart things but it just breaks.

Thanks in advance Scott

Hi Scott,

Using the nodes Dylan kindly provided in NodeRed, I came up with the following solution. Please be aware that I am only in the process of learning NodeRed myself and therefore Iā€™m sure there is a better way to accomplish / streamline what Iā€™ve done.

  1. I connected the remootio to NodeRed using the events.remootio node.
  2. I created a sensor in NodeRed that updates a template switch in HomeAssistant so I could operate the gate and see its current status (Open / Closed).
  3. I realised that if someone opens the Remootio App, the events.remootio node updates. This was constantly sending me an ios notification saying the gates had been opened (even though they were open). Therefore I tried to add a function and switch node to catch the errors and stop multiple ios push notifications.
  4. I created a switch in NodeRed that links back to the same template switch in HomeAssistant so I can open and close the gates when toggled.

Iā€™ve included a photo of my flow.

I hope this helps and if anyone has a better solution It would be great to see.

Many thanks,

Chris