Sha256: 31baa4733e3848453edccead6a3e5f56e1197517dd4b5c032ce7367fc13b4f39
Contents?: true
Size: 1.18 KB
Versions: 1
Compression:
Stored size: 1.18 KB
Contents
# Redlink A gem for controlling Honeywell Redlink-based home heating and cooling products. # Status Basic location & thermostat discovery functional. Ability to refresh thermostat data functional. Super alpha quality code. # Prerequisites * A valid Redlink App ID. You'll have to find one on your own. * A valid login at https://rs.alarmnet.com/TotalConnectComfort/. # Getting Started 1. Clone the gem with `gem install redlink`. 2. Initialize your environment with the app id via `redlink init 9RS79360-PO1R-4P6S-O20S-7N5Q37N028PO`. _(Note: not a real app id)_ 3. Provide credentials to the environment via `redlink login username@host.com password`. # Usage Redlink provides a basic CLI experience as well as a growing set of APIs for actual manipulation. `relink locations` returns a list of locations and thermostats connected to your account. # TODO * Documentation * Testing * Ability to set thermostats * Ability to alter schedules * Vacation mode ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
redlink-0.1.1 | Readme.markdown |