-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SRG Message: The Service is temporarily unavailable #24
Comments
I guess the API is unavailable again. At least I'm not getting any data since yesterday. There are two other things you can (and probably should) do:
|
Thanks for these tips :) ...And yes, currently the service does not provide any data right now :( |
Still no data.... this makes this adapter unfortunately unusable, as SRG-SSR is once again unreliable |
Please use the new Adapter Version 0.9.0. This Version uses the new SRF Weather API (https://developer.srgssr.ch/apis/srf-weather). As I can see today, the old weather API (https://developer.srgssr.ch/apis/weather-api-commercial) is not available (again). But the new SRF Weather API (with Freemium subscription) is working. So i guess it is best to change to Version > 0.9.0 as quick as possible... With the new API you even get more Datapoints. Please see also: https://forum.iobroker.net/topic/28772/test-adapter-swiss-weather-api-v0-1-x/33 |
Partly resolved with version 0.9.1.
|
instead of generating a q for each data point, with Version 0.9.4 I added the following data points, which inform about the status of the adapter:
|
It may happen that SRG takes the service out of service for a short time (probably for maintenance). Then the following error will be reported by SRG:
2021-01-18 04:33:33.411 - error: swiss-weather-api.0 (12557) Response has announced an error: The Service is temporarily unavailable
Currently, only the date can be used to see how up-to-date the data is. But we should include this info as a status object in ioBroker. Idea:
If weather info is older than the "poll interval", a status "data outdated" should be set to true.
The text was updated successfully, but these errors were encountered: