Skip to content

Releases: homebridge-plugins/homebridge-tado

8.7.2

08 Nov 10:35

Choose a tag to compare

  • Add notice about tado X compatibility to documentation (#179)
  • Use consistent spelling for tado and Apple Home across the entire plugin

8.7.1

04 Nov 20:31

Choose a tag to compare

  • Add debug logs for API responses (#179)

8.7.0

03 Nov 18:38

Choose a tag to compare

  • Update documentation and add new config parameters with explanations (#176, #182)
  • Update example-config.json (#182)
  • Update got
  • Fix: Config validation failed as minStep is typeof number (#181)
  • Fix: Config-UI: Add zone type AIR_CONDITIONING (#170, #173)
  • Fix: Always include typeSkillBasedApp when setting AC Zone Overlay to prevent API error (#170, #173)

8.6.1

01 Nov 19:07

Choose a tag to compare

  • Fix: Improve error logging for failed API requests (#179)

8.6.0

01 Nov 18:40

Choose a tag to compare

  • BREAKING CHANGE: tadoApiUrl and skipAuth must now be defined under each home configuration for proper multi-home support (#176)
  • New parameter preferSiriTemperature for improved Siri handling — allows temperature changes via Siri without forcing Auto mode (#178). See #178 (comment) for a detailed explanation
  • Restored stable update behavior from v8.3.1 and earlier while keeping Siri compatibility (#178)
  • Reworked thermostat update logic: batches state and temperature updates within 400 ms for more reliable state updates (#178)
  • Improved zone update and persistence handling for faster, more consistent status updates
  • Optimized task queue to prevent overlapping operations and API calls
  • Fixed multi-home polling and individual API handling (#176)
  • Added enhanced debug logs for zone updates and API interactions
  • Note: This update resets the Tado API counter for the current day
  • Apologies for the unexpected behavior introduced in v8.4.x–8.5.x — this release restores consistent and reliable behavior, with an optional fix for Siri users. Full statement: #178 (comment)

8.5.0

27 Oct 15:37

Choose a tag to compare

  • Change minimum polling interval to 30s due to improvements made in v8.2.0

8.4.0

26 Oct 15:20

Choose a tag to compare

  • Improve state handling to ensure Apple Home states always reflect current tado states

8.3.1

25 Oct 15:47

Choose a tag to compare

  • Fix: Persist zone states only if not empty

8.3.0

25 Oct 14:31

Choose a tag to compare

  • Add tado API counter
  • Improve task scheduling and interval handling
  • Refresh history service directly after polling
  • Add option to disable the history service completely
  • Persist tado zone states to storage directory after every polling

8.2.0

23 Oct 20:22

Choose a tag to compare

  • Query all zone states in a single API request to significantly reduce the number of API calls to tado during polling
  • Update zone state after clearing a zone overlay to display the correct temperature in Apple Home
  • Skip getRunningTime call when a custom URL is used and remove obsolete getWeatherAirComfort (#176)
  • Add example for tadoApiUrl in config (#176)