First time user, need config for new build! #138
-
Hi I just discovered this plugin and I'm pretty excited to try it as since I did my new build my fans are going nuts all the time. Here is my log, I would like to get fan curves set up. I also like to use the default rainbow RGB setting which I believe is called Wave. Also my fans are Riing Trio if that matters. Next question, I believe I read the instructions correctly but just wanted to confirm, do I paste the configuration into config.json? Thanks!
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
You run the debug report while TT RGB Plus was running, stop TT RGB Plus and post the report again.
Yes. |
Beta Was this translation helpful? Give feedback.
-
Try this. {
"Profiles": [
{
"Name": "Default",
"Ports": [
[9802, 8802, 1],
[9802, 8802, 4],
[9802, 8800, 1],
[9802, 8800, 2],
[9802, 8800, 3],
[9802, 8801, 1],
[9802, 8801, 2],
[9802, 8801, 3]
],
"SpeedControllers": [
{
"Type": "PwmSpeedController",
"Config": {
"CurvePoints": [
[30, 30],
[45, 50],
[55, 60],
[65, 80],
[80, 100]
],
"Sensors": ["/amdcpu/0/temperature/3"],
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
],
"Effects": [
{
"Type": "AuroraEffect",
"Config": {
"Step": 0.003,
"Length": 30,
"Mirror": false,
"Brightness": 1,
"Saturation": 1,
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
}
],
"PortConfigs": [
{
"Ports": [
[9802, 8802, 1],
[9802, 8802, 4],
[9802, 8800, 1],
[9802, 8800, 2],
[9802, 8800, 3],
[9802, 8801, 1],
[9802, 8801, 2],
[9802, 8801, 3]
],
"Config": {
"DeviceType": "RiingTrio",
"IgnoreColorCache": true
}
}
],
"SensorConfigs": [
{
"Sensors": ["/amdcpu/0/temperature/3"],
"Config": {
"CriticalValue": 90
}
}
]
} |
Beta Was this translation helpful? Give feedback.
Try this.
You need to configure CurvePoints to get your desired fan curve.