BoschSmartHome / bosch-shc-api-docs

Bosch Smart Home Controller Local REST API
Other
208 stars 44 forks source link

API 1.x no longer supported after 2021-05-10 #46

Closed sebastianharder closed 3 years ago

sebastianharder commented 3 years ago

Announcement: The Smart Home Controller update scheduled for May 2021 will no longer support API 1.x.

All clients must therefore migrate to API 2.1, which is already available on the Smart Home Controllers.

The API changes between 1.x and 2.x are mostly marginal, but all requests including an HTTP header with "api-version : 1.0" will no longer work.

coeing commented 3 years ago

@sebastianharder Does setting the header "api-version" to "2.1" cause problems with controllers that run an older software version? The question came up during our pull request into openHAB (https://github.com/openhab/openhab-addons/pull/10097)

sebastianharder commented 3 years ago

@coeing the controllers are forcefully updated. Only very, very few might not have API 2.1 available by now. API 2.1 is available since the controller update in December.