sander1988 / Indego

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

Cannot initialize integration. API issue #245

Closed AdamWeglarz closed 1 month ago

AdamWeglarz commented 1 month ago

The problem

Expected behavior

Steps to reproduce

Environment

I am on latest HA 2024.7.4 and install latest plugin

Logs

2024-07-30 23:42:09.823 ERROR (MainThread) [pyIndego.indego_base_client] [BCBEC9] Request to 'https://api.indego-cloud.iot.bosch-si.com/api/v1/alms' failed with HTTP status code: 403 2024-07-30 23:42:09.823 ERROR (MainThread) [custom_components.indego.config_flow] Error while retrieving mower serial in account! Reason: 403, message='Forbidden', url=URL('https://api.indego-cloud.iot.bosch-si.com/api/v1/alms')

kimzeuner commented 1 month ago

Have you already changed the user-agent ? To anything without "HomeAssistant"

AdamWeglarz commented 1 month ago

Thanks. Change to firefox solved the problem

AdamWeglarz commented 1 month ago

Solved