-
Notifications
You must be signed in to change notification settings - Fork 112
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 elapsed time to dashboard #187
Comments
1. I agree showing actual.local.time would be a "nice" feature .
2. What is status on stopping and resuming a run from where it stopped. I
know this has been discussed. If it is available can i add it without
changing my current system.?
…On Tue, Aug 20, 2024, 10:16 PM solnus ***@***.***> wrote:
While the expected duration being displayed is nice, it would be helpful
to display a current elapsed time as well.
—
Reply to this email directly, view it on GitHub
<#187>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXA65G4Q5KNQYIZ4VLPR5LLZSQPBBAVCNFSM6AAAAABM3HCQ2SVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ3TOMBXHA4TGMI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Pause and Resume was added to the api. Someone requested this feature with power issues. He would call the api to pause at the current temp and use a generator until power came back where he'd resume. See the api docs. I'm not sure this is what you want though. If you are literally requesting a stop (let the kiln cool) and then restart at a later time at the same point. You can also do this with the api by using stop, and startat. |
@solnus seems logical, but it's not so simple. if it's just displaying elapsed time since the start of the run, that's pretty easy. Is that what you want? |
@jbruce12000 yes, this feature request from my perspective is simply elapsed time since start of the run. Additional considerations (like pause/resume) aren't in the scope I had intended. |
While the expected duration being displayed is nice, it would be helpful to display a current elapsed time as well.
The text was updated successfully, but these errors were encountered: