Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 666 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 666 Bytes

Homebridge Salus IT500

Homebridge platform that allows you to view and control your Salus IT500 thermostats.

Installation

Just add the following to your homebridge config.json

{
  "platforms": [
    {"platform": "SalusIT500", "username": "[[ADD YOUR EMAIL]]", "password": "[[ADD YOUR PASSWORD]]"}
  ]
}

Features

  • See current temperature from the thermostat
  • See whether the heating is currently on
  • Turn auto mode on/off and set target temperature
  • Supports having multiple devices

Unfortunately there's currently no way to control energy saving mode, holiday schedule, daily program, nor frost settings due to HAP protocol limitations