alistair23 / AutoMower-BLE

This is an unofficial reverse engineered Husqvarna Automower Connect BLE library. This allows connecting and controlling an Automower without any accounts, cloud or network connection.
GNU General Public License v3.0
82 stars 23 forks source link

Protocol additions #50

Closed erikmol closed 4 months ago

erikmol commented 4 months ago

Adding some stuff to the protocol:

  1. Possibility to extract Mower name and get ASCII responses
  2. Override protocol
  3. Reversing distance (I'm thinking about changing this randomly every week to reduce the stress on that spot where the mower always turn)

The override protocol requested for #36 should now probably be used for the mower_[override,pause,resume,park].

As some of the changes introduced duplicates (e.g. 4658, 3) I will keep this as a draft until that is fixed. Let me know if there is any feedback.

erikmol commented 4 months ago

Will split up changes into smaller PRs.