OctoPrint-DetailedProgress icon indicating copy to clipboard operation
OctoPrint-DetailedProgress copied to clipboard

ETA not updating with new parameters

Open msteele999 opened this issue 4 years ago • 5 comments

OctoPrint 1.4.2 Python 3.6.9

When changing settings in the eta_strftime field, they are not reflected on the LCD display. LCD is also reporting UTC time even though system time is set to America/New_York.

image

msteele999 avatar Oct 17 '20 19:10 msteele999

So it looks like you have a 24 hour clock selected. Please save the settings with ETA selected in the multiselect then take a picture of the lcd so I can see what is displayed. I do not have enough information to investigate this issue. I am not seeing this result on my printer.

tpmullan avatar Oct 22 '20 15:10 tpmullan

I'm also getting the wrong ETA time although the ETL is correct. Is there a way to change the time zone?

dryphi avatar Jan 12 '21 04:01 dryphi

It should be going off the system clock. Look up setting your time on Linux.

On Mon, Jan 11, 2021, 10:29 PM Paul M [email protected] wrote:

How do you change the clock? What's the code? I'm getting the wrong ETA time on mine although the ETL is correct. Is there a way to change the time zone?

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/tpmullan/OctoPrint-DetailedProgress/issues/22#issuecomment-758390025, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAP3LRTRUIISPOXALVWL5SDSZPFZTANCNFSM4SUSB3SQ .

tpmullan avatar Jan 13 '21 00:01 tpmullan

I'm only ever using OctoPi. Shouldn't it auto-detect?

dryphi avatar Jan 27 '21 05:01 dryphi

It probably uses ntp to sync the time but has no idea what timezone you have. That would need geolocation and at best is a guess.

Please try: https://howchoo.com/pi/how-to-set-the-timezone-on-your-raspberry-pi

tpmullan avatar Jan 27 '21 20:01 tpmullan