jhschuster / homebridge-intesisweb

Homebridge plugin for IntesisHome devices
Other
1 stars 1 forks source link

homebridge-intesisweb

Overview

This is a Homebridge plugin for IntesisHome heat pump devices. It is based on Philip Moon's homebridge-intesis plugin, but instead of using Intesis's APIs (which aren't available for users any more), scrapes the accloud.intesis.com pages to get the information it needs.

Installation

With Homebridge already installed, install the plugin by running: npm install -g homebridge-intesisweb

Configuration

Here is an example stanza for your config.json:

"platforms": [
  {
    "platform": "IntesisWeb",
    "username": "username",
    "password": "password",
    "swingMode": "H",
    "apiBaseURL": "https://accloud.intesis.com/",
    "configCacheSeconds": 30,
    "defaultTemperature": 0
  }
]

Required Options

Optional Options

Known Issues

When changing the mode of the heat pump, HomeKit seems to send power on/off commands out of sync with the mode changing commands. Sometimes this means that it will change the mode to "heat" before turning the device on.

My implementation treats a fan speed of zero as setting it to automatic, but the Home app treats it as meaning turn off the unit.