Skip to content

Releases: seydx/homebridge-tado-platform

v6.0.3

16 Mar 03:50
d77d7dc
Compare
Choose a tag to compare
  • Removed unnecessary log

v6.0.2

16 Mar 02:54
c9a4112
Compare
Choose a tag to compare
  • Fixed zoneOverlay (temperature)

v6.0.1

15 Mar 22:41
2b2872b
Compare
Choose a tag to compare
  • Fixed a bug with faucet accessory appearing as air quality sensor
  • Fixed a bug for HOT_WATER devices without temperature support
  • Improvements

Note:

Hot water devices show 0° when they are first started in HomeKit if they are in "OFF" mode. The reason for this is that in "OFF" mode there is no temperature value in the API. When you turn on the device, the plugin saves the value for the further use case.

IMPORTANT:

If you previously used your "HOT_WATER" device/zone as a faucet, then disable the zone after the update and restart Homebridge pls. After the restart, you can enable the zone with the faucet again.

v6.0.0

14 Mar 13:16
c6fa6ca
Compare
Choose a tag to compare

NOTE: Updating from <= v5.x to v6.x will crash your homebridge, please REMOVE the old version first and check also the new example-config.json

  • Config UI X support (config.schema.json)
  • Custom UI
  • Support for non config ui x user
  • Auto-fill config for non config ui x user
  • HB 1.3 support
    • Support new onGet/onSet event
  • Refactored code
  • Multiple tado accounts
    • Possibility to control multiple homes
  • Customizable temperature unit via HomeKit
  • Customizable Modes (AUTO | HEAT | COOL | OFF) or (ON | OFF)
  • Deactivatable battery indicator (support for old gen thermostats)
  • Customizable zone termination, separate for each zone
  • Delay Switch
    • Delay as switch characteristic with adjustable timer characteristic for automations
    • Auto turn off options
  • Separate humidity sensor
  • Separate temperature sensor
  • Boiler with adjustable accessory type
    • Switch (if no temperature is supported)
    • Faucet (if no temperature supported)
    • HeaterCooler (if temperature supported)
  • Grouped Central Switch with custom characteristics
    • Overall heat in h for day/month/year
    • Thermostat/Boiler states (manual, auto, off)
    • Boost trigger switch
    • Resume shedule trigger switch
    • Turn off trigger switch
  • OpenWindow
    • Grouped Switch: Enables open window and trigger open window detection
    • Contact: Read-only open window state as contact sensor
  • Presence Lock
    • As Security System
    • As Grouped Switch Accessory
  • Air Quality
    • Weather
    • Zones
  • FakeGato
    • Thermostats
    • HeaterCooler
    • Temperature sensors
    • Humidity sensors
    • Contact sensors (window)
  • Telegram
    • Presence
    • OpenWindow
  • Child Lock Switches as Grouped Switch Accessory
  • Better error handling