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

[FEATURE]: Battery level on PiSugar version please #378

Closed
ounrequitedo opened this issue Sep 17, 2024 · 2 comments · Fixed by #380
Closed

[FEATURE]: Battery level on PiSugar version please #378

ounrequitedo opened this issue Sep 17, 2024 · 2 comments · Fixed by #380
Assignees
Labels
in progress Something is currently being tested. new feature request For possible new features

Comments

@ounrequitedo
Copy link

Is your feature request related to a problem? Please describe.
don't know battery level

Describe the solution you'd like
Module for a single-line battery-level % or better yet addition to the debug line at the bottom showing last update

Describe alternatives you've considered
installing i2c-tools, i couldn't get the battery level to read out and gave up

@ounrequitedo
Copy link
Author

bump because i was asked to ^_^

@aceisace aceisace linked a pull request Sep 20, 2024 that will close this issue
@aceisace aceisace mentioned this issue Sep 20, 2024
@aceisace
Copy link
Member

Thanks for bumping this up. I've implemented this feature in a feature branch, which you can test like this:

cd ~/Inkycal
source venv/bin/activate
git stash # in case you have custom changes
git pull # update the repo
git stash pop # undo the custom changes
git checkout feature/#378 # switch to branch with this feature request
python inky_run.py

It basically boils down to the following:
pisugar battery level implementation

Please let me know if this works for you so I can merge the PR 👍

@aceisace aceisace added in progress Something is currently being tested. new feature request For possible new features labels Sep 20, 2024
aceisace added a commit that referenced this issue Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in progress Something is currently being tested. new feature request For possible new features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants