Socket
Socket
Sign inDemoInstall

homebridge-plugin-warmup

Package Overview
Dependencies
8
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    homebridge-plugin-warmup

Unofficial Homebridge plugin exposing Warmup smart thermostats to Apple's HomeKit


Version published
Maintainers
1
Created

Readme

Source

Warmup Homebridge Plugin


*###.   :###    -###################################################################:
.###=   *###=   *##=
 +##*  .#####  .### .+*####*=   :+####* =*######+:+#####=   =###   :##*  -*#####*=
 .###. =##+##- =##+  :    :###  =###    ###*   *###   +###. +###   :###  +##+  .###+
  +##= ##=.##+ ###.    .-=+###: =###    ###*   -###   :###: +###   :###  +##+   .###:
  :###+##  +##+##*  +###.  ###: =###    ###*   -###   :###: +###   :###  +##+    ###-
   #####-   #####. :###    ###: =###    ###*   -###   :###: +###   :###  +##+   -###
   -####    =###*   ####:.:###: =###    ###*   -###   :###:  ####**####  +###==*###  
    ---:     ---.     :=++==-   .---    ---:   .---    ---    .-=++==:   +###===-
                                                                         +##+
                                                                         +##+    ..  

Introduction

Unofficial Homebridge plugin exposing Warmup smart thermostats to Apple's HomeKit. NB. Currently, only the 4iE is known to work. If you have another model, like perhaps the 6iE, please let me know.

Warmup Homebridge Plugin automatically discovers your Warmup thermostats.

Using the plugin

You will need a MyWarmup account. All thermostats are retrieved from the my.warmup.com site, and are automatically created in the Home App.

You will also need a server running Homebridge.

Installation

Install the plugin by searching for "Warmup Homebridge" through the Homebridge Plugins UI or manually by:

sudo npm -g i homebridge-plugin-warmup

Use the plugin Config UI X to login to your account and all the thermostats you own will be added to Homebridge:

Login to your Warmup account

Login to Warmup

Save your setup

Save Setup

Usage

Room View with ThermostatThermostat Main View
Room with ThermostatThermostat Main View

Temperature Control

Changes to the temperature create a "temperature override" for the current setting. The override lasts for 60 minutes.

Mode Setting

Any temperature change will cause a 60 minute override at that temperature. However, you can also adjust mode:

SettingEffect
OffTurns off the thermostat
HeatOverrides the current target temperature for 60 minutes
AutoResumes the current program's schedule and temperature

Developing

Clone and install dependencies

git clone git@github.com:jondarrer/homebridge-plugin-warmup
cd homebridge-plugin-warmup
npm install

Testing

Run the tests with the usual command:

npm test

This will run the tests with a coverage report (requires 100% across the board to pass), which you can view with:

open coverage/lcov-report/index.html

Debug within VS Code by running the npm run local-homebridge task.

Building and publishing

npm run build
npm version patch -m "%s"
git push && git push --tags

Running Dockerised Homebridge for integration testing

NB. Requires docker-compose.

npm run containerised-homebridge

This will build the plugin and copy the necessary files to the appropriate places within container volume space (./volumes/homebridge). It will then start it, making it available at http://localhost:8581.

It is necessary to re-run this process on changes to the source code.

To stop the container, simply run docker-compose down.

Credits

Thanks to NorthernMan54 for his homebridge-warmup4ie plugin, which served as a basis for some of the logic in this one.

ASCII Art Archive was used to generate the ASCII art from Warmup's logo.

Keywords

FAQs

Last updated on 15 May 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc