-
-
Notifications
You must be signed in to change notification settings - Fork 14
Three controllers, no idea were to start. #170
Replies: 1 comment · 5 replies
-
Run the executable and post output of |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Were there no sensors listed or did you not copy them? |
Beta Was this translation helpful? Give feedback.
All reactions
-
This is the sensors page:
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Basic config below, check the docs if you want to customize it: https://moshimoshi0.github.io/TTController/ {
"Profiles": [
{
"Name": "Default",
"Ports": [
[9802, 8102, 1],
[9802, 8102, 2],
[9802, 8102, 3],
[9802, 8102, 4],
[9802, 8102, 5],
[9802, 8103, 1],
[9802, 8103, 2],
[9802, 8103, 3],
[9802, 8103, 4],
[9802, 8800, 1],
[9802, 8800, 2],
[9802, 8800, 3],
[9802, 8800, 4],
[9802, 8800, 5],
],
"SpeedControllers": [
{
"Type": "PwmSpeedController",
"Config": {
"CurvePoints": [
[50, 20],
[70, 30],
[80, 50],
[85, 75],
[90, 100]
],
"Sensors": ["/intelcpu/0/temperature/10"],
"MinimumChange": 4,
"MaximumChange": 8,
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
],
"Effects": [
{
"Type": "AuroraEffect",
"Config": {
"Step": 0.003,
"Length": 64,
"Mirror": false,
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
}
]
} |
Beta Was this translation helpful? Give feedback.
All reactions
-
Massive thanks! Now i can tweak it myself ;) Thanks alot!! |
Beta Was this translation helpful? Give feedback.
-
Hi everyone!
I just saw this very usefull tool but i have 0 knowledge about programming or editing config files. Is there anyone who also uses 3 controllers connected to 15 fans? If yes can you share the code with me?
If no one has this code is it possible somebody can write the config so i can adjust temps and colour schemes and nothing more? It needs to start up when the pc boots automatically.
Fans:
8x Thermaltake Riing Plus 14
6x Thermaltake Riing Plus 12
Hopefully someone can help me out since the original thermaltake software really sucks...
Kind regards!
Beta Was this translation helpful? Give feedback.
All reactions