Hi, I have just installed the integration for my 430x Automower. In the readme.md file under “Usage” following comands are stated:
vacuum.start
vacuum.pause
vacuum.stop
vacuum.return_to_base
But I only have one entity:
vacuum.
and this entity has a lot of attributes matching your screen shot.
There is apparently something I am missing here. I don’t see how I get that card you are showing. Is it a lovelace card? I usually create my own cards by combining entities in lovelace, but in this situation i only have this entity:
What happens if you click on that “Status … Docked” entity in your “Tulle” card?
Aaaah THEN those options appear. Thanks!
I’m still not sure how I can use it in scripts and automations. This vacuum integration entry in the configuration.yaml, according to the docs (home-assistant vacuum) i need stuff like ipaddress etc. which seems a little odd since the entity card already can communicate.
I’m still not sure how I can use it in scripts and automations. This vacuum integration entry in the configuration.yaml, according to the docs (home-assistant vacuum) i need stuff like ipaddress etc. which seems a little odd since the entity card already can communicate.
I found out. The vacuum service was somehow already added (!). I can use vacuum. in a script :-).
From version 2021.4.0 I decided to use the standard vacuum states. And the standard state for operating a vacuum is “cleaning”. This gives some benefits in the UI. So the answer is, yes, it’s possible, but I think the better way is to use the “cleaning” state. Another alternative would be to introduce a mower platform in HA. Than the states would better fit to a mower. Maybe you can discuss this somewhere.