craigster1991 / arctis-battery-win-app

A windows application using electron to show the battery percentage of your Steel Series Arctis Wireless headset
MIT License
48 stars 11 forks source link

Arctis Nova 7x compatibility #16

Closed thertejada closed 1 year ago

thertejada commented 1 year ago

Hello, I have tried your app with Arctis Nova 7x and they do not appear. Is it possible to add them? Thank you very much for your time.

image

P-a-d-r-a-i-g commented 1 year ago

Here are the Arctis Nova 7 details while you are at it

image

craigster1991 commented 1 year ago

Ive added these devices into the latest release :) https://github.com/craigster1991/arctis-battery-win-app/releases/tag/v0.2.1

thertejada commented 11 months ago

Hello! @craigster1991 Unfortunately, it doesn't work, I've been debugging and I've seen that there is a condition that expects attDevice?.usage !== 1 in device.js, the problem is that my Artix 7X devices reach usage 1 (I don't know why it appears three times either).

{ vendorId: 4152, productId: 8710, path: '\\?\hid#vid_1038&pid_2206&mi_03#8&11defc96&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}', manufacturer: 'SteelSeries', product: 'Arctis Nova 7X', release: 273, interface: 3, usagePage: 65472, usage: 1 }, { vendorId: 4152, productId: 8710, path: '\\?\hid#vid_1038&pid_2206&mi_04#8&3a49aa5f&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}', manufacturer: 'SteelSeries', product: 'Arctis Nova 7X', release: 273, interface: 4, usagePage: 12, usage: 1 }, { vendorId: 4152, productId: 8710, path: '\\?\hid#vid_1038&pid_2206&mi_05#8&27198e21&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}', manufacturer: 'SteelSeries', product: 'Arctis Nova 7X', release: 273, interface: 5, usagePage: 65280, usage: 1 }

I don't know what exactly that parameter means. I have tried to force to use those objects but the application stops, maybe this device is incompatible?