iobroker.swiss-weather-api
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"common": { | ||
"name": "swiss-weather-api", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"news": { | ||
"1.0.5": { | ||
"en": "Fixing https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/81, https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/76 and https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/75" | ||
}, | ||
"1.0.4": { | ||
@@ -20,32 +23,2 @@ "en": "Fixing https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/82 and https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/85" | ||
"en": "Bugfix https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/64" | ||
}, | ||
"0.9.9": { | ||
"en": "Workaround for SRG Certificate Problem: https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/63" | ||
}, | ||
"0.9.8": { | ||
"en": "Bugfix: JsonChart is missing 15h and 16h as x-labels" | ||
}, | ||
"0.9.7": { | ||
"en": "Bugfix and RC2 for stable release." | ||
}, | ||
"0.9.6": { | ||
"en": "Bugfix and RC for stable release." | ||
}, | ||
"0.9.5": { | ||
"en": "Some small improvements " | ||
}, | ||
"0.9.4": { | ||
"en": "Bugfix https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/47" | ||
}, | ||
"0.9.3": { | ||
"en": "Function Update: Added day_name to identify weekday from \"forecast.day.day0.day_name\" to \"forecast.day.day7.day_name\". Added last_run as Object on swiss-weather-api.0.info.lastrun. Added JsonChart Object on swiss-weather-api.0.forecast.60minutes.day(0-4).JsonChart" | ||
}, | ||
"0.9.2": { | ||
"en": "Function Update: The current weather information is provided as a 'Current_Hour' object. Every hour this information is updated. This is done every hour by copying the corresponding values from forecast.day.<current time>. So no new http request will be executed. The values are only copied from the forecast objects. This makes it easier to display the current weather in the visualization." | ||
}, | ||
"0.9.1": { | ||
"en": "Minor bugfixing (Handling Adpater State, Handling when no Internet-Connection is available, reduce Rest-Calls." | ||
}, | ||
"0.9.0": { | ||
"en": "Update to new SRF Weater API (https://developer.srgssr.ch/apis/srf-weather). Attention: Old Weather-API will be decommissioned on Sept. 2021)" | ||
} | ||
@@ -124,3 +97,3 @@ }, | ||
"read": true, | ||
"write": false, | ||
"write": true, | ||
"def": false, | ||
@@ -127,0 +100,0 @@ "desc": "Is SRF Weather connected?" |
{ | ||
"name": "iobroker.swiss-weather-api", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Connects to SRF Weather API (https://developer.srgssr.ch/apis/srf-weather)", | ||
@@ -31,3 +31,3 @@ "author": { | ||
"devDependencies": { | ||
"@iobroker/testing": "^2.4.4", | ||
"@iobroker/testing": "^2.4. 4", | ||
"@types/chai": "^4.2.18", | ||
@@ -34,0 +34,0 @@ "@types/chai-as-promised": "^7.1.4", |
@@ -23,13 +23,2 @@ ![Logo](admin/swiss-weather-api.png) | ||
**Update procedure Version 0.3.2 to 0.9.x** | ||
SRG has completely rebuilt its API. The old API (<= adapter version 0.3.2) is NOT supported anymore. From adapter version 0.9.x the new API of the SRG is used. That's why a new SRG APP (eg product "Freemium") must be created (https://developer.srgssr.ch/apis/srf-weather). See also Readme, chapter "Getting started" (below). Please also note that the new API will also create completely new objects. | ||
The good news is that the new API also provides more data. ;)** | ||
So my recommendation for the update from 0.3.2 to 0.9.x is: | ||
- remove the old adapter before installing version 0.9.x. | ||
- please note that the data-objects will be removed accordingly as well. | ||
- create a new freemium app on srg developer portal (https://developer.srgssr.ch/apis/srf-weather) | ||
- install new version 0.9.x and set configuration with new consumerkey and consumersecret | ||
- on startup, the new adapter will create new, different data-objects. | ||
## swiss-weather-api adapter for ioBroker | ||
@@ -72,2 +61,7 @@ | ||
### 1.0.5 | ||
* (baerengraben) Fixing https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/81 | ||
* (baerengraben) Fixing https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/76 | ||
* (baerengraben) Fixing https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/75 | ||
### 1.0.4 | ||
@@ -74,0 +68,0 @@ * (baerengraben) Fixing https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/85 |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
5121753
388
33882
200