Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwcnewton/rointe-homebridge-plugin
Rointe homebridge plugin
https://github.com/jwcnewton/rointe-homebridge-plugin
homebridge homebridge-plugin rointe
Last synced: 2 months ago
JSON representation
Rointe homebridge plugin
- Host: GitHub
- URL: https://github.com/jwcnewton/rointe-homebridge-plugin
- Owner: jwcnewton
- License: apache-2.0
- Created: 2022-10-12T10:51:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T17:46:20.000Z (almost 2 years ago)
- Last Synced: 2024-09-26T20:46:54.201Z (3 months ago)
- Topics: homebridge, homebridge-plugin, rointe
- Language: TypeScript
- Homepage:
- Size: 2.26 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @jwcnewton/homebridge-rointe-unofficial
[![verified-by-homebridge](https://badgen.net/badge/homebridge/verified/purple)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)
[![npm](https://img.shields.io/npm/dt/homebridge-rointe-unofficial.svg)](https://www.npmjs.com/package/homebridge-rointe-unofficial)This plugin exposes Rointe installations to Homebridge, this is developed and maintained in my free time to learn typescript.
## Configuration
Key | Example | Description
---------|----------|---------
username | [email protected] | The username used to register on the Rointe App usually an email address.
password | test | The password used to register on the Rointe App.
installation_name | Home | The installation_name setup via the Rointe app
updateInterval | 15 | The interval to get updates at (seconds).## Development
Setup homebridge locally [here](https://github.com/homebridge/homebridge#plugin-development) then run `npm run debug`
## Note
- Please raise bugs with as much details as possible
- Currently this only works with a single Rointe installation
- UI Features can be added but anything outside of the standard thermostat - *raise a bug in*: [rointe-sdk-node](https://github.com/jwcnewton/rointe-sdk-node)##