Skip to content

162 task percent of total battery power available shown#177

Open
TheJeffreyKuo wants to merge 10 commits intodevelopfrom
162-task--percent-of-total-battery-power-available-shown
Open

162 task percent of total battery power available shown#177
TheJeffreyKuo wants to merge 10 commits intodevelopfrom
162-task--percent-of-total-battery-power-available-shown

Conversation

@TheJeffreyKuo
Copy link
Contributor

@TheJeffreyKuo TheJeffreyKuo commented Feb 10, 2026

Changes

Added Mqtt topic defs for DC Current and Max DC Current, and subscribed both topics. Power draw percentage is computed as as abs(DC_Current) / abs(Max_DC_Current_Target) * 100. Battery components were created for both the efficiency screen and performance screen.

Notes

  • The UI is temporary as we figure out more space with other new components that we are adding.
  • There might be duplicated topics with the regen PR that can be resolved at merge.

Checklist

It can be helpful to check the Checks and Files changed tabs.
Please review the contributor guide and reach out to your Tech Lead if anything is unclear.
Please request reviewers and ping on slack only after you've gone through this whole checklist.

  • All commits are tagged with the ticket number
  • No linting errors / newline at end of file warnings
  • All code follows repository-configured prettier formatting
  • No merge conflicts
  • All checks passing
  • Screenshots of UI changes (see Screenshots section)
  • Remove any non-applicable sections of this template
  • Assign the PR to yourself
  • Request reviewers & ping on Slack
  • PR is linked to the ticket (fill in the closes line below)

Closes #162

@TheJeffreyKuo TheJeffreyKuo self-assigned this Feb 10, 2026
@TheJeffreyKuo TheJeffreyKuo added the medium A more complex task label Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

medium A more complex task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Percent of total battery power available shown

1 participant