Bosch Indego

as I seem to be on a roll today… I did do one upgrade to “Larry” that has helped quite a bit with him getting stuck…

custom 3d printed spiky wheels!

2 Likes

wow! better now?

Yes, much better

Im not able to login with this, it keeps saying Username or password wrong!
But im using my own login info…

started mower today and i cant see any attributes for battery percentage :confused:

Works for me!

Just got a M+ 700 2nd gen.
I did the setup just fine, for some reason HACS doesn’t seem to download the pyIndego dependency. Installed it manually using pip and voilà!
Since it’s 1AM, I’ll have to wait for actual use in the garden :slight_smile: But so far so good!

Hi guys,

I have Bosch Indego S+ 350 that I am trying to integrate to HA. I installed GitHub - jm-73/Indego: Home Assistant Custom Component for Bosch Indego Lawn Mower via HACS.

I have copy below lines to configuration.yaml file

#configuration.yaml
indego:
  name:     Indego
  username: !secret indego_username
  password: !secret indego_password
  id:       !secret indego_id

No change to above, I also copied to secrets.yaml below

#secrets.yaml
indego_username: [email protected]
indego_password: mysecretpw
indego_id:       123456789

replaced details after colon with my indego username, password and serial number.

I am getting below :

"
Invalid config
The following integrations and platforms could not be set up:

indego (Show logs)
Please check your config and logs.
"

'
Home Assistant Core
Waiting on integrations to complete setup: synology_dsm
1:57:12 PM – (WARNING) bootstrap.py - message first occurred at 1:55:12 PM and shows up 3 times
Setup failed for custom integration indego: Integration failed to initialize.
1:54:18 PM – (ERROR) setup.py
Login unsuccesfull: Unable to login, please check your credentials
1:54:18 PM – (WARNING) indego (custom integration)
"

"
2023-03-20 13:54:18.296 WARNING (MainThread) [custom_components.indego] Login unsuccesfull: Unable to login, please check your credentials
2023-03-20 13:54:18.300 ERROR (MainThread) [homeassistant.setup] Setup failed for custom integration indego: Integration failed to initialize.
"


Any advice ?

Same problem at my end. Triple checked credentials, they are correct (and I’m logged on Bosch app).
The comment before says to add pyIndengo manually. Shoud I see a pyIndego in the “custom_components” folder?

Regards,

Alex

I am getting

image

Read New Single-Key Authentification · Issue #171 · jm-73/Indego · GitHub

Sorted via Discord channel thank you!

Anybody already an update with regards to the single-key authentication? It seems the issue is resolved, but not merged in branch? (or other question: how can I implement another branch as the master via HACS? :slight_smile: )

@Jeroenterh use a beta version. 5.01 is with the single-key auth. You will just need to follow readme fro branch.

Tested it and works like a charm!

Just added my Bosch S+ 500 following Indego from jm-73. The bypass for the issue with Bosch website (the “please wait…”) with the chrome extension works.

Schermafdruk van 2023-08-15 16-28-49

@jm_73, Thanks for the integration!!!
(we say this way to less)

I have an S+500 and the HA integration works great however there is one problem I have and maybe you guys have the answer.
I sometimes turn off the power in my garden and of course I get a notification that the perimeter wire has an issue which I can clear in the app or in HA when I restore the power, however I have to physically go to the mower to clear it on the display.
Is there any way I could do this via the api in HA?