hacctarr / homebridge-tcc-fan

Honeywell TCC Fan support for Homebridge
3 stars 4 forks source link

homebridge-tcc-fan

NPM Downloads

This is a plugin specifically for the Fan control in the Honeywell Total Connect Comfort thermostat. HomeKit does not support independent fan control within a Thermostat service. I had intended to enhance homebridge-tcc, but had to implement this as a separate platform instead.

Devices Tested With

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using npm install -g homebridge-tcc-fan
  3. Update your configuration file. See sample-config below for a sample.

Configuration Sample

"platforms": [
       {
            "platform": "tcc-fan",
            "name" : "Fan",
            "username" : ".....",
            "password" : ".....",
            "devices" : [
                  {"deviceID": "1234567","name": "Other Floor"},
                  {"deviceID": "abcdefg","name": "Main Floor"}
            ]
        },
    ]

https://mytotalconnectcomfort.com/portal/Device/Control/1234567

The last part is your Device ID.

Roadmap

Notes

It seems to be vitally important to set the right system time, especially on raspi! TCC only responds to requests with a current unixtime

Credits