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

Bugfixes #77

Merged
merged 4 commits into from
Mar 16, 2024
Merged

Bugfixes #77

merged 4 commits into from
Mar 16, 2024

Conversation

Patrick762
Copy link
Owner

No description provided.

@Patrick762 Patrick762 changed the base branch from main to dev March 16, 2024 15:57
Comment on lines -32 to -38
# Battery packs
self.struct.add_uint_field("pack_num_max", 91) # internal
self.struct.add_decimal_field("total_battery_voltage", 92, 1)
self.struct.add_uint_field("pack_num", 96) # internal
self.struct.add_decimal_field("pack_voltage", 98, 2) # Full pack voltage
self.struct.add_uint_field("pack_battery_percent", 99)

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed from base device because some devices (EB3A f.ex.) don't support pack polling

@Patrick762 Patrick762 merged commit dc3aaf9 into dev Mar 16, 2024
4 checks passed
@Patrick762 Patrick762 deleted the register-readers-fix branch March 16, 2024 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant