NodeJS interface for the SmartCielo remote AC control API used by MrCool minisplits
npm install node-mrcoolby Isaac Webb



This interface facilitates communication with AC equipment that is connected to
the internet by SmartCielo. This was specifically developed to facilitate
automation of the MRCOOL DIY line of ACs.
The vast majority of this code is either directly from or largely based on thenode-smartcielo package
by Nicholas Robinson. I forked the repo,
updated/fixed the issues that prevented the package from working, and
republished it.
``bash`
$ npm install node-mrcool
`bash`
$ node demo.js -u
* The -v option will send all communications via an HTTP proxy running onlocalhost:8888` for debugging.
Feel free to reach out with issues, fixes, improvements, or any questions.
Best,
Isaac Webb