Coder Social home page Coder Social logo

homebridge-tcc's Introduction

homebridge-tcc

NPM Downloads

This is a plugin for North America Honeywell Total Connect Comfort site. It is a partially-working implementation into HomeKit. This plugin is work in progress. Help is appreciated! Please note it does not work with the International Honeywell Total Connect Comfort site. Historical display of temperature data is available via HomeKit apps thats support graphing.

Plugin will discover your thermostats and create one for each connected to your TCC account.

Devices Tested With

  • RTH6580WF
  • RTH8580WF
  • RTH9580
  • TH6320WF
  • 9850
  • MHK1
  • Honeywell's Prestige IAQ Thermostat (THX9421R5021WW) and it's accompanying Equipment Interface Module (THM5421R1021)

Installation

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

On Windows platforms

Please ensure the node-gyp is properly configured for use prior to installing. Error messages like this may appear during installation if not.

gyp ERR! find Python Python is not set from command line or npm configuration

To resolve the issue, please follow the steps here. https://github.com/nodejs/node-gyp#on-windows

Configuration Sample

"platforms": [
       {
            "platform": "tcc",
            "name" : "Thermostat",
            "username" : ".....",
            "password" : ".....",
        }
    ]
  • platform: tcc
  • name: can be anything you want, this is only used in the homebridge logs and is not the thermostat name
  • username: your Honeywell e-mail
  • password: your Honeywell password

Optional settings

  • refresh - Data polling interval in seconds, defaults to 10 minutes. Setting lower than 10 minutes may trigger request rate limiter on Honeywell backend.
  • storage - Storage of chart graphing data for history graphing, either fs or googleDrive, defaults to fs
  • usePermanentHolds - If set to true, temperature changes will be set as permanent holds, rather than temporary holds. This will allow you to use HomeKit automations to completely replace your thermostat's schedule. If set to false, the temperature changes will expire after a certain period of time and resume your normal schedule. By default, this is off.
  • sensors - Enables temperature/humidity HomeKit sensors (useful for automations), options include:
    • none - No sensors will be shown (this is default setting)
    • all - Enables all available temperature/humidity sensors
    • inside - Enables temperature and humidity sensors for each thermostat
    • insideHumidity - Enables inside humidity sensors for each thermostat
    • outside - Enables a single set of outdoor temperature and humidity sensors
  • debug - Enables debug level logging from the plugin, defaults to false, to enable set to true

Credits

  • luc-ass - Borrowed your homebridge-evohome plugin as a base to start from
  • Dan / Ghostbit - Borrowed your python script for the page flow of the TCC website
  • bwdeleeuw - Fahrenheit testing and other enhancements
  • devbymike - Validation of RTH9580
  • djsomi - Investigation into international TCC site
  • gsulshski - Validation of TH6320WF
  • l3nticular - Support for Mode 7
  • simont77 - FakeGato History
  • hakusaro - Added support for permanent temperature holds.
  • jcgorla-dev - Validation of Honeywell's Prestige IAQ Thermostat
  • kylerove - Added support for separate indoor and outdoor temperature / humidity sensors

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.