sander1988 / Indego

Home Assistant Custom Component for Bosch Indego Lawn Mower
Apache License 2.0
95 stars 29 forks source link

Feature request set as vacuum #168

Closed MartinKuhl closed 1 year ago

MartinKuhl commented 1 year ago

Hi, as an idea tu use the new feature if the tile card: https://www.home-assistant.io/dashboards/tile/#vacuum-commands would it make sense to set the mower as a vacuum cleaner inside of home assistant? Docs: https://www.home-assistant.io/integrations/vacuum

Technically it should be nearly the same.

Merexor commented 1 year ago

@MartinKuhl I using this: https://github.com/xguitoux/lovelace-bosch-indego-card

@jm-73 Maybe this could integrated with your intergration + expented with Issue/Idea (Garden Map #133)

jm-73 commented 1 year ago

Doesnt seem like anybody is up to the challenge. Maybe it is time to close this?

sander1988 commented 1 year ago

This is useful in my opinion so I have implemented it: https://github.com/sander1988/Indego/tree/issue168_expose_mower_as_vacuum

image

I have not yet created a merge request as it is blocked by #173

jm-73 commented 1 year ago

Commited into dev branch. Please test this out and give me feedback.

jm-73 commented 1 year ago

You can test this by downloading the dev branch and replace the code on your HA with this code. I will try to release a beta of this plugin shortly (maybe this weekend).

MartinKuhl commented 1 year ago

thanks a lot for the implementation