Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Bluetooth Support #330

Closed
TomF79 opened this issue Aug 3, 2022 · 11 comments
Closed

Bluetooth Support #330

TomF79 opened this issue Aug 3, 2022 · 11 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@TomF79
Copy link

TomF79 commented Aug 3, 2022

Today is a HA Update 8.2022 available with Bluetooth Support Integration.

https://www.home-assistant.io/blog/2022/08/03/release-20228/

Maybe now it is possible to use Automower with Bluetooth?

BR Tom

@Thomas55555
Copy link
Owner

Pretty sure. But someone has to program it. And I can't, because I don't have one of these mowers. But if you like to do it, you can do it?

@Thomas55555 Thomas55555 added the enhancement New feature or request label Aug 3, 2022
@TomF79
Copy link
Author

TomF79 commented Aug 3, 2022

I have the Automower 305 (2020) but i have no idea about coding 😅

@Thomas55555
Copy link
Owner

🤣

@GitWally
Copy link

I have the same requirement, because I would like to buy Automower 305.
But garden is still a battle field ...
Hope somebody will do that!

@AlessandroTischer
Copy link

Pretty sure. But someone has to program it. And I can't, because I don't have one of these mowers. But if you like to do it, you can do it?

I have a 315 and some (little) coding knowledge. Unfortunately I don't know where to start. Would you like to cooperate in order to extend this integration to all the Bluetooth only capable mowers?

@Thomas55555
Copy link
Owner

I expected you can do something like bluetooth sniffing: https://bleak.readthedocs.io/en/latest/scanning.html
But this seems to work only for BLE. So sorry, maybe it's not possible anyway.
I also don't have any knowledge in bluetooth.

mulcmu added a commit to mulcmu/husqvarna_automower that referenced this issue Sep 30, 2022
Add troubleshooting related changes mentioned in Thomas55555#283, Thomas55555#354, Thomas55555#330, and Thomas55555#341.
@AlessandroTischer
Copy link

But this seems to work only for BLE

As far as I know, Husqvarna uses BLE for its communication

@stale
Copy link

stale bot commented Dec 24, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Dec 24, 2022
@stale stale bot closed this as completed Dec 31, 2022
@alistair23
Copy link

I have started to reverse engineer the Bluetooth commands. You can find what I have so far here: https://github.com/alistair23/AutoMower-BLE

I currently have Python scripts that can communicate with the mower to get information and send commands. I can query basic information, including state. I can also pause, resume and override the mowing from Python.

The next step is to work on a HA integration. If anyone wants to help you can test what I currently have, help with a HA integration or sponsor the work

@Thomas55555
Copy link
Owner

Wow, that's cool. I'd like to add this to my integration, but my mower doesn't support Bluetooth. But if you'd like to contribute to the existing integration, or the WIP official HA integration it would be nice.

@Thomas55555 Thomas55555 pinned this issue Jan 9, 2024
@alistair23
Copy link

Ah cool!

I was planning on writing my own integration. I thought it would be difficult to combine this with your, as they are both pretty independent.

If you think it would make sense to add it to the WIP official HA integration I can look at that. If you can provide a pointer of where/how it could work I can go from there. The settings will need to be split apart to support the two use cases

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

5 participants