NVDA Battery Report

NVDA Battery Report is an open-source NVDA add-on that generates and reads the official Windows battery report (powercfg /batteryreport) in a fully accessible way. It speaks a quick summary (battery health and capacities), organizes data into clear sections, and keeps a local history.


Features


Changelog

1.01 (latest)

1.0


Installation

  1. Install via NVDA’s Add-ons menu (Add-on Store or local file). NVDA → Tools → Add-ons → choose Get Add-ons (Store) or Install… and select the .nvda-addon file.
  2. Restart NVDA when prompted.

How to Use

  1. Open the add-on: Tools → NVDA Battery Report. (No default gesture — see “Shortcuts” to set one.)
  2. Click Generate report. When it finishes, NVDA announces a summary and the item appears in History.
  3. Select a report in History and press View details.
  4. In Details:

  5. Pick a Section.

  6. For large tables, adjust Rows and Order (Newest/Oldest).
  7. The list shows each row; the Description repeats it as plain text with the column legend.
  8. Use Copy selected to place the line on the clipboard.
  9. Open raw HTML to view the original Windows report.

Shortcuts (assign in NVDA)

  1. NVDA → Preferences → Input gestures
  2. Search for “NVDA Battery Report”
  3. Bind your preferred gesture (e.g., NVDA+Shift+B)

Key Concepts

Battery drain (7 days) lists when the device consumed energy on battery: the start time, state, duration, and the energy drained in that interval.


Where Files Are Stored


Translating & Contributing

Build from Source (SCons)

bash git clone https://github.com/leoguimaoficial/NVDA-BatteryReport.git cd NVDA-BatteryReport pip install scons markdown SCons # or: python -m SCons

This produces the .nvda-addon package and compiles translations.


FAQ


Troubleshooting