Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Feature Request: Park until next schedule #13

Open
r3dsouza opened this issue Jul 11, 2020 · 4 comments
Open

Feature Request: Park until next schedule #13

r3dsouza opened this issue Jul 11, 2020 · 4 comments

Comments

@r3dsouza
Copy link

Firstly, thanks for creating this custom component. I recently bought an automower and it was great to be able integrate it within home assistant using this component.

I'd like to request the addition of "Park until next schedule". Currently when I invoke the return_to_base service, the mower is parked manually which means I have to manually turn it on the following day. I would like to request an additional service that will park the mower but will it will start on next schedule.

@nelsonblaha
Copy link
Contributor

nelsonblaha commented Jul 12, 2020 via email

@r3dsouza
Copy link
Author

That's a good idea! I hadn't considered using NodeRed for scheduling and was trying to use the scheduling in the built in app. I will give NodeRed a try. Thanks.

@sjp770
Copy link

sjp770 commented Jan 22, 2021

I find it much simpler to issue all start and stop commands from Home Assistant, and do all one's scheduling via Node-Red or automations. That way anything is possible.

On Sat, Jul 11, 2020 at 3:59 PM r3dsouza @.***> wrote: Firstly, thanks for creating this custom component. I recently bought an automower and it was great to be able integrate it within home assistant using this component. I'd like to request the addition of "Park until next schedule". Currently when I invoke the return_to_base service, the mower is parked manually which means I have to manually turn it on the following day. I would like to request an additional service that will park the mower but will it will start on next schedule. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#13>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKH5PZEWQNMDFDDOL4DZ7TR3DHB5ANCNFSM4OXO6K3A .

How do you interface with it in Node Red?

Also voting for this Park until next schedule feature.

@nelsonblaha
Copy link
Contributor

@sjp770 I didn't keep track of the whole process sadly, but the steps are something like:

  • get this custom component in, so that you can call vacuum.start and such successfully
  • get node-red hooked up to Home Assistant so that services can be called from it (I think using hass.io supervisor and installing node-red through it simplifies this)
  • call vacuum services in Node-red with the "call service" node

All of this is out of date but I published my automower node-red flows a while back, might be helpful. You can copy/paste json into node-red somehow and see how the nodes are linked.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants