Skip to content

Commit

Permalink
v2.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Jun 1, 2024
1 parent e01cd07 commit f58c955
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 15 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ In the interest of the community seeking a solution outside of myQ, I've develop
* A rich webUI for configuration.

## Installation
### Getting Started
To get started with `homebridge-ratgdo`:

* Install `homebridge-ratgdo` using the Homebridge webUI. Make sure you make `homebridge-ratgdo` a child bridge for the best experience.
* Install the [ESPHome Ratgdo firmware](https://ratgdo.github.io/esphome-ratgdo/). You'll need to use Chrome for this as Safari doesn't support installing firmware through a USB serial port.
* Fully open and close the garage door one time. ESPHome Ratgdo will use this to determine how long it takes to open and close your garage door to enable precise control of the position of the garage door opener.
* That's it. Ensure `homebridge-ratgdo` is running and it will autodiscover your Ratgdo devices and make them available in HomeKit.

<A NAME="notes"></A>
> [!WARNING]
> The current ESPHome firmware versions (2024.5.0 onward) appear to have some regressions that the ESPHome developers are working through. [I recommend installing the 2024.4.2 version of ESPHome.](https://github.com/hjdhjd/homebridge-ratgdo/blob/main/esphome/README.md)
Expand All @@ -60,7 +60,6 @@ To get started with `homebridge-ratgdo`:
## Documentation
* Getting Started
* [Installation](#installation): installing this plugin, including system requirements.
* [Plugin Configuration](#getting-started): how to quickly get up and running.
* [Changelog](https://github.com/hjdhjd/homebridge-ratgdo/blob/main/docs/Changelog.md): changes and release history of this plugin.

* Additional Topics
Expand Down
3 changes: 0 additions & 3 deletions homebridge-ui/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ <h5>Getting Started</h5>
<li>
<a target="_blank" href="https://github.com/hjdhjd/homebridge-ratgdo#installation">Installation</a>: installing this plugin, including system requirements.
</li>
<li>
<a target="_blank" href="https://github.com/hjdhjd/homebridge-ratgdo#plugin-configuration">Plugin Configuration</a>: how to quickly get up and running.
</li>
<li>
<a target="_blank" href="https://github.com/hjdhjd/homebridge-ratgdo#notes">Additional Notes</a>: some things you should be aware of, including Ratgdo-specific quirks.
</li>
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-ratgdo",
"displayName": "Homebridge Ratgdo",
"version": "2.2.0",
"version": "2.2.1",
"description": "HomeKit integration for LiftMaster and Chamberlain garage door openers, without requiring myQ.",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"typescript-eslint": "^7.11.0"
},
"dependencies": {
"@adobe/fetch": "^4.1.2",
"@adobe/fetch": "^4.1.3",
"@homebridge/plugin-ui-utils": "^1.0.3",
"bonjour-service": "^1.2.1",
"eventsource": "^2.0.2",
Expand Down

0 comments on commit f58c955

Please sign in to comment.