need a configuration for new build #112
-
|
Hi Moshi, my tt software seriously adds crazy latency to the dpc. I'm too past my prime to be able to follow your walkthrough and figure it out. I was hoping there was some way I could send u some money to set up some code for me? Feel like a huge P.O.S. even asking. I have thermaltake case with two led connections, 6 fans on an AIO and they go into 2 controllers. (I also have PSU but I see it's unsupported). I just want all white fans and max speed on fans when computer is running. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
The PSU is supported, just not fully. Im not sure what fan model do you have, but this should work: {
"Profiles": [
{
"Name": "Default",
"Ports": [
[9802, 8800, 1],
[9802, 8800, 2],
[9802, 8800, 3],
[9802, 8801, 1],
[9802, 8801, 2],
[9802, 8801, 3]
],
"SpeedControllers": [
{
"Type": "StaticSpeedController",
"Config": {
"Speed": 100,
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
],
"Effects": [
{
"Type": "StaticColorEffect",
"Config": {
"Color": {
"Full": [255, 255, 255]
},
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
},
{
"Name": "PSU",
"Ports": [
[9802, 9001]
],
"Effects": [
{
"Type": "StaticColorEffect",
"Config": {
"Color": {
"Full": [255, 255, 255]
},
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
}
],
"PortConfigs": [
{
"Ports": [
[9802, 8800, 1],
[9802, 8800, 2],
[9802, 8800, 3],
[9802, 8801, 1],
[9802, 8801, 2],
[9802, 8801, 3]
],
"Config": {
"DeviceType": "Default",
"IgnoreColorCache": true
}
}
]
} |
Beta Was this translation helpful? Give feedback.
-
|
wow, you're right this works amazing and exactly what I was looking for. The only LEDS not being controlled are the two strips in my Distrocase which are still lighting up rainbow. I'm assuming these are probably not compatible at this time since the case is new? Also, gladly willing to pay for your support. That was crazy fast. I wish that thermaltake would hire people with your pedigree to program their stuff. getting much cooler temps now and the fans are TT-1225 in a liquid cooled cpu/gpu build. So thank you for your help. Hopefully I can get this last part sorted. I do know that the LEDs (2 of them top and bottom) on the case are plugged into my controllers. |
Beta Was this translation helpful? Give feedback.
-
|
Paste: {
"Name": "LedStrip24",
"LedCount": 24,
"Zones": [ 24 ]
}to Add to {
"Ports": [
...
],
"Config": {
"DeviceType": "LedStrip24",
"IgnoreColorCache": true
}
}but replace |
Beta Was this translation helpful? Give feedback.

The PSU is supported, just not fully.
Im not sure what fan model do you have, but this should work:
{ "Profiles": [ { "Name": "Default", "Ports": [ [9802, 8800, 1], [9802, 8800, 2], [9802, 8800, 3], [9802, 8801, 1], [9802, 8801, 2], [9802, 8801, 3] ], "SpeedControllers": [ { "Type": "StaticSpeedController", "Config": { "Speed": 100, "Trigger": { "Type": "AlwaysTrigger" } } } ], "Effects": [ { "Type": "StaticColorEffect", "Config": { "Color": { "Full": [255