Controller Returns to Rainbow after running successfull #156
Unanswered
biodermcq
asked this question in
Configuration
Replies: 1 comment
-
You put port config in wrong place. {
"Profiles": [
{
"Name": "Default",
"Ports": [
[9802, 8800, 1],
[9802, 8800, 2],
[9802, 8800, 3],
[9802, 8800, 4],
[9802, 8800, 5]
],
"SpeedControllers": [
{
"Type": "PwmSpeedController",
"Config": {
"CurvePoints": [
[50, 20],
[60, 25],
[70, 40],
[80, 75],
[85, 100]
],
"Sensors": ["/amdcpu/0/temperature/2"],
"SensorMixFunction": "Average",
"MinimumChange": 4,
"MaximumChange": 8,
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
],
"Effects": [
{
"Type": "StaticColorEffect",
"Config": {
"Color": {
"PerLed": [
[255, 255, 0],
[255, 255, 0],
[255, 255, 0],
[255, 255, 0],
[255, 255, 0],
[255, 255, 0],
[255, 255, 255],
[255, 255, 255],
[255, 255, 255],
[255, 255, 255],
[255, 255, 255],
[255, 255, 255]
]
},
"ColorGenerationMethod": "PerPort",
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
}
],
"ComputerStateProfiles": [
{
"StateType": "Boot",
"Ports": [
[9802, 8800, 1],
[9802, 8800, 2],
[9802, 8800, 3],
[9802, 8800, 4]
],
"Speed": 35
},
{
"StateType": "Shutdown",
"Ports": [
[9802, 8800, 1],
[9802, 8800, 2],
[9802, 8800, 3],
[9802, 8800, 4]
],
"Speed": 35
}
],
"PortConfigs": [
{
"Ports": [
[9802, 8800, 1],
[9802, 8800, 2],
[9802, 8800, 3],
[9802, 8800, 4],
[9802, 8800, 5]
],
"Config": {
"DeviceType": "RiingQuad",
"IgnoreColorCache": true,
"ColorModifiers": [
{
"Type": "LerpLedColorModifier"
}
]
}
}
],
"SensorConfigs": [
{
"Sensors": ["/amdcpu/0/temperature/2"],
"Config": {
"CriticalValue": 80
}
}
]
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! After a couple hours of figuring out how to configure all of this I am struggling. It seems my LEDs return to rainbow after a couple of seconds each time I run my config file in the console. I am using AlwaysTrigger ( from discussion #136 and #141) and still having this problem. Any thoughts? Thank you for your time.
REPORT
CONFIG FILE
CONSOLE LOG
Beta Was this translation helpful? Give feedback.
All reactions