1.0.20 • Published 1 year ago

homebridge-intesisweb v1.0.20

Weekly downloads
180
License
MIT
Repository
github
Last release
1 year ago

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

  • platform - Must be "IntesisWeb".
  • username - This is the username you use to log in to accloud.intesis.com.
  • password - This is the password you use to log in to accloud.intesis.com.

Optional Options

  • swingMode - Whether the swing feature operates on the horizontal or vertical vanes. Should be "V" or "H". Defaults to "H".
  • apiBaseURL - The URL to the Intesis web site. Defaults to "https://accloud.intesis.com/".
  • configCacheSeconds - The number of seconds to cache the Intesis configuration for. This prevents the plugin from constantly scraping their website. The default value is 30.
  • defaultTemperature - The temperature in Celsius to default the current temperature to if the temperature is not available from scraping the web page. 0 means to use the set point temperature. The default value is 0. Apparently you can disable the Intesis's reporting of the temperature, but HomeKit's HeaterCooler service requires a CurrentTemperature characteristic.

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.

1.0.20

1 year ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.0

5 years ago