Skip to content

Homebridge plugin to control an Tesy heater (Convector)

License

Notifications You must be signed in to change notification settings

Damien514/homebridge-tesy-heater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-tesy-heater

Homebridge plugin to control an Tesy heater (Convector)

Installation

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

Configuration example

"accessories": [
     {
       "accessory": "TesyHeater",
       "name": "My Tesy 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

Key Description
accessory Must be TesyHeater
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 (30 is default)
minTemp (optional) Lower bound for the temperature selector in the Home app (10 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.

About

Homebridge plugin to control an Tesy heater (Convector)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published