New Config Help #143
-
|
Hi, I have a new build with the Floe Riing 360 AIO (with 3 fans) along with 3 Riing Trio case fans. Here is my report (I believe the AIO/radiator fans were IDed as Riing Quad). I'd like to set the initial effect as Aurora and I would also like to know how to turn off the RGB lighting effects when desired. Thanks in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
It would have been faster for you to just search for configs with aurora effect in other discussions and copying it.
Its possible to control the service but there is no gui for that, it has to be yet to be made by someone or me. So you would have to send data manually. You can change effects based on time of day if that's what you need. You need to change {
"Profiles": [
{
"Name": "Default",
"Ports": [
[9802, 8801, 1],
[9802, 8801, 2],
[9802, 8801, 3],
[9802, 8501, 1],
[9802, 8501, 2],
[9802, 8501, 3],
[9802, 8801, 4]
],
"SpeedControllers": [
{
"Type": "PwmSpeedController",
"Config": {
"CurvePoints": [
[50, 20],
[70, 30],
[80, 50],
[85, 75],
[90, 100]
],
"Sensors": ["/amdcpu/0/temperature/2"],
"MinimumChange": 4,
"MaximumChange": 8,
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
],
"Effects": [
{
"Type": "AuroraEffect",
"Config": {
"Step": 0.003,
"Length": 64,
"Mirror": false,
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
}
],
"PortConfigs": [
{
"Ports": [
[9802, 8501, 1],
[9802, 8501, 2],
[9802, 8501, 3]
],
"Config": {
"DeviceType": "RiingTrio"
}
},
{
"Ports": [
[9802, 8801, 4]
],
"Config": {
"DeviceType": "FloeRiing"
}
}
]
} |
Beta Was this translation helpful? Give feedback.
-
|
Ok thanks for the additional info. FYI I know this seemed to mainly be an
issue with the Quad controller based on the other posts, but I found I had
to also add IgnoreColorCache to the RiingTrio PortConfigs section too to
prevent it from reverting to the default RGB pattern.
…On Sun, Mar 7, 2021 at 11:28 AM MoshiMoshi0 ***@***.***> wrote:
Under PortConfigs would there be any need to separate out the FloeRiing
pump and the radiator fans, which I believe are Riing Plus fans? I'm just
wondering whether those parts of the AIO may have a different number of
addressable LEDs even though they came together.
The default is 12 leds which Riing Plus radiator fans have, so they are
not specified in port configs, pump has only 6.
After searching some of the other discussions I noticed some of the
profiles have a section that sets a Sensor critical temperature. Is that
needed at all?
Not technically needed but you can add it as a safety, if a sensor reaches
the critical temp the device speed is forced to 100 on all ports. Can
happen for example when you have a very flat/quiet pwm curve and you
suddenly start using 100% of your cpu for a some time, it can take a bit of
time for the fans to ramp up depending on settings.
Thanks!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#143 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATCAZKPFJE6QYNGE4T3WSG3TCPHXVANCNFSM4YQN6IXA>
.
|
Beta Was this translation helpful? Give feedback.
It would have been faster for you to just search for configs with aurora effect in other discussions and copying it.
Its possible to control the service but there is no gui for that, it has to be yet to be made by someone or me. So you would have to send data manually. You can change effects based on time of day if that's what you need.
You need to change
"CurvePoints"for your desired pwm fan curve. I assumed[9802, 8801, 4]is the pump.{ "Profiles": [ { "Name": "Default", "Ports": [ [9802, 8801, 1], [9802, 8801, 2], [9802, 8801, 3], [9802, 8501, 1], [