sander1988 / Indego

Home Assistant Custom Component for Bosch Indego Lawn Mower
Apache License 2.0
96 stars 29 forks source link

429 To many requests #148

Closed mirkin-pixel closed 3 years ago

mirkin-pixel commented 3 years ago

Hi,

Since last week the indego component is not working well anymore.. Maybe changes have been made to bosch api, but i keep getting this message:

2021-10-05 10:03:07 ERROR (MainThread) [pyIndego.indego_async_client] 429, message='', url=URL('https://api.indego.iot.bosch-si.com/api/v1/alms/XXXXX/state?longpoll=true&timeout=300&last=768'): Failed GET to Indego, won't retry
2021-10-05 10:03:10 ERROR (MainThread) [pyIndego.indego_async_client] 429, message='', url=URL('https://api.indego.iot.bosch-si.com/api/v1/alms/XXXXX/operatingData'): Failed GET to Indego, won't retry
2021-10-05 10:03:13 ERROR (MainThread) [pyIndego.indego_async_client] 429, message='', url=URL('https://api.indego.iot.bosch-si.com/api/v1/alms/XXXXX/state?longpoll=true&timeout=300&last=768'): Failed GET to Indego, won't retry
2021-10-05 10:03:16 ERROR (MainThread) [pyIndego.indego_async_client] 429, message='', url=URL('https://api.indego.iot.bosch-si.com/api/v1/alms/XXXXX/operatingData'): Failed GET to Indego, won't retry
2021-10-05 10:03:19 ERROR (MainThread) [pyIndego.indego_async_client] 429, message='', url=URL('https://api.indego.iot.bosch-si.com/api/v1/alms/XXXXX/state?longpoll=true&timeout=300&last=768'): Failed GET to Indego, won't retry
2021-10-05 10:03:22 ERROR (MainThread) [pyIndego.indego_async_client] 429, message='', url=URL('https://api.indego.iot.bosch-si.com/api/v1/alms/XXXXX/operatingData'): Failed GET to Indego, won't retry
2021-10-05 10:03:25 ERROR (MainThread) [pyIndego.indego_async_client] 429, message='', url=URL('https://api.indego.iot.bosch-si.com/api/v1/alms/XXXXX/state?longpoll=true&timeout=300&last=768'): Failed GET to Indego, won't retry
2021-10-05 10:03:28 ERROR (MainThread) [pyIndego.indego_async_client] 429, message='', url=URL('https://api.indego.iot.bosch-si.com/api/v1/alms/XXXXX/operatingData'): Failed GET to Indego, won't retry
2021-10-05 10:03:31 ERROR (MainThread) [pyIndego.indego_async_client] 429, message='', url=URL('https://api.indego.iot.bosch-si.com/api/v1/alms/XXXXX/state?longpoll=true&timeout=300&last=768'): Failed GET to Indego, won't retry
2021-10-05 10:03:34 ERROR (MainThread) [pyIndego.indego_async_client] 429, message='', url=URL('https://api.indego.iot.bosch-si.com/api/v1/alms/XXXXX/operatingData'): Failed GET to Indego, won't retry
2021-10-05 10:03:37 ERROR (MainThread) [pyIndego.indego_async_client] 429, message='', url=URL('https://api.indego.iot.bosch-si.com/api/v1/alms/XXXXX/state?longpoll=true&timeout=300&last=768'): Failed GET to Indego, won't retry

(I changed my Indego ID to: XXXXX)

MartinKuhl commented 3 years ago

your issue is connected to https://github.com/jm-73/Indego/issues/147 and https://github.com/jm-73/Indego/issues/146 It looks like bosch changed something in there API and so the integration is not able to get the required information. As a result the integration starts to pull and pull again and as a result of this we get this 429 error.

jm-73 commented 3 years ago

Closed, duplicate

jm-73 commented 3 years ago

New version of component released. Should be visible in HACS shortly.