A homebridge plug-in for ThinkEco SmartAC thermostats.
A homebridge plug-in for ThinkEco SmartAC thermostats. Allows you
to use your SmartAC thermostats with Siri / HomeKit.
If you live in NYC, you can get these units for free as part of
ConEd’s coolNYC / Smart AC program.
node --version
npm install -g homebridge
npm install -g homebridge-platform-smartac
config-sample.json
in this repository for an example.That’s it! All thermostats configured in your mymodlet.com account should
now be available in the Home app on iOS.
You just need to provide the username and password that you use to log
in to mymodlet.com in your homebridge configuration. For example:
"platforms": [
{
"platform": "SmartAC",
"name": "ThinkEco SmartAC Platform",
"username": "you@example.com",
"password": "XXXX"
}
]
platform
must be "SmartAC"
. You can use any value for name
that you’d like.