homebridge-cielo
v1.1.5
Published
A Homebridge plugin for controlling Cielo Thermostats for Mini Splits using node-cielo
Downloads
25
Readme
Cielo Thermostat Homebridge Plugin
This plugin allows HomeKit to control Cielo mini splits using the node-smartcielo-ws
package.
Acknowledgements
Like node-mrcool
, the vast majority of this code is either copied straight from or largely
based on Nicholas Robinson's
homebridge-smartcielo
. I then copied isaac-webb's version and made the changes necessary to make this plugin work
with my rewritten version of his API package.
Usage
To configure the package, use the Homebridge UI. You will need your username, password, and your public IP (I suspect this doesn't actually have to be your public IP, but the API uses it as a session identifier). Then, add the MAC address of each MrCool unit you would like to control.
Contributing
This is my first fork of another package, and I'm still learning how to use GitHub to collaborate.