Skip to content

JiriKursky/Indego_350

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub release

Indego_350

Home Assistant Custom Component for Bosch Indego Lawn Mower.

Adding sensor for position of mower and services for display mower in map


Installation

Create in your Homeassistant directory /config/custom_components/indego_map. Copy the folder custom/components/indego_map into your your Home Assistant /config/custom_components/indego_map.

How to install: Tutorial

Reboot

Reboot HA in order to get HA to find the newly added custom component.

Configuration

Add the domain to your configuration.yaml. Username, password and id (serial) is mandatory. Name (default = Indego) and polling (default = false) is optional.

#configuration.yaml
indego_map:
#Required
  username: !secret indego_username
  password: !secret indego_password
  id:       !secret indego_id
#Optional
  name:     Indego

Add your credentials used with Bosch Mower app (mail address, password and mower serial number) to your secrets.yaml:

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

Usage

For displaying map you will need AppDaemon and AppFramework. In AppFramework you will also find tutorial how to set up map in lovelace.

Map example

Credits

Base of component is copied from jm-73

Thanks to

Eduard Jumper78 dykandDK ultrasub Gnol86 naethan bekkm onkelfarmor ltjessem nsimb jjandersson Shamshala nath bekkm urbatecte

Inspiration from http://grauonline.de/wordpress/?page_id=219

Inspiration from https://github.com/jofleck/iot-device-bosch-indego-controller