1.0.2 • Published 2 years ago

homebridge-tesy-waterheater v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

homebridge-tesy-waterheater

Homebridge plugin to control an Tesy Water Heater

Installation

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

Configuration example

"accessories": [
     {
       "accessory": "TesyWaterHeater",
       "name": "My Tesy Water Heater",
       "username": "mytesy_username",
       "password": "mytesy_password",
       "device_id": "XXXXXXXXXXXXXXX"
     }
]

Obtaining Device Id

Login at

My Tesy Cloud

with your user name and password, then open this link:

https://www.mytesy.com/?do=get_dev

You will see a 40-character-long field named "id" - this is your device id. If you have multiple devices (Heater, Convector), config them as separate accessories.

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 (2 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

Bottom Line

This plugin is based on homebridge-ecoforest-heater.