Problem with 2 different Controllers #122
-
Hello there I have all sorts of problems with my setup now, for example: the lights of the fans aren't synced, can't change the color of the fans, Your software has a timeout error when starting, TT RGB Plus software doesnt work at all (Doesn't detect fans), when I run Debug -> Report/Controllers it shows more fans than I actually have installed and even then not the right rpm for some of them. I have 4 fans in both controllers and they are connected via the daisy chain cable that you get from the box. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Update {
"Profiles": [
{
"Name": "Default",
"Ports": [
[9802, 8102, 1],
[9802, 8102, 2],
[9802, 8102, 3],
[9802, 8102, 4],
[9802, 8102, 5],
[9802, 8800, 1],
[9802, 8800, 2],
[9802, 8800, 3],
[9802, 8800, 4],
[9802, 8800, 5]
],
"Effects": {
"Type": "FullColorEffect",
"Config": {
"Color": [255,255,255],
"Trigger": {
"Type": "OneTimeTrigger"
}
}
},
"SpeedControllers": [
{
"Type": "PwmSpeedController",
"Config": {
"CurvePoints": [
[30, 30],
[45, 50],
[55, 60],
[65, 75],
[75, 100]
],
"Sensors": ["/intelcpu/0/temperature/8"],
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
}
],
"ComputerStateProfiles": [
{
"StateType": "Shutdown",
"Ports": [
[9802, 8102, 1],
[9802, 8102, 2],
[9802, 8102, 3],
[9802, 8102, 4],
[9802, 8102, 5],
[9802, 8800, 1],
[9802, 8800, 2],
[9802, 8800, 3],
[9802, 8800, 4],
[9802, 8800, 5]
],
"Speed": 35,
"Colors": {
"Full": [255, 0, 0]
}
}
],
"PortConfigs": [],
"SensorConfigs": [
{
"Sensors": ["/intelcpu/0/temperature/8"],
"Config": {
"CriticalValue": 90
}
}
]
} When I use the option "Run in Console" it spits out an error. |
Beta Was this translation helpful? Give feedback.
-
The error is pretty self explanatory,
It probably times out because of the error, you can use console mode to see why it might timeout.
It shows all possible ports, there is no way to tell how many are fans installed.
Not sure what is not right rpm, but make sure you are not running thermaltake software at the same time as TTController. Also, please post the debug report. |
Beta Was this translation helpful? Give feedback.
-
Ah yes. What I meant with not the right rpm is that some of the fans show up as 0 rpm, but that is explained by that the report shows every port. I uninstalled the Thermaltake software already and I now fixed the code up a bit (found some other parts that were wrong). With the changes that I made, the code now runs. Thank you for that! |
Beta Was this translation helpful? Give feedback.
-
Your controller is probably faulty, see this similar thread.
Your |
Beta Was this translation helpful? Give feedback.
Your controller is probably faulty, see this similar thread.
Your
"StaticColorEffect"
configuration is wrong, check this and this.