Make your Homey even smarter by controlling your gates and garage doors with Remootio
If you are or want to use Device API, go to Device API instead
- Your Remootio device is already set up
- Make sure your Remootio and Homey is on the same network / VLAN
- The status sensor is installed and enabled in the Remootio app (Homey needs to know the current state of your gate/garage door)
- A static/fixed IP address for your Remootio is recommended
- Output configuration for your Remootio device MUST be set to one of these:
- Output 1: disabled Output 2: gate impulse control
- Output 1: gate impulse control Output 2: free relay output
- Output 1: free relay output Output 2: gate impulse control
- Output 1 & Output 2: gate impulse control
- Output 1: gate impulse control Output 2: disabled
The API in the Remootio must be enabled before adding Remootio device(s) to Homey. Instructions here
Take a note of the API Secret Key
and API Auth Key
shown when enabling the API
This driver supports the following Output configurations:
- Output 1: disabled Output 2: gate impulse control
- Output 1 & Output 2: gate impulse control
- Output 1: gate impulse control Output 2: disabled
This driver supports the following Output configuration:
- Output 1: gate impulse control Output 2: free relay output
Keep in mind that the
status sensor
only senses state changes on Output 1
Output 2 will be a stateless toggle (Homey will show different states when toggled, but this state don't necessarily reflect the actual state for Output 2)
This driver supports the following Output configuration:
- Output 1: free relay output Output 2: gate impulse control
Keep in mind that the
status sensor
only senses state changes on Output 2
Output 1 will be a stateless toggle (Homey will show different states when toggled, but this state don't necessarily reflect the actual state for Output 1)
When adding a Remootio device to your Homey, you can choose to find it automatically on your network with mDNS, or you can add it manually
β Remootio3 with Software version >= 2.40
MUST
be added manually because mDNS support is currently not available because Remootio has rewritten the Software to supportHomeKit
and in the process borked mDNS support
- When asked, input your
API Secret Key
andAPI Auth Key
-> Found in Websocket API configuration in your Remootio app on your phone - Choose
Find devices (mDNS)
to find your device(s) automatically on your network with mDNS - Choose
Manually add device
to manually set Name, Serial Number and IP address of your device
Flipped logic
If you have flipped the logic (in the Remootio app) used on the sensor connected to your Remootio device, you must set Is sensor logic flipped
to yes
in the Remootio device settings in Homey.
First, consider this:
The physical Remootio device:
- does not use the `Websocket API` itself. This API is only used for 3.party apps/services who wants to talk to the device.
- is limited to `1` WiFi connection at a time! This means:
- That when the Homey app is connected through the API, you can not use the Remootio app on your phone to connect to the device through WiFi (though through internet and bluetooth connection it will still work) and vica versa.
- That when you are connected to the device via WiFi through the Remootio app on your phone, you can not connect the Homey app through the API
If you have a WiFi connection open from your phone (or any other device other than the Homey app), to get the Homey app reconnected you must restart the physical Remootio device, and then reconnect the device through the Homey app!
These are limitations with the physical Remootio device itself!
Device shows incorrect status of the gate/garage door
- Make sure
Is sensor logic flipped
setting on the Device in Homey is set equal toFlip logic
setting in the Remootio app - Make sure you have chosen the correct driver for your Output configuration
- Make sure
Device doesn't change status when gate/garage door is opened/closed externally (by button or Remootio app etc.)
- Make sure Websocket API is enabled with logging
Device not found in pairing
- Make sure your Remootio device is successfully setup
- Make sure you have enabled Wi-Fi on your Remootio device
- Make sure your Remootio device is on the same Wi-Fi network as your Homey
- Make sure your Remootio device isn't already added as a device in Homey (serialnumber on the device is used as an identifier, and will only be allowed to be added once)
- IF your device is a Remootio3 and has software >= 2.40, the device
MUST
be added manually because mDNS support is currently not available because Remootio has rewritten the Software to supportHomeKit
and in the process borked mDNS support
Device unavailable with error
: Authentication or encryption error -- Remootio has disconnected. Check your WiFi connection to the device. Too many failed reconnect attempts...- Make sure you have entered the correct
API Secret Key
andAPI Auth Key
. - Too many failed connect attempts to a Remootio device will brake the websocket client.
Restarting the app or setting new auth settings for the device will create a new websocket client
- Make sure you have entered the correct
For any other issues, see Remootio Installation Guide for installation instructions and troubleshooting
If you are or want to use Websocket API, go to Websocket API instead
- Your Remootio device is already set up
- For the Device API your Homey and Remootio can be on different LAN's or WAN's
- The status sensor is installed and enabled in the Remootio app (Homey needs to know the current state of your gate/garage door)
- Output configuration for your Remootio device MUST be set to one of these:
- Output 1: disabled Output 2: gate impulse control
- Output 1: gate impulse control Output 2: free relay output
- Output 1: free relay output Output 2: gate impulse control
- Output 1 & Output 2: gate impulse control
- Output 1: gate impulse control Output 2: disabled
The Device API is hosted on Remootio's servers, so your Remootio device must have internet access and be reachable by the Device API
β The Device API is limited to 300 requests per 20 days (this is Remootio's limits!). This means you should be able to open and close your gate/garage door around 6 times a day.
If you exceed this limit you will not be able to send requests to the Device API for a while (not sure about the time frame)!
β There is an automatic query status (disabled by default), which can be configured to automatically query the gate/garage door status every x hours.
You should keep this disabled or use with a very high value, for instance every 7 hours or higher, to not overuse number of queries which will cause you to not being able to call the Device API!
β If the gate/garage door is operated outside the Remootio app, the status in the Remootio app will NOT reflect this until it's been toggled in the Remootio app in Homey, or when the automatic query status is run (if enabled)
To allow the Device API to control your Remootio device you must setup an App-Free key through the Remootio app on your phone:
- Go to shared keys
- Click
Share a new key
and chooseShare unique key (recommended)
- Give the key a meaningful name
- On the next screen click on
App-free key
and click onShare link
- Copy only the
token
value from the URL. You must add this value to the Remootio app on Homey under "pairing"
This driver is the only driver that supports the Device API of Remootio.
When adding a Remootio device to your Homey, copy in the token
value found in the previous steps. The pairing process will query the Device API using the token
value and find info about the device.
Seconds for status change
Number of seconds before the gate/garage door has changed status after being operated.
A query is sent to the device api after this amount of seconds to set the correct device status. This is done to make sure the device status has the same status as the Remootio device.
Hours between status queries
Number of hours between each query for gate/garage door status. Set to 0 to disable automatic status queries
As Remootios Device API has a very low request limit, use this setting with caution!
Device doesn't change status when gate/garage door is opened/closed externally (by button or Remootio app etc.)
- This is by design. The device API is limited to 300 requests per 20 days, so in order not to go beyond the limit, the device status is not updated automatically but only when the device status changes from the Remootio app in Homey
Device not found in pairing
- Make sure your Remootio device is successfully setup
- Make sure you have enabled Wi-Fi on your Remootio device
- Make sure you have successfully created an App-Free key, and that key's
token
value is actually used in the Remootio app in Homey (Repair) - Make sure your Remootio device isn't already added as a device in Homey (serialnumber on the device is used as an identifier, and will only be allowed to be added once)
Device unavailable with error
: Device API not reachable : ...- Make sure your Remootio device has WiFi enabled and has internet access
- If the error is
429 - Too Many Requests
, you have exceeded the Device API of 300 requests and must wait until Remootio lets you back in!
Device unavailable with error
: Device API query failed : ...- Make sure the
token
value you have added is working. You can test the token by visiting this Remootio site and use the token. If you can connect to your device, the token is valid: https://device.remootio.com/
- Make sure the
For any other issues, see Remootio Installation Guide for installation instructions and troubleshooting
- Trigger for whom/what opened/closed the gate/garage door
- 1.7.2
- Dependency updates
- 1.7.1
- Dependency updates
- 1.7.0
- Added action cards
Close if open
andOpen if closed
for Remootio Device API - Added automatic status query for Remootio Device API
- Added action cards
- 1.6.2
- Dependency updates
- 1.6.1
- Dependency updates
- 1.6.0
- Added new driver that uses the
Device API
from Remootio allowing your Homey and your Remootio device to be on different LAN's or WAN's
- Added new driver that uses the
- 1.5.2
- Dependency updates
- 1.5.1
- Minimized footprint
- Dependency updates
- 1.5.0
- Updated hint on
left_open
trigger to show correct time range - Added the possibility to manually add device (instead of mDNS) to also support Remootio3 FW >= 2.40 -> Issue #35
- Dependency updates
- Updated hint on
- 1.4.6
- Dependency updates
- 1.4.5
- Minor fixes
- Handle all floating promises
- Added information and reconnect possibility if IP, secretkey or authkey is wrong
- Dependency updates
- 1.4.4
- Dependency updates
- Don't use garageDoorCapability if not registered
- More logging
- 1.4.3
- Bugfix: Autoreconnect
setTimeout
function would still fire after device has been reconnected, disconnected, even removed or even worse when app has been uninstalled/paused
- Bugfix: Autoreconnect
- 1.4.2
- Bugfix: Invalid capability
- 1.4.1
- Added drivers
remootio-fg
andremootio-gf
to the flowleft_open
- sub-capabilities should only use 1
.
to prevent any possible problems in the future (this won't break anything for anyone since v1.4.0 were never released) - Added sub-capability
- triggers
Closed
andOpened
- condition
Is closed/open
- actions
Close
,Open
,Toggle open or closed
andToggle free relay open or closed
- triggers
- Added repair functionallity to drivers
- Added drivers
- 1.4.0
- Added possibility to control
gate impulse control
aswell asfree relay output
-> Issue #27- Added driver
Remootio (Output 1: gate impulse control, Output 2: free relay output)
- Added driver
Remootio (Output 1: free relay output, Output 2: gate impulse control)
- Renamed default driver to
Remootio (gate impulse control)
. This has no impact on existing devices
- Added driver
- Dependency updates
- Added possibility to control
- 1.3.2
- Dependency updates
- 1.3.1
this.warn
is not a function...
- 1.3.0
- When Remootio device has been offline for more than (maxReconnectAttempts * autoreconnectMinutes):
- Previous behavior were not to reconnect anymore
- Now the app will try to reconnect every hour after (maxReconnectAttempts * autoreconnectMinutes) has past and the device still hasn't reconnected
- Dependency updates
- When Remootio device has been offline for more than (maxReconnectAttempts * autoreconnectMinutes):
- 1.2.4
- Dependency updates
- Bugfix: Prevent
QuickAction
button from changing state when it's clicked. Let the WebSocket API determine when the state should change.- Before this fix, the app could be fooled / confused to think that the state was changed (if the gate was prevented from opening/closing as it was told)
- 1.2.3
- DevDependency updates
- 1.2.2
- Fixed a bug where device would be set as available when device is unreachable and max retry count was exceeded
- Fixed a bug where Remootios auto reconnect feature would be activated again when device is unreachable and max retry count was exceeded
- Better error messages on device screen when device is unreachable
- 1.2.1
- Reconnect when retry settings are changed aswell
- Auto reconnect by Remootio library deactivated
- Fixed auto reconnect (Too many failed connect attempts to a Remootio device will brake the websocket client. Restart of the app or new auth settings for the device will create a new websocket client)
Max reconnect retries
changed to3
since a Remootio's websocket client will brake with too many attempts
- 1.2.0
- Added auto reconnect every
x
minutes (when not connected) - Flow card
Left Open
limited to this app only instead of all apps of classgaragedoor
- Added auto reconnect every
- 1.1.2
- Moved trigger
Left Open
into device
- Moved trigger
- 1.1.1
- Fixed a bug where app would retry connecting to device even after max retry count was hit
- Added settings for hardware information (updated every time device is connected)
- 1.1.0
- Support for multiple Remootio devices
- Trigger card
Left open
- 1.0.0
- Initial release