Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

homebridge-tcc-read-only-fan-status

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-tcc-read-only-fan-status

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

latest
Source
npmnpm
Version
0.0.14
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

homebridge-tcc-read-only-fan-status

forked from https://github.com/hacctarr/homebridge-tcc-fan, this plugin does not support any change, but only read fan currently running status

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

  • RTH8580WF
  • RTH9580

Installation

  • Install homebridge using: npm install -g homebridge
  • Install this plugin using npm install -g homebridge-tcc-fan
  • 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"}
          	]
        },
    ]
  • platform: tcc-fan
  • 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

  • None

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

  • NorthernMan54 - Borrowed your awesome homebridge-tcc plugin as the foundation of this plugin
  • 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

homebridge-plugin

FAQs

Package last updated on 17 Jun 2024

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