Skip to content

Releases: kritsel/tado-openapispec-v2

Release v2.2025.02.03.0

03 Feb 20:20
Compare
Choose a tag to compare

All changes are relative to the previously released version.

invitation operations

  • GET /homes/{homeId}/invitations: new
  • POST /homes/{homeId}/invitations: new
  • DELETE/homes/{homeId}/invitations\{invitionatToken}: new
  • POST/homes/{homeId}/invitations\{invitionatToken}\resend: new

schema object changes:

  • Home.awayRadiusInMeters: changed type from integer to number (float)
  • Invitation: new
  • InvitationRequest: new
  • InvitationToken: new

Release v2.2025.02.02.1

02 Feb 12:24
Compare
Choose a tag to compare

All changes are relative to the previously released version.

device operations

  • PUT /devices/{deviceId}/childLock: removed erroneous request body examples (copy-paste error)

Release v2.2025.02.02.0

02 Feb 12:18
Compare
Choose a tag to compare

All changes are relative to the previously released version.

device operations

  • PUT /devices/{deviceId}/childLock: define request body
  • PUT /homes/{homeId}/zones/{zoneId}/measuringDevice: 200 response instead of 204

Schema changes

  • ChildLock: new

Release v2.2025.01.27.1

27 Jan 21:50
Compare
Choose a tag to compare

All changes are relative to the previously released version.

device operations

  • GET /homes/{homeId}/installation/{installationId}: new
  • GET /homes/{homeId}/zones/{zoneId}/dayReport: defined the date parameter as optional

Schema changes

  • PowerTimeSeries: fixed errors in example values
  • TemperatureUnit: new

Release version v2.2025.01.27.0

27 Jan 20:34
Compare
Choose a tag to compare

All changes are relative to the previously released version.

All changes in this release are related to AC (air conditioning) devices

device operations

  • GET /homes/{homeId}/installations: removed the deprecated status, as it does return an installation when there is an AC control in the home

Schema changes

  • ActivityDataPoints: new property acPower
  • AirComfort: new properties acPoweredOn and lastAcPowerOff
  • DayReport: new property acActivity
  • Device: new property accessPointWiFi and commandTableUploadState
  • HeatingSettingTimeSeries: renamed to ZoneSettingTimeSeries
  • HeatingSettingDataInterval: renamed to ZoneSettingDataInterval
  • Installation: new schema object
  • InstallationId: new schema object
  • PowerDataPoint: new schema object
  • PowerDataInterval: new schema object
  • PowerTimeSeries: new schema object

Release version v2.2025.01.14.1

18 Jan 11:56
Compare
Choose a tag to compare

All changes are relative to the previously released version.

zone operations

  • GET /homes/{homeId}/flowTemperatureOptimization: new
  • PUT /homes/{homeId}/flowTemperatureOptimization: new

boiler --> home by bridge operations

All operations previously tagged as boiler are now tagged as home by bridge

Release version v2.2024.12.30.1

30 Dec 16:32
Compare
Choose a tag to compare

All changes are relative to the previously released version.

schema components

  • ZoneSetting: added property ZoneSetting.isBoost

Release version v2.2024.12.30.0

30 Dec 13:54
Compare
Choose a tag to compare

All changes are relative to the previously released version.

bridge operations

  • GET /bridges/{bridgeId} new

boiler operations

Operation group home by bridge has been renamed into bridge

zone operations

  • POST /homes/{homeId}/zones/{zoneId}/state/openWindow/activate: new
  • DELETE /homes/{homeId}/zones/{zoneId}/state/openWindow: new

schema components

type Boiler is renamed to Boiler1 because the introduction of GET /bridges/{bridgeId} required the creation of a new type which also represents a boiler and that new type has been named Boiler2

tadoº X support labelling

tado X support labels for several operation groups and individual operations have been updated

Release version v2.2024.12.29.2

29 Dec 15:48
Compare
Choose a tag to compare

All changes are relative to the previously released version.

home and bridge operations

  • GET /homeByBridge/{bridgeId}/boilerMaxOutputTemperature: new
  • PUT /homeByBridge/{bridgeId}/boilerMaxOutputTemperature: new
  • GET /homeByBridge/{bridgeId}/boilerWiringInstallationState: new

device operations

  • PUT /devices/{deviceId}/childLock: new

Release version v2.2024.12.29.0

29 Dec 11:21
Compare
Choose a tag to compare

All changes are relative to the previously released version.

tadoº X labelling

Added labels to operation groups (and sometimes individual operations) to indicate whether the operation (group) is supported for tadoº X enabled homes. (credits to wmalgadey Wolfgang Malgadey)