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

Add Services: Start and Stop Timer #138

Open
3 tasks done
nicknol opened this issue May 20, 2024 · 0 comments
Open
3 tasks done

Add Services: Start and Stop Timer #138

nicknol opened this issue May 20, 2024 · 0 comments

Comments

@nicknol
Copy link

nicknol commented May 20, 2024

Checklist

  • I have filled out the template to the best of my ability.
  • This only contains 1 feature request (if you have multiple feature requests, open one feature request for each feature request).
  • This issue is not a duplicate feature request of previous feature requests.

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

no problem - just a new feature

Describe the solution you'd like

Two services that would

  • start
  • stop
    a MeasureIt timer

Describe alternatives you've considered

At the moment a timer is started and stopped (reset) when a status change happens. Which works!!

But in some cases I only have an automation that detects something for which I would like to measure the duration, e.g. the time by dish washer, dryer, washing machine, ... are already running. I have an automation that detects start and end of the runs.
Currently, the automation turns an input_boolean to on when the run starts and turns it off when the run has ended; based on that input_boolean MeasureIt measures the run time.

Ideally I would like to save the input_boolean helpers here, and use services to start/stop the timer.

Additional context

nice to have:
these services could help to easily create simple stop watches.
a 'continue' service would complete the stop watches

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

No branches or pull requests

1 participant