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

Ability to operate octodash if printer is off or not attached #882

Closed
TxBillbr opened this issue Aug 5, 2020 · 6 comments
Closed

Ability to operate octodash if printer is off or not attached #882

TxBillbr opened this issue Aug 5, 2020 · 6 comments
Labels
enhancement New feature or request

Comments

@TxBillbr
Copy link

TxBillbr commented Aug 5, 2020

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. If applicable also link other issues / bugs here.
It would be very useful for the "sleeping" screen to allow access to Octodash even if the printer is off. I use printer power-off controls and sleep prevents me from doing anything with the printer unless it can connect to the printer.

Describe the solution you'd like
A clear and concise description of what you want to happen.
I would like a boolean flag in the settings that allows use of the interface even without the printer on. It might be useful to have a warning message at the top or bottom (or background color change) indicating nothing can be done with the printer until it shows up. My intent would be to add a custom button for "power-on", "shutdown", and "restart" that would allow for local pi control that doesn't require printer access.

Link other projects
If you want OctoDash to include other OctoPrint plugins or similar please link them here.

Additional context
Add any other context or screenshots about the feature request here.

Thanks for the great tool. I use it on all my printers.

@TxBillbr TxBillbr added the enhancement New feature or request label Aug 5, 2020
@fenix8k
Copy link

fenix8k commented Aug 20, 2020

I can't believe this is not a feature yet or any guide on how to achieve this...

Any way of disabling the sleep function manually?

@UnchartedBull
Copy link
Owner

Currently not no, since the API calls need to be shut down / suppressed if OctoPrint isn't connected. Might be something possible once push updates are used, but most likely only the control screen and nothing else.

@bepstein111
Copy link

To be clear, is there currently a way (in normal operation) to shut down/restart the client from OctoDash? Doesn’t appear to be any in the screenshots and I’m hesitant to replace octoscreen (even though I can barely read it) because those are two main functions I use it for.

@UnchartedBull
Copy link
Owner

There is a custom action for restarting OctoPrint and the Pi plus shutting down the Pi (OctoPrint can't be shut down via the API): https://github.com/UnchartedBull/OctoDash/wiki/Custom-Actions#predefined-actions. Does that fit your needs?

@TxBillbr
Copy link
Author

I think so. I will take a look at it this week. Thanks!

@bepstein111
Copy link

There is a custom action for restarting OctoPrint and the Pi plus shutting down the Pi (OctoPrint can't be shut down via the API): https://github.com/UnchartedBull/OctoDash/wiki/Custom-Actions#predefined-actions. Does that fit your needs?

Should do. Will try it out shortly. As long as it doesn’t use anything specific to the pi, I’m using a beefier ryzen build for octoprint.

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

No branches or pull requests

4 participants