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 elapsed time to dashboard #187

Open
solnus opened this issue Aug 21, 2024 · 4 comments
Open

Add elapsed time to dashboard #187

solnus opened this issue Aug 21, 2024 · 4 comments
Labels

Comments

@solnus
Copy link
Contributor

solnus commented Aug 21, 2024

While the expected duration being displayed is nice, it would be helpful to display a current elapsed time as well.

@rondoc
Copy link

rondoc commented Aug 21, 2024 via email

@jbruce12000
Copy link
Owner

jbruce12000 commented Aug 21, 2024

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.

@jbruce12000
Copy link
Owner

@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?

@solnus
Copy link
Contributor Author

solnus commented Aug 21, 2024

@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.

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

No branches or pull requests

3 participants