fu-raz / FanControlThermaltake

A plugin that connects Thermaltake controllers to FanControl
GNU General Public License v3.0
9 stars 4 forks source link

Unsupported Product ID 8101 #4

Closed rdfriese closed 1 year ago

rdfriese commented 1 year ago

Opening an issue as suggested by your test app:

Found Thermaltake device with Vendor ID 9802 and Product ID 8101 We found an unsupported TT device with product ID 8101 We found 1 Thermaltake devices, 0 supported and 1 unsupported

Thanks for your work!

fu-raz commented 1 year ago

I found the API for your device here: https://github.com/MoshiMoshi0/ttrgbplusapi/blob/master/controllers/riing-plus.md Doesn't look like much work to implement, aside from having to refactor some things to make the plugin more modular. Give me a few days!

Oh and Merry Christmas!

rdfriese commented 1 year ago

Awesome thank you! (and happy New Years!)

Loki1147 commented 1 year ago

Hi i have thesame problem with the product id 8102. it is also an RGb fan controller.

clutchthrower commented 1 year ago

Opening an issue as suggested by your test app:

Found Thermaltake device with Vendor ID 9802 and Product ID 8101 We found an unsupported TT device with product ID 8101 We found 1 Thermaltake devices, 0 supported and 1 unsupported

Thanks for your work!

Try this quick patch I made. I had the same VID:PID

https://github.com/clutchthrower/FanControlThermaltake/releases/tag/patch

Loki1147 commented 1 year ago

Opening an issue as suggested by your test app: Found Thermaltake device with Vendor ID 9802 and Product ID 8101 We found an unsupported TT device with product ID 8101 We found 1 Thermaltake devices, 0 supported and 1 unsupported Thanks for your work!

Try this quick patch I made. I had the same VID:PID

https://github.com/clutchthrower/FanControlThermaltake/releases/tag/patch

Works for me Thanks :)

fu-raz commented 1 year ago

Sorry it took so long, I've added this functionality to the latest version: https://github.com/fu-raz/FanControlThermaltake/releases/tag/v0.0.3

It should now be easier to add more controllers as well

fu-raz commented 1 year ago

Just a small update, there's a new v1.0.0 and I suggest everyone to download that version

rdfriese commented 1 year ago

Thanks!