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

Octoprint Timer #58

Closed
schmacka opened this issue Oct 2, 2022 · 3 comments
Closed

Octoprint Timer #58

schmacka opened this issue Oct 2, 2022 · 3 comments

Comments

@schmacka
Copy link

schmacka commented Oct 2, 2022

Thank you for the great card.
Setting up Octoprint succeeded for me with these settings below.
image
Integration name and link
Octoprint https://www.home-assistant.io/integrations/octoprint/

Your card configuration

type: custom:timer-bar-card
entities:
  - entity: sensor.octoprint_job_percentage
    name: 3D Printer
    guess_mode: true
    active_icon: mdi:printer-3d
    end_time:
      entity: sensor.octoprint_estimated_finish_time
    start_time:
      entity: sensor.octoprint_start_time

...

Caveats
Any bugs?

@rianadon
Copy link
Owner

Thank you for contributing the settings! I just added the link to them on the readme ... one month later. Wow time flies.
I love the color and the icon as well!

@dvdcmrn
Copy link

dvdcmrn commented Sep 11, 2023

I absolutely love this!
Is there a smart way to make the time show without seconds? It breaks the margins for me.

Print Progress

Or maybe an update to make the text box 4em wide instead of 3.5?

@rianadon
Copy link
Owner

Thank you! There are ways to do both 😊 You're not the first to ask for these features.

To show only minutes, use resolution: minutes
If you instead want to keep the seconds but make the text box wider, use text_width: 4em

The documentation for both of those are tucked away under the Customization section.

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

No branches or pull requests

3 participants