/ryobi_gdo

Latest and Greatest Home Assistant Custom Integration for Ryobi GDO

Primary LanguagePythonOtherNOASSERTION

Ryobi Garage Door Opener - HA Custom Component

This integration will request all of the Garage Door devices linked to your Ryobi account and automatically add them into Home Assistant, through a standard config flow.

The Garage Door must first be setup and added through Ryobi's app. Once you've created an account and can successfully control the garage door from the app, you can use your login details with this integration.

Installation.

Install from HACS (recommended)

  1. Have HACS installed, this will allow you to easily manage and track updates.
  2. Search in HACS for "Ryobi (When its added)" integration.
  3. Add https://github.com/catduckgnaf/ryobi_gdo as custom respository.
  4. Click Install below the found integration.

Issues

Please open an Issue and paste DEBUG logs or I can't help as easily. PLEASE remove all personal login details, including your username, password, device IDs, and API Keys!!

Functionality / To-Do

  • HTTP: Login to check details and get API Key.
  • HTTP: Get devices list to check for more than 1 GDO.
  • HTTP: Get device state for each device.
  • WS: Authenticate using API Key.
  • WS: Subscribe to device notifications using device ID.
  • WS: Listen for device updates and update internal state.
  • Implement RyobiGarage CoverEntity in HA.
  • Set the unique_id properly using device_id, mac, serial and name.
  • WS: Send open/close command to sever
  • Support Vacation mode toggle
  • WS: Check for and implement set_position command (look into app's "preset" functionality).
  • WS: Check for and implement stop command.
  • Implement RyobiGarage LightEntity in HA.
  • Implement Motion Sensor in HA.
  • Fully Support G125
  • [-] Get identities for all modules. (currently a work in progress.).

'Thank You's