Skip to content

picnicbob/homebridge-platform-smartac

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-platform-smartac

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.

Installation

  1. Ensure that you are running Node.js v7.6 or higher. As of this writing, that means you should be running the 8.x LTS version. If you're unsure what version you've got installed, you can check using: node --version
  2. Install homebridge using: npm install -g homebridge
  3. Install this plugin using: npm install -g homebridge-platform-smartac
  4. Update your configuration file. See 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.

Configuration

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": "[email protected]",
      "password": "XXXX"
    }
]

platform must be "SmartAC". You can use any value for name that you'd like.

About

A homebridge plug-in for ThinkEco SmartAC thermostats.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%