Jump to content

Alternative to TT RGB software


Teszty66

Recommended Posts

New version on github

Any issues with new version should be posted on github

 

 

This version is deprecated and will not be updated, left for archival purposes.

-------------------------------------------------------------------------

How it looks.

Make sure you are not running this program and the official one. They will both stop to work.

To install you run "RiingPlus.Service.exe", it will ask you for administrator rights (needed for temperature reading), and then follow the prompts. If installing as custom user enter username as  ".\<username>" and your windows password. To uninstall run it again.

Then you run "RiingPlus.Gui.exe" to control the service. If you see a "waiting for service" dialog, the service probably failed to start. You can check why in windows event log. 

By default your current settings will be left untouched, you have to create a new profile, select fans that will be in that profile and click save. Each fan can only be in one profile of each type. The types are:

  • Normal
  • Boot - when saved will apply fan speed/rgb settings at pc boot, after saving will revert to Normal profile for each fan if present
  • Shutdown - will be applied  when service/pc is shutting down

There are no error prompts and the app will just revert to correct/previous settings when saving if something is configured incorrectly.

By default the temperature update is every 250ms, and fan speed update is every 2500ms. This can be changed in "config.json", not available in gui yet.

 

Ofc I give you no warranty that it will work, or that your pc wont catch on fire. You can read posts from people that have it working. If something wont work, ill try to update but dont expect 24/7 support.

 

How to update (service):

  1. Stop "Riing Plus Controller" service via "services.msc" or "net stop"
  2. Drop new version on top of the old one replacing all files
  3. Start the service

How to update (GUI):

  1. Stop gui if running
  2. Drop new version on top of the old one replacing all files

 

Changelog:

v1.7:

  • Removed empty port detection as it causes too many issues

v1.6:

  • Fix race condition when trying to set the fan to 0% speed in PWM mode
  • Fix fan list sorting

v1.5:

  • Add support for mixing many temperature sensors (min/max/avg)
    • This change means you will need to set temperature sensors again for each profile and re-save them. Or you could, while the service is off, edit each line in config.json like this:
      "TemperatureSensorIdentifier": "<sensor>"

      to:

      "TemperatureSensorIdentifiers": ["<sensor>"]

       

  • Correctly handle pc sleep/hibernate events
  • Fix hanging tasks when service is shutting down
  • Hide disabled config controls

v1.4:

  • Fix critical temperature not working
  • Fix detection of empty ports

v1.3:

  • Allow installation as LocalService

v1.2:

  • Fix detection of unused ports
  • Add "Off" speed mode

v1.1:

  • Add ability to set temperature sensor per profile
  • Update openhardwarelib (support for newer intel/amd processors)
  • Fix controller sorting
  • Ignore critical temperature on manual speed mode

 

Backup link

RiingPlusController_v1.7.zip

Link to comment
Share on other sites

Just read about sync controller and it seems awesome. So you can also use 3 pwm signals from mb to control 3 groups of fans differently?

Honestly this controller should be included with riing plus fans instead.

Im quite far into the development of my own software, thanks for pointing that out tho.

Link to comment
Share on other sites

  • 2 weeks later...
On 8/16/2018 at 9:01 PM, kewlmunky said:

Interesting concept, making your own software. I'm a programmer myself and have thought about looking into trying to either add on to the current software or make my own. But I honestly don't have the free time for it.

I'll be interested to see what you come up with.

This is what I have so far: https://i.imgur.com/byIOMpA.png

Looks slightly like "programmer art" but it works well. Some more important features:

* Split design (service + gui). Small service runs in background and controls the fans so you dont have to have the gui running 24/7 in the tray. Theoretically this allows you to remote control the fans from another pc.

* Supports pwm curves per profile

* Different profiles for boot/shutdown/normal use

* Should support most/all controllers and possibly fans

Link to comment
Share on other sites

  • 4 weeks later...
On 8/26/2018 at 5:40 AM, kewlmunky said:

Looks like some great progress. Let me know if you want a test user and some feedback.

I have not done much since last post so I guess Ill just post it. Maybe it will work for someone, I have had 0 problems with it so far.

Dont know how long it will stay here as it will be probably deleted by TT.

 

Make sure you are not running my program and the official one. They will both stop to work.

To install you run "RiingPlus.Service.exe", it will ask you for administrator rights (needed for temperature reading), and follow the prompts. The service will install for the current user and will be set to autostart, but you can change that in windows service manager. To uninstall run it again.

Then you run "RiingPlus.Gui.exe" to control the service. If you see a "waiting for service" dialog, the service probably failed to start. You can check why in windows event log.  By default your current settings will be left untouched, you have to create a new profile, select fans that will be in that profile and click save. Each fan can only be in one profile of each type. The types are:

  • Normal
  • Boot - when saved will apply fan speed/rgb settings at pc boot, after saving will revert to Normal profile for each fan if present
  • Shutdown - will be applied  when service/pc is shutting down

There are no error prompts and the app will just revert to correct/previous settings when saving if something is configured incorrectly.

By default the temperature update is every 250ms, and fan speed update is every 2500ms. This can be changed in "config.json", not available in gui yet.

 

Ofc I give you no warranty that it will work, or that your pc wont catch on fire. I tested only with one controller with riing plus fans but it *should* work with multiple controllers and fans. If something wont work, ill try to update but dont expect 24/7 support.

edit: If you cant download the attachement, try this: <old version>

 

Link to comment
Share on other sites

8 hours ago, Dokuta said:

I tried your program but wasn't able to install the service. It says "The account name is invalid or does not exist, or the password is invalid for the account name specified" but I'm 100% sure my credentials are correct. Is there a way to install this service manually ? Thanks =)

Hmm, that should not happen.

You can try to enter the account name in this format: ".\account" or "PCNAME\account". So for ex. ".\teszty" or "TESZTY-PC\teszty"

You could create the service manually with cmd. Make sure you run cmd as administrator first, then:

sc create RiingPlusService start=auto binpath="<path to service>" displayname="Riing Plus Service"

It will create the service to run as LocalSystem, you can change the user in the services management. If leave it to run as LocalSystem then you need to check the "Allow service to interact with desktop" checkbox.

Link to comment
Share on other sites

I finally registered here to answer.
I tried it myself the last two days , but could not get it working.
I followed your manual step-by-step but when i start running the Riing.gui, it tells me "waiting for  service".
I reinstalled again and again , clearing *.dll caches, disabled the original software and restarted. everything.

it wont work for me, there must be something i'm missing.

may u help me out?

p.s. : does your software let me set different rpm for each fan, no matter what controller they're plugged to?

Link to comment
Share on other sites

Can you check if the service is running in services.msc? If not try to start it manually, and if it will fail to start please send me event log.

Event log should be in: Event Viewer -> Custom Views -> Administrative Events

If its running, you can try to disable firewall for a second.

 

Yes, you can set either a constant speed from 0 to 100% or setup a custom pwm curve. This is per profile but you can assign just one fan to each profile and it will allow you to control each fan separately. It should also work with multiple controllers but I did not test it since I only have one.

 

Link to comment
Share on other sites

ok, since i'm at work i will try when i'm back home.

 

separate fan rpm is essential for me since i don't need some  fans run the same speed like others all the time, the original software just copys settings from contr. 1 on contr. 2 what is kinda annyoing

gimme some time , i'll reply when i got results

Link to comment
Share on other sites

I finally got around to trying the software. I like the fan curve implementation, and I really like that one can select which devices go to which profile. I always thought it would be neat to assign different speeds/colors to different groups of fans and lights. Both of these things are improvements I would like to see Thermaltake implement. Especially the fan curve. A fan curve seems like a basic requirement for any fan controlling software. While the software has a very primitive layout, it is very functional and to the point.

It would be nice to be able to add and remove fan curve points. I ran into an issue when running the fans on "Flow" mode. The five fans on my first controller fall behind the fan and LED strips on my second controller. Also, not sure how the controllers get ordered in the software, but my second controller appears above my first one in the list. Would be good to make them appear in order, if possible. Finally, I am able to select ports that have nothing plugged in. I do know that thermaltake's software only flags an issue with empty ports until the user turns them off, so it just may be a limitation of the controllers to not be able to tell the software to disable the ports when empty.

Great project so far. I'll be excited to see what you do next with it.

Link to comment
Share on other sites

Thanks for putting this together :)

I gave it a test and the LED control worked great but it's unable to detect my cpu (threadripper 1920x) temp so fans are stuck at 100% speed even setting them to manual:

Hclzd1T.png

I'd be super happy to test/troubleshoot more if requested, even with just manual fan adjustment i'd use this over the TT software.

Link to comment
Share on other sites

Nice!

The reason why it does not detect your temp is because openhardwarelib does not support ryzen. There is an issue on github but its not merged, ill try to merge it and recompile.

The fans default to 100% when the temperature sensor is not found, I guess you should still be able to set fan speed manually. Ill change that too.

Link to comment
Share on other sites

12 hours ago, kewlmunky said:

It would be nice to be able to add and remove fan curve points.

You can add new points by double clicking anywhere on grid, and remove them by double clicking on the point.

edit: Also you can double click on the led color to load it to the color selectors.

12 hours ago, kewlmunky said:

I ran into an issue when running the fans on "Flow" mode. The five fans on my first controller fall behind the fan and LED strips on my second controller.

Hmm, I dont think I can do anything about that. The software does not control the modes, it just sends some bytes to the controller telling it to enable specific mode. I bet this is a problem in the official TT software too. If there is no build in sync between controllers even a slight difference in controller's on board clock will eventually cause the effects to be out of sync.

12 hours ago, kewlmunky said:

Also, not sure how the controllers get ordered in the software, but my second controller appears above my first one in the list. Would be good to make them appear in order, if possible.

Ill look into that.

12 hours ago, kewlmunky said:

Finally, I am able to select ports that have nothing plugged in. I do know that thermaltake's software only flags an issue with empty ports until the user turns them off, so it just may be a limitation of the controllers to not be able to tell the software to disable the ports when empty.

Thats not good, I actually never tested an open port as I have all 5 used. I figured pooling data for an open port will error out, that would cause it not being visible in software. But maybe instead it returns some specific data without error. Ill try to fix this.

 

Thanks for info.

Link to comment
Share on other sites

Ill use the top comment to post the app and as a changelog.

v1.1 should fix all of your problems. I've also added per profile temperature selection, so you can have one profile that uses your gpu temperature and another profile that uses cpu temperature. You should be able to just drag and drop over the last version.

Link to comment
Share on other sites

@kewlmunky

Try v1.2, it should properly hide unused ports.

edit: I think they are just setting each led manually from software instead of using the in controller built in flow mode.

I was planning on adding custom mode support but it would be a big change in project structure. Because of the split design the service would need to send all info about custom modes to the gui, the configuration forms would be the worst. But you would be able to write mode "plugins" in c#, which would allow you to make anything you want. Like color based on cpu/gpu temp, time of day, sound or maybe flash the fans when you get discord notification.

Link to comment
Share on other sites

11 hours ago, Teszty66 said:

@kewlmunky

Try v1.2, it should properly hide unused ports.

edit: I think they are just setting each led manually from software instead of using the in controller built in flow mode.

I was planning on adding custom mode support but it would be a big change in project structure. Because of the split design the service would need to send all info about custom modes to the gui, the configuration forms would be the worst. But you would be able to write mode "plugins" in c#, which would allow you to make anything you want. Like color based on cpu/gpu temp, time of day, sound or maybe flash the fans when you get discord notification.

 

I've had thoughts about how to allow users to make custom speeds and effects. I know in another thread, Thermalmike stated that they speeds were all hard coded. I'm guessing they manually design the time delay between transitions and what a transition looks like.

Being my background in programming is mostly OOP with Java and C++, I've wondered if one could simply have each lighting mode be an object and then each of those have their own function titled "transition". This should allow some sort of custom speed adjuster that would then call the mode's "transition" at the rate the user sets. This structure could also allow users to define their own transitions/lighting modes as well.

Link to comment
Share on other sites

Sorry, i was too busy this weekend and that's the reason i dind't give you a reply.

still no changes, it wont work..
I'm feeling  kinda dumb for asking this: do i create new  login data while installing or do i use my...forum login ?:huh:
to be honest i tried both and neither did work.

as you suggested i copied my event log :

Name der fehlerhaften Anwendung: RiingPlus.Service.exe, Version: 1.0.0.0, Zeitstempel: 0x5bb9dfae
Name des fehlerhaften Moduls: KERNELBASE.dll, Version: 10.0.17134.165, Zeitstempel: 0xfa43f4b2
Ausnahmecode: 0xe0434352
Fehleroffset: 0x0010ddc2
ID des fehlerhaften Prozesses: 0x30a0
Startzeit der fehlerhaften Anwendung: 0x01d45f1cc0df87a0
Pfad der fehlerhaften Anwendung: C:\Users\DeNIk\Desktop\RiingPlus.Service\RiingPlus.Service.exe
Pfad des fehlerhaften Moduls: C:\Windows\System32\KERNELBASE.dll
Berichtskennung: 06e8c20c-5f09-47a7-83ed-4db5cd7eee5f
Vollständiger Name des fehlerhaften Pakets:

if neccesary i can translate that into english, hopefully u can work with this information.
i want to use your software so badly :unsure:

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...