-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
Make things configurable #412
Conversation
* Fixes to cell voltage, temp and version (cherry picked from commit 3b68ea6)
* automate release generation * make shell scripts +x * add yaml * rely on gh line ending conventions, simplify buildfiles.lst * add gitattributes * set file properties for run scripts to +x Co-authored-by: Philip Puetsch <[email protected]> (cherry picked from commit ce601fb)
# Conflicts: # etc/dbus-serialbattery/utils.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. This will work great. I'll update the wiki docs as well.
@ppuetsch would it be better, if the |
Sound good! |
Done #468. I added also missing descriptions. |
Now the configuration is back in - see
#389
#386
for previous discussions on that topic.
additionally, I made the bms_type configurable. If not set, behaviour is as before. But if configured, only the configured BMS will be tested. This will improve time-to-detection of the BMS after reoboot or deployment quite a bit.
I would suggest to update the documentation, in special the wiki, to reflect the changes here. A user is supposed to create a config.ini with his changes - maybe based on default_config.ini - but should NOT modify utils.py