Config Help #154
Unanswered
SZ87
asked this question in
Configuration
Config Help
#154
Replies: 1 comment
-
Thermaltake started only using the latest controller even for older fans. This should work, you have to edit {
"Profiles": [
{
"Name": "Front",
"Ports": [
[9802, 8800, 2],
[9802, 8800, 3]
],
"SpeedControllers": [
{
"Type": "PwmSpeedController",
"Config": {
"CurvePoints": [
[50, 20],
[70, 30],
[80, 50],
[85, 75],
[90, 100]
],
"Sensors": ["/intelcpu/0/temperature/6"],
"MinimumChange": 4,
"MaximumChange": 8,
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
},
{
"Name": "Rear",
"Ports": [
[9802, 8800, 4],
[9802, 8800, 5]
],
"SpeedControllers": [
{
"Type": "PwmSpeedController",
"Config": {
"CurvePoints": [
[50, 20],
[70, 30],
[80, 50],
[85, 75],
[90, 100]
],
"Sensors": ["/gpu-nvidia/0/temperature/0"],
"MinimumChange": 4,
"MaximumChange": 8,
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
},
{
"Name": "RGB",
"Ports": [
[9802, 8800, 1],
[9802, 8800, 2],
[9802, 8800, 3],
[9802, 8800, 4],
[9802, 8800, 5]
],
"Effects": [
{
"Type": "AuroraEffect",
"Config": {
"Step": 0.003,
"Length": 64,
"Mirror": false,
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
}
],
"PortConfigs": [
{
"Ports": [
[9802, 8800, 1]
],
"Config": {
"DeviceType": "FloeRiing",
"IgnoreColorCache": "True"
}
},
{
"Ports": [
[9802, 8800, 2],
[9802, 8800, 3],
[9802, 8800, 4],
[9802, 8800, 5]
],
"Config": {
"IgnoreColorCache": "True"
}
}
]
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@MoshiMoshi0,
I'm having a doozy of a time figuring out how to properly configure my setup. To help, here is my "Report" as generated by TTController. I'm no stranger to JSON, but I'm simply drawing blanks.
Not sure how helpful this would be, but here's what I'm working with:
That's 5 devices in total.
A couple things to note:
Also, the case I'm using (TT V150) has my GPU blowing directly against the bottom PSU shroud...mount...panel thingy, which seems to have become an unintended heat trap. Is there a way to account for this using your program? In other words, could I prioritize the speeds of all my fans (or maybe just the exhaust fans) based on GPU temps? Or better yet, could I set my exhaust fans to be dependent on GPU temps? Do you get what I'm saying? My sincerest apologies. It's late and I'm tired 😩.
Thank you very much in advance!
Beta Was this translation helpful? Give feedback.
All reactions