Open andrewfg opened 10 months ago
an HTTP 401 error means 'authentication failed' so check your login credentials please.
still recieve 401 or 429.
these are TWO different issues..
I am guessing that if the HTTP 401 error is fixed, then there will not be any retries, so the HTTP 429 error will probably go away.
Request [http://pa-api.telldus.com/xml/devices/list?supportedMethods=19] failed: ExecutionException HTTP request returned status code 401
OAuth Verification Failed: Can't verify request, missing oauth_consumer_key or oauth_token
I have renew new keys etc. Maybe TellStick have new logic in the new api to handle OAuth Verification...
@dabj123 the bridge configuration asks for the configuration parameters below .. the readme and the api documentation say you need to follow four steps. Probably you must redo all of those four mentioned steps since the API is on a new url and any keys associated with the old url will almost certainly not be valid for the new one.
Note: that when renewing the keys, anywhere that it mentions the old url https://api.telldus.com
in the documentation you obviously need to use the new url https://pa-api.telldus.com
instead.
public class TelldusLiveConfiguration {
public String publicKey;
public String privateKey;
public String token;
public String tokenSecret;
}
You will get "429 Too Many Requests", when you try to surf to https://pa-api.telldus.com/ and click a round... I think telldus have som problem with their server.
telldus have som problem with their server.
Can you ask them?
Certainly, I have already sent them an email. I will let you know when I receive a response.
^ No news since December 7th 2023..
Originally posted by @dabj123 in https://github.com/openhab/openhab-addons/issues/16220#issuecomment-1880071877