Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run switch instead of a schedule switch #275

Open
jeff-winn opened this issue Mar 4, 2023 · 3 comments
Open

Run switch instead of a schedule switch #275

jeff-winn opened this issue Mar 4, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@jeff-winn
Copy link
Owner

Is your feature request related to a problem? Please describe:

As a user, I'd like to be able to have the mower go back to the charging station when I arrive home. This is to prevent my son from getting into the mower to play with it.

Describe the solution you'd like:

I would like a switch which turns "on" when the mower is mowing the lawn, or "on" when I press the button manually. When "off" I would like it to run on the next schedule.

Describe alternatives you've considered:

The existing switch seems to park indefinitely, rather than until the next scheduled execution.

Additional context:

Mower:

  • Year:
  • Model:
@jeff-winn jeff-winn added the enhancement New feature or request label Mar 4, 2023
@jeff-winn
Copy link
Owner Author

jeff-winn commented Mar 17, 2023

My main concern with this item is the dual control of the mower mowing the lawn between Apple HomeKit and any home automation, and the mower onboard schedule.

User Personas

  1. Someone that wants to control the mower only within HomeKit (Preferred)
  2. Someone that wants to use the mower onboard schedule to control timing while being able to turn the mower off via HomeKit
  3. Someone that wants to use the onboard schedule to control timing while still enabling the mower manually via HomeKit

@jeff-winn
Copy link
Owner Author

Personas 1 and 3 essentially end up operating the same way. The only difference is the mower starts without the knowledge of the plug-in at predetermined intervals.

Persona 2 is going to get strange behavior if they turn the mower on. Given that the switch would be “run until turned off”. This seems more like a desire for a stop button than a switch to me.

Normal expectations of any switch turned on, is it would be turned off at some point.

@jeff-winn
Copy link
Owner Author

The big difference here is the change in behavior of the controlling service needs to use “park until further notice” or “park until next schedule”.

Only persona 1 could use the “park until further notice” call, the other two would use “park until next schedule”. In which case if “park until next schedule” was also used for persona 1, this would meld persona 1 and 3 together.

@jeff-winn jeff-winn added this to the 1.5.0 milestone Apr 7, 2023
@jeff-winn jeff-winn removed this from the 1.5.0 milestone Jun 25, 2023
@jeff-winn jeff-winn added this to the 2.1.0 milestone Jul 4, 2023
@jeff-winn jeff-winn self-assigned this Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant