-
Notifications
You must be signed in to change notification settings - Fork 16
Multiple issues using Arctis 1 Wireless #21
Comments
Since you asked for output of
I also checked the remaining HID devices and was able to find the headset 3 times. I was trying different USB ports, USB hub, etc. so that's probably where the other entries are coming from.
|
Thank you for this issue.
I'll look into it, but I'm afraid it will take some time. |
Don't worry about it, I'll be able to use my headset without knowing the exact percentage of the battery 😄 Running as administrator doesn't change the behaviour. When I connect via USB cable my device is not found. So both
|
Hi, i don't wanna hurry you guys but i need to know, is there any news about Arctis 1 support? I purchased it today and i appreciate your work and i can't wait to have that indicator on my computer to have real battery percentage of my headset. |
Hi, som one found solution for this? Device info from my Arctis 7+
Every device return usage:1. It probably doesn't work with this type of headsets :( |
First of all, thanks for spending your free time to make up for Steelseries missing basic features. I was facing some issues while trying to use your project. My setup is the following:
1. npm package not working
It's super convenient to have a npm package. Unfortunately it is not working for me. I installed it globally using
npm i -g arctis-battery-percentage
but when I callarctis-battery
no output is shown on the command line.2. Running the script locally
In issue #10 @ateee0907 was facing the same issue. You were asking him to execute the script locally, so I decided to do the same. When executing
node ./percentage.js
in the main directory, I get an error message, complaining that path module isn't defined.So I went ahead and required the path module in the beginning of your script by adding
const path = require('path')
.After that the error vanishes. Is this error and behaviour expected?
3. Wrong percentage
After I was able to get the script going, the desired cli output and notification showed up. Unfortunately the returned value is wrong (see screenshot). I just fully loaded the headset which you can clearly see in SteelSeries Engine in the background.
4. Percentage is only found when SteelSeries Engine window is active
When executing the script nothing happens until I click on the SteelSeries Engine window. I guess the
arctis-usb-finder
module is only able to find the headset when SteelSeries Engine is active. Is this expected?Sorry for reporting multiple issues within one GitHub issue, but I'm not sure if they are somehow connected, so I decided to put them all in one issue. And once again, I'm grateful for your efforts on this topic, I just can't quite get it to work. If you need further information on investigating this issue, just let me know 👍
The text was updated successfully, but these errors were encountered: