1.0.4-beta.0 • Published 11 months ago

homebridge-water-heater-tesy v1.0.4-beta.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

homebridge-water-heater-tesy

Homebridge plugin to control a Tesy Water Heater

Installation

  1. Install homebridge
  2. Install this plugin: npm install -g homebridge-water-heater-tesy
  3. Update your config.json file (See below).

Configuration example

"accessories": [
     {
       "accessory": "TesyWaterHeater",
       "name": "My Bellislimo",
       "username": "mytesy_cloud_username",
       "password": "mytesy_cloud_password",
       "device_id": "XXXXXXXXXXXXXXX"
     }
]

Structure

KeyDescription
accessoryMust be TesyWaterHeater
nameName to appear in the Home app
usernameUsername for mytesy.com
passwordPassword mytesy.com
device_idHeater (Convector) Device Id
pullInterval (optional)This property expects an interval in milliseconds in which the plugin pulls updates from your Ecoforest heater (10000 is default)
maxTemp (optional)Upper bound for the temperature selector in the Home app (4 is default)
minTemp (optional)Lower bound for the temperature selector in the Home app (0 is default)
model (optional)Appears under "Model" for your accessory in the Home app
serialNumber (optional)Appears under "Serial Number" for your accessory in the Home app
1.0.4-beta.0

11 months ago

1.0.3-beta.0

11 months ago