Giter Site home page Giter Site logo

homebridge-warmup4ie's Introduction

homebridge-warmup4ie

Homebridge plugin for the WarmUP 4iE thermostat.

Plugin works with program mode only, and changes to the temperature are treated as an override. Fixed temperature mode is not supported.

Table of Contents

Using the plugin

Thermostats are retrieved from the my.warmup.com site, and are automatically created in the Home App.

Temperature Control

Changes to the temperature create a temperature override for the current setting. Length of the override defaults to 60 Minutes ( or the duration setting).

Mode Setting

Off - Turns off the thermostat Heat - Turns on the thermostat and resumes current program Auto - Turns on the thermostat and resumes current program

When the thermostat is in temperature override mode, the Mode setting is set to Heat. To clear the override and resume program mode, turn the mode control to Auto.

Settings

"platforms": [{
  "platform": "warmup4ie",
  "name": "WarmUP",
  "username": "XXXXXXXXXXXX",
  "password": "XXXXXXXXXXXX"
}]

Required settings

  • username - Your My.Warmup.com email address / login
  • password - Your My.Warmup.com password

Optional settings

  • refresh - Data polling interval in seconds, defaults to 60 seconds
  • storage - Storage of chart graphing data for history graphing, either fs or googleDrive, defaults to fs
  • duration - Duration of temperature override, defaults to 60 minutes

homebridge-warmup4ie's People

Contributors

northernman54 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

homebridge-warmup4ie's Issues

Error on load

I have just installed the plugin and get the following error:

[3/26/2020, 17:59:22] Loaded plugin: homebridge-warmup4ie
/usr/lib/node_modules/homebridge-warmup4ie/node_modules/googleapis/build/src/apis/compute/beta.js:15573
            if (typeof optionsOrCallback === 'function'9 {
                                                       ^

SyntaxError: Unexpected number
    at compileFunction (<anonymous>)
    at wrapSafe (internal/modules/cjs/loader.js:1072:16)
    at Module._compile (internal/modules/cjs/loader.js:1122:27)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1178:10)
    at Module.load (internal/modules/cjs/loader.js:1002:32)
    at Function.Module._load (internal/modules/cjs/loader.js:901:14)
    at Module.require (internal/modules/cjs/loader.js:1044:19)
    at require (internal/modules/cjs/helpers.js:77:18)
    at Object.<anonymous> (/usr/lib/node_modules/homebridge-warmup4ie/node_modules/googleapis/build/src/apis/compute/index.js:18:16)
    at Module._compile (internal/modules/cjs/loader.js:1158:30)

NPM

Please can you update this so it works with NPM

Thanks

issue at start

Hi,
until today i get never running your Plugin.
the access to the website won't work fine, link user and PW are right.
my config:
,
{
"platform": "warmup4ie",
"name": "WarmUP",
"username": "user",
"password": "pw-user",
"duration": "15",
"refresh": "45"
}
the error meassages:

Error: _generate_access_token Error: ETIMEDOUT
at Timeout. (/usr/local/lib/node_modules/homebridge-warmup4ie/node_modules/request/request.js:848:19)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7) {
code: 'ETIMEDOUT',
connect: true
}
Missing access token.
Missing LocId
[2020-4-6 8:24:57] TypeError: Cannot read property 'length' of undefined
at warmup4iePlatform. (/usr/local/lib/node_modules/homebridge-warmup4ie/index.js:63:44)
at /usr/local/lib/node_modules/homebridge-warmup4ie/lib/warmup4ie.js:85:9
at Warmup4IE._getRooms (/usr/local/lib/node_modules/homebridge-warmup4ie/lib/warmup4ie.js:159:5)
at Warmup4IE. (/usr/local/lib/node_modules/homebridge-warmup4ie/lib/warmup4ie.js:84:17)
at Warmup4IE._getLocations (/usr/local/lib/node_modules/homebridge-warmup4ie/lib/warmup4ie.js:337:5)
at Warmup4IE. (/usr/local/lib/node_modules/homebridge-warmup4ie/lib/warmup4ie.js:83:19)
at Request._callback (/usr/local/lib/node_modules/homebridge-warmup4ie/lib/warmup4ie.js:294:9)
at self.callback (/usr/local/lib/node_modules/homebridge-warmup4ie/node_modules/request/request.js:185:22)
at Request.emit (events.js:311:20)
at Timeout. (/usr/local/lib/node_modules/homebridge-warmup4ie/node_modules/request/request.js:851:16)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
Uncaught exception error: TypeError: Cannot read property 'length' of undefined
at warmup4iePlatform. (/usr/local/lib/node_modules/homebridge-warmup4ie/index.js:63:44)
at /usr/local/lib/node_modules/homebridge-warmup4ie/lib/warmup4ie.js:85:9
at Warmup4IE._getRooms (/usr/local/lib/node_modules/homebridge-warmup4ie/lib/warmup4ie.js:159:5)
at Warmup4IE. (/usr/local/lib/node_modules/homebridge-warmup4ie/lib/warmup4ie.js:84:17)
at Warmup4IE._getLocations (/usr/local/lib/node_modules/homebridge-warmup4ie/lib/warmup4ie.js:337:5)
at Warmup4IE. (/usr/local/lib/node_modules/homebridge-warmup4ie/lib/warmup4ie.js:83:19)
at Request._callback (/usr/local/lib/node_modules/homebridge-warmup4ie/lib/warmup4ie.js:294:9)
at self.callback (/usr/local/lib/node_modules/homebridge-warmup4ie/node_modules/request/request.js:185:22)
at Request.emit (events.js:311:20)
at Timeout. (/usr/local/lib/node_modules/homebridge-warmup4ie/node_modules/request/request.js:851:16)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)

ESOCKETTIMEDOUT??

Error: _getRooms Error: ESOCKETTIMEDOUT at ClientRequest.<anonymous> (/usr/local/lib/node_modules/homebridge-warmup4ie/node_modules/request/request.js:816:19) at Object.onceWrapper (node:events:627:28) at ClientRequest.emit (node:events:513:28) at TLSSocket.emitRequestTimeout (node:_http_client:814:9) at Object.onceWrapper (node:events:627:28) at TLSSocket.emit (node:events:525:35) at TLSSocket.Socket._onTimeout (node:net:526:8) at listOnTimeout (node:internal/timers:559:17) at processTimers (node:internal/timers:502:7) { code: 'ESOCKETTIMEDOUT', connect: false

Air sensor

Note: I am using thermostat warmup 6ie

for each warmup thermostat that I have this plugin adds an air sensor to the room in homekit. I would like to have these sensors removed and not visible in HomeKit. Is there a way to do this? (See attached picture)
Thanks.
E54FE4E0-09C3-4C4D-BBB8-6E4514CD1F1A

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.