Configuration Help - Cannot deserialize current JSON object #94
-
Describe your desired configuration Equipment: 3 Riing Quad fans + 6 Riing Trio fans PWM Speed Control using CPU / GPU temp sensors Static white lighting on all LEDs with brightness varying by state During normal operation - All fans following curve
During Boot, Shutdown, Suspend Issue
Hardware Info:
Current Configuration {
"Profiles": [
{
"Name": "default",
"Ports": [
[9802, 8800, 1],
[9802, 8800, 2],
[9802, 8800, 3],
[9802, 8800, 4],
[9802, 8800, 5],
[9802, 8801, 1],
[9802, 8801, 2],
[9802, 8801, 3],
[9802, 8801, 4],
[9802, 8801, 5],
],
"SpeedControllers": [
{
"Type": "PwmSpeedController",
"Config": {
"CurvePoints": [
[45, 15],
[55, 25],
[65, 35],
[70, 60],
[75, 90],
[80, 100]
],
"Sensors": [
"/amdcpu/0/temperature/2",
"/amdcpu/0/temperature/3",
"/amdcpu/0/temperature/4",
"/amdcpu/0/temperature/5",
"/amdcpu/0/temperature/6",
"/gpu-nvidia/0/temperature/0"
],
"SensorMixFunction": "Maximum",
"MinimumChange": 1,
"MaximumChange": 10,
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
],
"Effects": [
{
"Type": "StaticColorEffect",
"Config": {
"Color": {
"Full": [200,200,200]
},
"ColorGenerationMethod": "SpanPorts",
"Trigger": {
"Type": "AlwaysTrigger"
}
},
},
]
}
],
"ComputerStateProfiles": [
{
"StateType": "Boot",
"Ports": [
[9802, 8800, 1],
[9802, 8800, 2],
[9802, 8800, 3],
[9802, 8800, 4],
[9802, 8800, 5],
[9802, 8801, 1],
[9802, 8801, 2],
[9802, 8801, 3],
[9802, 8801, 4],
[9802, 8801, 5],
],
"Speed": 10,
"EffectType": "PerLed",
"Color": {
"Full": [100,100,100]
}
},
{
"StateType": "Shutdown",
"Ports": [
[9802, 8800, 1],
[9802, 8800, 2],
[9802, 8800, 3],
[9802, 8800, 4],
[9802, 8800, 5],
[9802, 8801, 1],
[9802, 8801, 2],
[9802, 8801, 3],
[9802, 8801, 4],
[9802, 8801, 5],
],
"Speed": 10,
"EffectType": "PerLed",
"Color": {
"Full": [100,100,100]
}
},
{
"StateType": "Suspend",
"Ports": [
[9802, 8800, 1],
[9802, 8800, 2],
[9802, 8800, 3],
[9802, 8800, 4],
[9802, 8800, 5],
[9802, 8801, 1],
[9802, 8801, 2],
[9802, 8801, 3],
[9802, 8801, 4],
[9802, 8801, 5],
],
"Speed": 10,
"EffectType": "PerLed",
"Color": {
"Full": [150,150,150]
}
},
],
"PortConfigs": {
"Ports": [
[9802, 8800, 1],
[9802, 8800, 2],
[9802, 8800, 3],
[9802, 8800, 4],
[9802, 8800, 5],
[9802, 8801, 1],
[9802, 8801, 2],
[9802, 8801, 3],
[9802, 8801, 4],
[9802, 8801, 5],
],
"Config": {
"DeviceType": "RiingQuad",
"IgnoreColorCache": true,
"IgnoreSpeedCache": false
},
},
"SensorConfigs": {
"Sensors": [
"/amdcpu/0/temperature/2",
"/amdcpu/0/temperature/3",
"/amdcpu/0/temperature/4",
"/amdcpu/0/temperature/5",
"/amdcpu/0/temperature/6",
"/gpu-nvidia/0/temperature/0"
],
"Config": {
"CriticalValue": 85
},
},
"CpuSensorsEnabled": true,
"GpuSensorsEnabled": true,
"StorageSensorsEnabled": true,
"MotherboardSensorsEnabled": true,
"MemorySensorsEnabled": true,
"NetworkSensorsEnabled": false,
"ControllerSensorsEnabled": true,
"SensorTimerInterval": 1,
"DeviceSpeedTimerInterval": 1,
"DeviceRgbTimerInterval": 1,
"IpcClientTimerInterval": 1,
"DebugTimerInterval": 1
} |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Disregard, I found the missing brackets [ ] |
Beta Was this translation helpful? Give feedback.
Disregard, I found the missing brackets [ ]