This plugin allows HomeKit to control Cielo mini splits using the node-smartcielo-ws
package.
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.
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.
This is my first fork of another package, and I'm still learning how to use GitHub to collaborate.