Releases: homebridge-plugins/homebridge-tado
Releases · homebridge-plugins/homebridge-tado
8.7.2
8.7.1
8.7.0
- 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
8.6.0
- BREAKING CHANGE:
tadoApiUrlandskipAuthmust now be defined under each home configuration for proper multi-home support (#176) - New parameter
preferSiriTemperaturefor 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
8.4.0
8.3.1
8.3.0
8.2.0
- 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
getRunningTimecall when a custom URL is used and remove obsoletegetWeatherAirComfort(#176) - Add example for
tadoApiUrlin config (#176)