Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/derek-miller/homebridge-genie-aladdin-connect
Homebridge plugin to integrate Genie Aladdin Connect enabled garage door openers.
https://github.com/derek-miller/homebridge-genie-aladdin-connect
aladdin aladdin-connect genie homebridge homebridge-plugin homekit
Last synced: 6 days ago
JSON representation
Homebridge plugin to integrate Genie Aladdin Connect enabled garage door openers.
- Host: GitHub
- URL: https://github.com/derek-miller/homebridge-genie-aladdin-connect
- Owner: derek-miller
- License: apache-2.0
- Created: 2021-10-30T16:07:03.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-19T17:17:31.000Z (about 1 month ago)
- Last Synced: 2025-01-13T13:21:48.806Z (14 days ago)
- Topics: aladdin, aladdin-connect, genie, homebridge, homebridge-plugin, homekit
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/homebridge-genie-aladdin-connect
- Size: 655 KB
- Stars: 35
- Watchers: 6
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# homebridge-genie-aladdin-connect
[![NPM Version](https://img.shields.io/npm/v/homebridge-genie-aladdin-connect.svg)](https://www.npmjs.com/package/homebridge-genie-aladdin-connect)
[![verified-by-homebridge](https://badgen.net/badge/homebridge/verified/purple)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)# Homebridge Platform Plugin
[Genie Aladdin Connect](https://www.geniecompany.com/aladdin-connect-by-genie) plugin for
[Homebridge](https://github.com/homebridge/homebridge).## Configuration
```json
"platforms": [{
"platform": "GenieAladdinConnect",
"name": "Garage Door",
"username": "",
"password": ""
}]
```