Configuration Help #35
-
Hey, Thanks in advance Describe your desired configuration i want controller [9802, 8501, 3], [9802, 8501, 4], [9802, 8501, 5], [9802, 8502, 1] to be controlled by my GPU Temp and [9802, 8502, 2], [9802, 8502, 3], [9802, 8502, 4] controlled by my CPU Temp. I Got two controller in my system and all my connected devices are Riing Trio 120 fans. For now one solid color will do, the rest i can figure out myself. Hardware info
Current configuration
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
You did not specify what to do with ports {
"Profiles": [
{
"Name": "GPU",
"Ports": [
[9802, 8501, 3],
[9802, 8501, 4],
[9802, 8501, 5],
[9802, 8502, 1]
],
"SpeedControllers": [
{
"Type": "PwmSpeedController",
"Config": {
"CurvePoints": [
[30, 30],
[45, 50],
[55, 60],
[65, 75],
[75, 100]
],
"Sensors": ["/gpu/0/temperature/0"],
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
],
"Effects": [
{
"Type": "FullColorEffect",
"Config": {
"Color": [255, 255, 255],
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
},
{
"Name": "CPU",
"Ports": [
[9802, 8502, 2],
[9802, 8502, 3],
[9802, 8502, 4]
],
"SpeedControllers": [
{
"Type": "PwmSpeedController",
"Config": {
"CurvePoints": [
[30, 30],
[45, 50],
[55, 60],
[65, 75],
[75, 100]
],
"Sensors": ["/intelcpu/0/temperature/4"],
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
],
"Effects": [
{
"Type": "FullColorEffect",
"Config": {
"Color": [255, 255, 255],
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
}
],
"PortConfigs": [
{
"Ports": [
[9802, 8501, 1],
[9802, 8501, 2],
[9802, 8501, 3],
[9802, 8501, 4],
[9802, 8501, 5],
[9802, 8502, 1],
[9802, 8502, 2],
[9802, 8502, 3],
[9802, 8502, 4]
],
"Config": {
"DeviceType": "RiingTrio"
}
}
]
} |
Beta Was this translation helpful? Give feedback.
-
Thanks for your help! works now as intended. Sadly i cant get some of the effects to work... here is my current config file: {
"Profiles": [
{
"Name": "GPU",
"Ports": [
[9802, 8501, 3],
[9802, 8501, 4],
[9802, 8501, 5],
[9802, 8502, 1]
],
"SpeedControllers": [
{
"Type": "PwmSpeedController",
"Config": {
"CurvePoints": [
[50, 0],
[55, 25],
[65, 35],
[70, 50],
[75, 60]
],
"Sensors": ["/gpu/0/temperature/0"],
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
],
"Effects": [
{
"Type": "WaveEffect",
"Config": {
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
},
{
"Name": "CPU",
"Ports": [
[9802, 8501, 1],
[9802, 8501, 2],
[9802, 8502, 2],
[9802, 8502, 3],
[9802, 8502, 4]
],
"SpeedControllers": [
{
"Type": "PwmSpeedController",
"Config": {
"CurvePoints": [
[30, 15],
[45, 35],
[55, 50],
[65, 65],
[75, 75]
],
"Sensors": ["/intelcpu/0/temperature/4"],
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
],
"Effects": [
{
"Type": "FullColorEffect",
"Config": {
"Color": [0, 255, 255],
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
}
],
"PortConfigs": [
{
"Ports": [
[9802, 8501, 1],
[9802, 8501, 2],
[9802, 8501, 3],
[9802, 8501, 4],
[9802, 8501, 5],
[9802, 8502, 1],
[9802, 8502, 2],
[9802, 8502, 3],
[9802, 8502, 4]
],
"Config": {
"DeviceType": "RiingTrio"
}
}
]
} and my log:
Thanks in advance |
Beta Was this translation helpful? Give feedback.
-
The config of each effect is different and some have required variables that have to be set for it to work. All effects will be on the docs with a gif of how they look. Which effect would you like, I'll help you get it set up. Most of the effect names match the names from TT RGB PLUS software. Also there is no zone support for RiingDuo/RiingDuo so you cant put 2/3 different effects on different zones/ring but that is planned. |
Beta Was this translation helpful? Give feedback.
-
thats what i thought. Id like a slow wave effect, but if docs are coming up in a few days i can try doing it myself then. Have a good one |
Beta Was this translation helpful? Give feedback.
-
You can tweak the colors how you like but there needs to be 30 of them since riing trio has 30 leds. You can tweak the speed by changing the "TickInterval" variable. {
"Type": "WaveEffect",
"Config": {
"Colors": [
[255, 0, 0],
[255, 0, 51],
[255, 0, 102],
[255, 0, 153],
[255, 0, 204],
[255, 0, 255],
[204, 0, 255],
[154, 0, 255],
[104, 0, 255],
[54, 0, 255],
[0, 0, 255],
[0, 46, 255],
[0, 93, 255],
[0, 140, 255],
[0, 187, 255],
[0, 234, 255],
[0, 238, 212],
[0, 242, 170],
[0, 246, 127],
[0, 250, 85],
[0, 255, 43],
[51, 251, 34],
[102, 248, 25],
[153, 244, 17],
[204, 241, 8],
[255, 238, 0],
[255, 199, 0],
[255, 161, 0],
[255, 123, 0],
[255, 85, 0]
],
"TickInterval": 3,
"Trigger": {
"Type": "AlwaysTrigger"
}
}
} |
Beta Was this translation helpful? Give feedback.
-
Thank you very much, works like a treat :-) |
Beta Was this translation helpful? Give feedback.
You did not specify what to do with ports
[9802, 8501, 1]
and[9802, 8501, 2]
but you should be able to tweak it from here.