You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I do have 5 location I want to request information from. All of them require daily and real time information (but in intervals of 15 min or 60min) and one which requires realtime (every 15 min), daily (every 3hours) and hourly (every 15 min).
In HA I get a 400 and 429 error.
The issue might have come by me configuring and trying again, or it might have come as some data could not be retrieved and the component tried again.
After reading some other issues, I noticed, that some field names changed or disappeared, causing no data for any field in one request being returned. I corrected that (trial and error a bit), now I can receive all data.
It would be great, to get a list of available fields. Somehow the field naming in the component vs climacell API differs (WindSpeed vs wind_speed) at least in some fields and it is unclear to me in which I can use the Climacell name and in which I have to use a different name.
Anyway, this is great work and many thanks for your dedication and work!!!!!
Yes, I do. And my question still sticks as the documented fields in the API are not (always?) aligned with the required yaml field specification.
E.g api says „WindSpeed“, integration example uses „wind_speed“.
Or can I always use the API field specification and it would also work defining „WindSpeed“ in yaml?
Hi, I do have 5 location I want to request information from. All of them require daily and real time information (but in intervals of 15 min or 60min) and one which requires realtime (every 15 min), daily (every 3hours) and hourly (every 15 min).
In HA I get a 400 and 429 error.
Details from log view:
Is there a chance to put some delay between the requests? Or whatever is required? Thank...
The text was updated successfully, but these errors were encountered: