-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
Arctis 7 Pro - Battery Charge Level alway at 56% #347
Comments
I am on Debian trixie (testing) => up-to-date I updated from a Arctis 7 (USC-A) to Arctis 7+ (USB-C)
|
I charged it to 100% - now it shows also 100
|
I monitored this a little and to me it looks like the battery % is updated only in 25% steps. |
Description
I am having an issue in which the Arctis 7 Pro is always reported with a battery charge of 56%, regardless of actual battery level. Running
headsetcontrol --dev -- --device 0x1038:0x12ad --send 0x06,0x18 --receive
The response is consistently:
0x06 0x18 0x38 ...
where the ... is 6 bytes whose values vary, followed by a bunch of zero value bytes.
Looking at /devices/steelseries_arctis_7.c in the arctis_7_request_battery function, it looks like it is setting the battery level to the third byte...
However the third byte is always 0x38 (decimal 56).
I am not sure how to interpret the next 6 bytes returned. Rerunning the command every 30 seconds or so produced the following:
Does anyone have a reference of what these bytes are and if they relate to battery levels?
Headset Name
Steelseries Arctis 7/Pro
On which OS does the problem happen?
Linux
Device information
Detailed Device Information
The text was updated successfully, but these errors were encountered: