Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-tcc

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-tcc

Honeywell Total Connect Comfort support for Homebridge: https://github.com/nfarina/homebridge

  • 0.0.22
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
117
increased by350%
Maintainers
1
Weekly downloads
 
Created
Source

homebridge-tcc

This is a plugin for Honeywell Total Connect Comfort. It is a partially-working implementation into HomeKit. This plugin is work in progress. Help is appreciated!

Devices Tested With

  • RTH8580WF
  • RTH9580

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.

Configuration Sample

"platforms": [
       {
            "platform": "tcc",
            "name" : "Thermostat",
            "username" : ".....",
            "password" : ".....",
            "devices" : [
                  {"deviceID": "1234567","name": "Other Floor"},
                  {"deviceID": "abcdefg","name": "Main Floor"}
          	]
        },
    ]
  • platform: tcc
  • name: can be anything you want
  • username: your Honeywell e-mail
  • password: your Honeywell password
  • deviceID: Your honeywell deviceID Go to the Honeywell Total Connect Comfort website, log in and open your device. Now look in the address bar and you will see something like:

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

The last part is your Device ID.

  • debug: optional parameter, will return details in log around response from TCC, use full for debugging no response errors.
  • refresh: How often the data is refreshed from the TCC website, in seconds. Defaults to 60

Roadmap

  • Need to add throttling around temperature changes

Notes

It seems to be vitally important to set the right system time, especially on raspi!

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

Keywords

FAQs

Package last updated on 28 Dec 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc