Skip to content

Releases: sander1988/Indego

Frey

27 Jun 20:33
99bc77a
Compare
Choose a tag to compare

Tested with Hassio 0.111 and Bosch Indego 1000

Breaking Changes

  • Sensor Total Operating Time now shows Total Mow Time.
  • Sensors changes names (must be unique) and now contains your serial number

Changes

  • New codebase for the Integration
  • All calls to Bosch API are now asynchronous
  • Fixed broken error handling
  • Fixed broken refresh of sensors
  • Fixed broken Update Available sensor
  • Fixed faulty Update Available sensor
  • Fixed missing % for the Lawn Mowed sensor
  • Corrected bug that prevented mower from going to sleep

Frey

24 Jun 11:40
4a9108e
Compare
Choose a tag to compare
Frey Pre-release
Pre-release

Tested with Hassio 0.111 and Bosch Indego 1000

Changes

  • New codebase for the Integration

Deep Thought

22 Jun 06:37
ef38112
Compare
Choose a tag to compare

Tested with Hassio 0.111 and Bosch Indego 1000

Changes

  • New codebase with rewritten pyIndego

Ramage

21 Jun 07:50
04ca2fa
Compare
Choose a tag to compare

Tested with Hassio 0.111 and Bosch Indego 1000

Changes

  • Added tests for compability for two new functions that may be used in the future (getConfig and getNetwork)
  • Changed the HACS description of the integration

Gean

20 Jun 14:32
a2d5bd2
Compare
Choose a tag to compare

Tested with Hassio 0.111 and Bosch Indego 1000

Changes

  • Added more state descriptions.
  • Better handling of offline sensor when mower switches from offline to online.
  • Removed some unnecessary logging

Guile

19 Jun 11:27
1706242
Compare
Choose a tag to compare

Tested with Hassio 0.111 and Bosch Indego 1000

Changes

  • Changed state 260 to Charging (was Docked).
  • Better handling of offline sensor when starting integration with mower offline.

Vectivus

16 Jun 09:12
18494b1
Compare
Choose a tag to compare

Tested with Hassio 0.111 and Bosch Indego 1000

Breaking Changes

  • Removed sensor.indego_battery_v. Don't see any point in having this as we are interested of the percentage of the battery. Voltage is shown as property of Indego Battery sensor.

Changes

  • Added binary_sensor.indego_alert. Is True when more than zero alerts are on the mower.
  • Added binary_sensor.indego_online. Is true when mower is online. False when mower is offline. Sleeping when mower is in sleep. (WIP)
  • Added binary_sensor.indego_update_available. Is true when there are an firmware update available to the mower.
  • HA and the integration can now start even if the mower is offline.
  • Updating mowing mode sensor when a new mode is set with service indego.smartmowing (takes about 10-15s for sensor to update)

Millenial

14 Jun 06:14
aa92ec7
Compare
Choose a tag to compare

Tested with Hassio 0.111 and Bosch Indego 1000

Breaking Changes

  • Renamed service that sends commands to indego.command (was indego.mower_command)
  • Renamed service that sets smartmowing to indego.smartmowing (was indego.smart_mow)

Changes

  • Added an setting to enable/disable polling of battery data when mower is docked/sleeping. Default is disabled.
  • Added Indego S+ 400+ 2020 to database.
  • Added Indego M+ 700 to database.
  • Better logging, now Indego logs i different levels: info, warning, error

Cognus_u2

11 Jun 11:25
28a1bc8
Compare
Choose a tag to compare

Tested with Hassio 0.111 and Bosch Indego 1000

Changes

  • Better handling of unkown mower models. It should now show up in the HA log as a warning when the mower model in not in database.
  • Changed name on sensor.indego_lawn_mowed "Last completed " to "Last completed Mow".
  • Added better logging if call to mower database is unsuccessful.
  • Fixed error in mower database

Cognus_u1

11 Jun 07:53
3a2bd89
Compare
Choose a tag to compare

Tested with Hassio 0.111 and Bosch Indego 1000

Breaking Changes

  • Renamed sensor.indego_next_cutting to sensor.indego_next_mow

Changes

  • Removed some test code in sensor.indego_battery.