sander1988 / Indego

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

The connection to the Bosch Indego API failed! #223

Closed mirkin-pixel closed 3 months ago

mirkin-pixel commented 3 months ago

After the update, my integration did not load. When I want to add the mower again and go through all the steps and come back to Home Assistant I get the message: The connection to the Bosch Indego API failed!

What could be causing this problem?

zmechu commented 3 months ago

I think there is User-Agent issue, Bosch "blocking" HomeAssistant devices. Try to use other User-Agent: "Mozilla/5.0 (iPhone; CPU iPhone OS 14_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/126.0 Mobile/15E148 Safari/605.1.15" (Firefox on Iphone) helps for me :-)

mirkin-pixel commented 3 months ago

I think there is User-Agent issue, Bosch "blocking" HomeAssistant devices. Try to use other User-Agent: "Mozilla/5.0 (iPhone; CPU iPhone OS 14_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/126.0 Mobile/15E148 Safari/605.1.15" (Firefox on Iphone) helps for me :-)

Thanks @zmechu This solved the problem

gohlas commented 2 months ago

Had same issue, also solved mine! Thanks