-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not all leds of Riing Trio 20 are working #139
Comments
Just tried this build. I assume I just copy my old config.json over right? Currently only half of the LEDs on the hub are lit up. |
I just realized that you have Riing Quad controllers not Riing Trio controllers, so the fix was unnecessary for you and you could make it work on the version you were using. But it wouldn't be possible if you had Riing Trio controllers. Anyways, with your old config you need to set some of the ports to RiingTrio20 device, I have no way of knowing which ones are Riing Trio 20 fan but just looking at the fan rpm i think those two. Replace old PortConfigs section with this: "PortConfigs": [
{
"Ports": [
[9802, 8800, 1],
[9802, 8800, 2],
[9802, 8800, 3],
[9802, 8801, 1],
[9802, 8801, 2],
[9802, 8801, 3]
],
"Config": {
"DeviceType": "RiingTrio",
"IgnoreColorCache": true
}
},
{
"Ports": [
[9802, 8802, 1],
[9802, 8802, 4]
],
"Config": {
"DeviceType": "RiingTrio20",
"IgnoreColorCache": true
}
}
], |
OK so I copied the new portconfig into 0.11.0.2-beta and 0.11.0.0-fix. Now none of the LEDs on the hub are lit up and it looks like the LEDs on the back outer ring aren't lit up either. |
Post full |
{
"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.005,
"Length": 30,
"Mirror": false,
"Brightness": 1,
"Saturation": 1,
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
}
],
"PortConfigs": [
{
"Ports": [
[9802, 8800, 1],
[9802, 8800, 2],
[9802, 8800, 3],
[9802, 8801, 1],
[9802, 8801, 2],
[9802, 8801, 3]
],
"Config": {
"DeviceType": "RiingTrio",
"IgnoreColorCache": true
}
},
{
"Ports": [
[9802, 8802, 1],
[9802, 8802, 4]
],
"Config": {
"DeviceType": "RiingTrio20",
"IgnoreColorCache": true
}
}
],
"SensorConfigs": [
{
"Sensors": ["/amdcpu/0/temperature/3"],
"Config": {
"CriticalValue": 90
}
}
]
} |
Run the fixed version in console mode, and post the console output. |
|
Everything looks correct. I dont think I understand what is wrong.
Are there no colors on any fan? Are there no colors only on trio 20 fan? Are there some colors on the trio 20 fan? |
I uploaded some pics, here is the link: [https://1drv.ms/u/s!Apv6DVIE61GihIYH49R_QWsJsps5_g?e=NeRdml] You'll notice that the Trio12 fans I've referenced have different colors of lighting on the front and rear parts of the outer ring. On the Trio20 fans, it appears that only the front ring is being lit, the rear ring is showing the light from the front ring. And you can see the hub in the Trio20 front image isn't lit either. |
Oh I see... I thought all of the leds were off. Also set the profile ports to: "Name": "Default",
"Ports": [
[9802, 8802, 1],
[9802, 8802, 4]
], Only the front trio 20 fans should have updating colors. |
Yep, the config file I posted was from the fixed version's config file. |
Did you made the change i posted above |
Oh ok I think didn't understand what you meant, which was to do this.
I did make the change and restarted it. The lighting is now on both front and rear rings of the Trio 20s, but hub is still half lit. I added a new photo to the link above that shows the effect. |
No, you were supposed to change the list of ports from:
to
{
"Profiles": [
{
"Name": "Default",
"Ports": [
[9802, 8802, 1],
[9802, 8802, 4]
],
... |
OK I updated the file but the result is still the same. Should I have also removed the other hubs from PortConfigs? |
The same result meaning?
No. Also which fan colors are moving, only 2 front riing trio 20? |
What I meant by the result being the same was that both front and rear rings of the Trio 20s are working again but only half of the hub LEDs are lit. |
Please respond to all questions I ask not only the first one. |
So I have six Trio 12s and two Trio 20s. The Trio 12s are working as intended with the same color scheme and movement. The Trio 20s also have the same color scheme and movement, however the fan hub on them only has half of the LEDs lit. |
Use this config and post what happens with riing trio 20 fans: {
"Profiles": [
{
"Name": "Default",
"Ports": [
[9802, 8802, 1],
[9802, 8802, 4]
],
"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]
}
}
}
],
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
}
],
"PortConfigs": [
{
"Ports": [
[9802, 8802, 1],
[9802, 8802, 4]
],
"Config": {
"DeviceType": "RiingTrio20",
"IgnoreColorCache": true
}
}
]
} |
I tried that config and both front and rear outer rings are lit up, the fan hub is still only using half of the LEDs. |
Is one outer ring full red, second outer ring full green and inner half blue? |
OK I didn't realize my computer was running both the 0.11.0.0-fx and 0.11.0.2 beta. I removed the beta for now. After changing the config the outer ring (both front and rear) is sold red and the hub is solid green with all LEDs lit up. |
So I also tried just removing the entire effects section as a whole, and I actually really like just the default effect. All the fans are illuminated properly and I believe (correct me if I'm wrong) I can just use the controller for PWM control. I'm more than happy to keep testing things for you as I imagine there are others that are having the same issue with their Trio 20s. |
Stop the service, edit Then start the service in console mode wait 15s then exit and post latest log file in "Logs" folder. |
|
This is not the latest log, if you made that change in |
can you set the config to this and post pictures of how the riing trio 20 fans look? {
"Profiles": [
{
"Name": "Default",
"Ports": [
[9802, 8802, 1],
[9802, 8802, 4]
],
"Effects": [
{
"Type": "ZoneEffect",
"Config": {
"Effects": [
{
"Type": "StaticColorEffect",
"Config": {
"Color": {
"Full": [255, 0, 0]
}
}
},
{
"Type": "StaticColorEffect",
"Config": {
"Color": {
"Full": [255, 255, 255]
}
}
},
{
"Type": "StaticColorEffect",
"Config": {
"Color": {
"Full": [0, 0, 255]
}
}
}
],
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
}
],
"PortConfigs": [
{
"Ports": [
[9802, 8802, 1],
[9802, 8802, 4]
],
"Config": {
"DeviceType": "RiingTrio20",
"IgnoreColorCache": true
}
}
]
} |
OK uploaded new photos. https://1drv.ms/u/s!Apv6DVIE61GihIYH49R_QWsJsps5_g?e=1VK6Rb |
I dont understand what is happening to be honest. Here is a step by step guide:
Thanks. |
Are you able to provide the above data? |
No description provided.
The text was updated successfully, but these errors were encountered: