Skip to content

Commit

Permalink
Merge branch 'main' into enable-agnostic-triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
brchri authored Dec 21, 2023
2 parents 53e0afe + 77cad22 commit 0f012be
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,21 @@ A lightweight app that will operate your smart Garage Door Openers (GDOs) based
<!-- /TOC -->

## Supported Smart Garage Door Openers
* Current
* Any [Home Assistant](https://www.home-assistant.io/) Controlled Garage Door Opener
* Controlled by proxying commands through Home Assistant
* Any [Homebridge](https://homebridge.io/) Controlled Garage Door Opener
* Controlled by proxying commands through Homebridge
* [ratgdo](https://paulwieland.github.io/ratgdo/) (MQTT Configuration)
* Generic MQTT Controlled Smart Garage Door Openers
* Generic HTTP Controlled Smart Garage Door Openers
* Deprecated:
* MyQ
* No longer supported due to MyQ API changes blocking 3rd party integrations
* Potentially Upcoming
* [Meross](https://www.meross.com/en-gc/product) (if I get my hands on one or can use someone else's package to incorporate)
### Current
* Any Garage Door Opener managed by [Home Assistant](https://www.home-assistant.io/)
* Controlled by proxying commands through Home Assistant
* Any Garage Door Opener managed by [Homebridge](https://homebridge.io/)
* Controlled by proxying commands through Homebridge
* Native [ratgdo](https://paulwieland.github.io/ratgdo/) (MQTT-based firmware)
* Support also available for ratgdo using ESP Home firmware and managed by Home Assistant or Homebridge
* Generic MQTT Controlled Smart Garage Door Openers
* Generic HTTP Controlled Smart Garage Door Openers
### Deprecated:
* MyQ
* No longer supported due to MyQ API changes blocking 3rd party integrations
### Potentially Upcoming
* Native [Meross](https://www.meross.com/en-gc/product) (if I get my hands on one or can use someone else's package to incorporate)
* Meross GDO's that are managed by Home Assistant or Homebridge *are currently supported*

## Prerequisite
As of v2.0.0, this app supports any location tracker that can publish to an MQTT broker. For tesla vehicles, the easiest way to accomplish this is to use the [MQTT capabilities](https://docs.teslamate.org/docs/integrations/mqtt) of [TeslaMate](https://github.com/adriankumpf/teslamate). For other users, you can use an app like [OwnTracks](https://owntracks.org/) on your phone to publish your location to an MQTT broker for tracking.
Expand Down

0 comments on commit 0f012be

Please sign in to comment.