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

[BUG] Auto poweroff #613

Closed
jissoe opened this issue Oct 13, 2024 · 13 comments
Closed

[BUG] Auto poweroff #613

jissoe opened this issue Oct 13, 2024 · 13 comments
Labels
bug Something isn't working

Comments

@jissoe
Copy link

jissoe commented Oct 13, 2024

The clock shuts down after some hours with turned off matrix. I have to start it by pressing the two buttons and disable the default apps again...

I don't think there battery runs empty, it has over 50% when I start the clock again (Without power input).
It only gets charged when my TV is on, but the matrix is turned off in this time.

@jissoe jissoe added the bug Something isn't working label Oct 13, 2024
@Blueforcer
Copy link
Owner

Blueforcer commented Oct 13, 2024

Awtrix can't shutdown itself, there is no connection between the ESP and power board.

But since there are different batches with different battery measurements out there, it could be possible that you have to set the min/max values for the battery readings by yourself in the dev.josn, so the battery percentage value is correct.

@jissoe
Copy link
Author

jissoe commented Oct 13, 2024

So it's the hardware which shuts the clock off? I mean there must be something shutting down, because the battery does not seem to be drained. I will test how long it lasts with 50% to see if the voltage has to be calibrated.

Is it possible to disable default apps somehow? With mqtt commands I have to restart the clock

How long can the clock idle on battery with disabled matrix?

@Blueforcer
Copy link
Owner

in your case 50% seems to be empty. There are already users wich has the same problem.

I don't know the runtime, I removed the battery.

Repository owner deleted a comment from jissoe Oct 13, 2024
@Blueforcer
Copy link
Owner

Here are values from a discord user:

{
"min_battery":565,
"max_battery":656
}

please note, the hardware is pretty cheap and also the battery. It won't last long and the capacity will be reduced pretty fast over time.

@Blueforcer
Copy link
Owner

I must have deleted your post by mistake.

8.5h is completely ok for the small battery. There is nothing you can do.

@luebbe
Copy link
Contributor

luebbe commented Oct 14, 2024

Please see: #391. Near the end there are min/max values that work for my battery.
Initially Awtrix shut down, when the reported battery levels were around 55%-60% for me. So that's clearly a calibration issue.

@Petro31
Copy link

Petro31 commented Nov 2, 2024

5V 2A should be enough

@Petro31
Copy link

Petro31 commented Nov 2, 2024

The clock is now shutting down exactly 10 minutes from boot.

@Blueforcer
Copy link
Owner

The clock is now shutting down exactly 10 minutes from boot.

Probably because the battery is empty.
Turn it off. Charge it with a stronger power supply. And set the measured limits with the dev.json

@Rustymage
Copy link

I removed my battery and my clock now randomly turns off and requires rebooting :/

@Petro31
Copy link

Petro31 commented Nov 5, 2024

The clock is now shutting down exactly 10 minutes from boot.

Probably because the battery is empty. Turn it off. Charge it with a stronger power supply. And set the measured limits with the dev.json

Was the power supply being 5v 1a, which is not enough to charge the battery. 5v 2a seems to work well.

@Sonsi79
Copy link

Sonsi79 commented Nov 9, 2024

Same for me. My clock turned off also when it is plugged in on a charger.

@jissoe
Copy link
Author

jissoe commented Nov 9, 2024

Mine is running without problems since I don't switch off the powersupply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants