homebridge-water-heater-tesy
v1.0.4-beta.0
Published
Tesy water heater plugin for homebridge: https://github.com/homebridge/homebridge
Readme
homebridge-water-heater-tesy
Homebridge plugin to control a Tesy Water Heater
Installation
- Install homebridge
- Install this plugin:
npm install -g homebridge-water-heater-tesy - Update your
config.jsonfile (See below).
Configuration example
"accessories": [
{
"accessory": "TesyWaterHeater",
"name": "My Bellislimo",
"username": "mytesy_cloud_username",
"password": "mytesy_cloud_password",
"device_id": "XXXXXXXXXXXXXXX"
}
]Structure
| Key | Description |
| --- |-------------------------------------------------------------------------------------------------------------------------------------|
| accessory | Must be TesyWaterHeater |
| name | Name to appear in the Home app |
| username | Username for mytesy.com |
| password | Password mytesy.com |
| device_id | Heater (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 |
