项目作者: dave-atx

项目描述 :
A homebridge plug-in for ThinkEco SmartAC thermostats.
高级语言: JavaScript
项目地址: git://github.com/dave-atx/homebridge-platform-smartac.git
创建时间: 2017-05-20T18:12:00Z
项目社区:https://github.com/dave-atx/homebridge-platform-smartac

开源协议:MIT License

下载


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:

  1. "platforms": [
  2. {
  3. "platform": "SmartAC",
  4. "name": "ThinkEco SmartAC Platform",
  5. "username": "you@example.com",
  6. "password": "XXXX"
  7. }
  8. ]

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