Config help please #176
-
|
Good afternoon, I really ask your help to write the config, I tried it myself, but several times I got confused with the setting so that some of the coolers work from the GPU temperature and i cant make 4 different static colors on each ring on riing quad controller 1 controller 2 controller 3 controller 4 controller 5 controller 6 Total 26 coolers |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Damn, that many fans will be a nice test for TTController. You can tweak:
Also thanks for the donation :) {
"Profiles": [
{
"Name": "GPU",
"Ports": [
[9802, 8800, 1], [9802, 8800, 2], [9802, 8800, 3], [9802, 8800, 4], [9802, 8800, 5],
[9802, 8801, 1], [9802, 8801, 2], [9802, 8801, 3], [9802, 8801, 4], [9802, 8801, 5],
[9802, 8802, 1], [9802, 8802, 2], [9802, 8802, 3], [9802, 8802, 4], [9802, 8802, 5],
[9802, 8803, 1]
],
"SpeedControllers": [
{
"Type": "PwmSpeedController",
"Config": {
"CurvePoints": [
[60, 20],
[70, 25],
[75, 40],
[80, 65],
[85, 100]
],
"Sensors": ["/gpu-nvidia/0/temperature/0", "/gpu-nvidia/1/temperature/0"],
"SensorMixFunction": "Maximum",
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
],
"Effects": [
{
"Type": "ZoneEffect",
"Config":{
"Effects": [
{
"Type": "StaticColorEffect",
"Config": { "Color": { "Full": [255, 0, 0] } }
},
{
"Type": "StaticColorEffect",
"Config": { "Color": { "Full": [0, 255, 0] } }
},
{
"Type": "StaticColorEffect",
"Config": { "Color": { "Full": [0, 0, 255] } }
},
{
"Type": "StaticColorEffect",
"Config": { "Color": { "Full": [255, 255, 255] } }
}
],
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
},
{
"Name": "CPU",
"Ports": [
[9802, 8803, 2], [9802, 8803, 3], [9802, 8803, 4], [9802, 8803, 5],
[9802, 8804, 1], [9802, 8804, 2],
[9802, 8805, 1], [9802, 8805, 2], [9802, 8805, 4], [9802, 8805, 5]
],
"SpeedControllers": [
{
"Type": "PwmSpeedController",
"Config": {
"CurvePoints": [
[60, 20],
[70, 25],
[75, 40],
[80, 65],
[85, 100]
],
"Sensors": ["/amdcpu/0/temperature/2"],
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
],
"Effects": [
{
"Type": "ZoneEffect",
"Config":{
"Effects": [
{
"Type": "StaticColorEffect",
"Config": { "Color": { "Full": [255, 0, 0] } }
},
{
"Type": "StaticColorEffect",
"Config": { "Color": { "Full": [0, 255, 0] } }
},
{
"Type": "StaticColorEffect",
"Config": { "Color": { "Full": [0, 0, 255] } }
},
{
"Type": "StaticColorEffect",
"Config": { "Color": { "Full": [255, 255, 255] } }
}
],
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
}
],
"ComputerStateProfiles": [
{
"StateType": "Shutdown",
"Ports": [
[9802, 8800, 1], [9802, 8800, 2], [9802, 8800, 3], [9802, 8800, 4], [9802, 8800, 5],
[9802, 8801, 1], [9802, 8801, 2], [9802, 8801, 3], [9802, 8801, 4], [9802, 8801, 5],
[9802, 8802, 1], [9802, 8802, 2], [9802, 8802, 3], [9802, 8802, 4], [9802, 8802, 5],
[9802, 8803, 1],
[9802, 8803, 2], [9802, 8803, 3], [9802, 8803, 4], [9802, 8803, 5],
[9802, 8804, 1], [9802, 8804, 2],
[9802, 8805, 1], [9802, 8805, 2], [9802, 8805, 4], [9802, 8805, 5]
],
"Speed": 35,
"Color": {
"Full": [255, 0, 0]
}
}
],
"SensorConfigs": [
{
"Sensors": [
"/intelcpu/0/temperature/8",
"/gpu-nvidia/0/temperature/0",
"/gpu-nvidia/1/temperature/0"
],
"Config": {
"CriticalValue": 90
}
}
],
"PortConfigs": [
{
"Ports": [
[9802, 8800, 1], [9802, 8800, 2], [9802, 8800, 3], [9802, 8800, 4], [9802, 8800, 5],
[9802, 8801, 1], [9802, 8801, 2], [9802, 8801, 3], [9802, 8801, 4], [9802, 8801, 5],
[9802, 8802, 1], [9802, 8802, 2], [9802, 8802, 3], [9802, 8802, 4], [9802, 8802, 5],
[9802, 8803, 1],
[9802, 8803, 2], [9802, 8803, 3], [9802, 8803, 4], [9802, 8803, 5],
[9802, 8804, 1], [9802, 8804, 2],
[9802, 8805, 1], [9802, 8805, 2], [9802, 8805, 4], [9802, 8805, 5]
],
"Config": {
"DeviceType": "RiingQuad",
"IgnoreColorCache": true
}
}
]
} |
Beta Was this translation helpful? Give feedback.
Damn, that many fans will be a nice test for TTController.
If I didnt forget anything the config below should work.
You can tweak:
Also thanks for the donation :)
{ "Profiles": [ { "Name": "GPU", "Ports": [ [9802, 8800, 1], [9802, 8800, 2], [9802, 8800, 3