Configuration Help #15
-
Describe your desired configuration Hardware info
Current configuration {
"Profiles": [
{
"Name": "Main",
"Guid": "01c14011-919a-478e-8941-0949115b2887",
"Ports": [
[9802, 8101, 1],
[9802, 8101, 2],
[9802, 8101, 3],
[9802, 8101, 5]
],
"SpeedControllers": [
{
"Type": "PwmSpeedController",
"Config": {
"CurvePoints": [
[30, 40],
[35, 50],
[40, 55],
[45, 60],
[50, 65],
[55, 70],
[60, 75],
[65, 80],
[70, 85],
[75, 100]
],
"Sensors": ["/intelcpu/0/temperature/8","/nvidiagpu/0/temperature/0"],
"MinimumChange": 4,
"MaximumChange": 8,
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
],
"Effects": [
{
"Type": "RippleEffect",
"Config": {
"Length": 5,
"Color": [0, 1, 26],
"TickInterval": 5,
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
},
{
"Name": "Pump",
"Guid": "4522b673-2f58-469c-bbad-6fa2a3487724",
"Ports": [
[9802, 8101, 4]
],
"SpeedControllers": [],
"Effects": [
{
"Type": "SensorEffect",
"Config": {
"Sensors": ["/intelcpu/0/temperature/8"],
"ColorGradient": [
[30, [52, 52, 52]],
[70, [105, 0, 0]]
],
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
}
],
"PortConfigs": [
{
"Ports": [[9802, 8101, 5]],
"Config": {
"Name": "CPU Block",
"LedCount": 12,
"LedCountHandling" : "DoNothing",
"LedRotation": 10,
"LedReverse": false
}
},
{
"Ports": [[9802, 8101, 4]],
"Config": {
"Name": "Pump",
"LedCount": 12,
"LedCountHandling" : "DoNothing",
"LedRotation": 0,
"LedReverse": false
}
},
{
"Ports": [[9802, 8101, 3]],
"Config": {
"Name": "Top Fan",
"LedCount": 9,
"LedCountHandling" : "DoNothing",
"LedRotation": 0,
"LedReverse": true
}
},
{
"Ports": [[9802, 8101, 2]],
"Config": {
"Name": "Middle Fan",
"LedCount": 9,
"LedCountHandling" : "DoNothing",
"LedRotation": 2,
"LedReverse": true
}
},
{
"Ports": [[9802, 8101, 1]],
"Config": {
"Name": "Bottom Fan",
"LedCount": 9,
"LedCountHandling" : "DoNothing",
"LedRotation": 4,
"LedReverse": true
}
}
],
"TemperatureTimerInterval": 250,
"DeviceSpeedTimerInterval": 2500,
"DeviceRgbTimerInterval": 32
} |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Yes it does fix it, its caused by hidlibrary. That is why I switched to custom forks of the thirdparty libraries. But what is the problem? I only see that for some reason edit: Fixed, anything else that does not work correctly? |
Beta Was this translation helpful? Give feedback.
-
Sorry, should have posted this with the rest. :) This was the app crash I couldn't work around on my device.
|
Beta Was this translation helpful? Give feedback.
-
Pushed 0.7.0.1-dev with the fixes |
Beta Was this translation helpful? Give feedback.
-
Works, updated version also cut CPU consumption by about 90% - all good news! |
Beta Was this translation helpful? Give feedback.
Pushed 0.7.0.1-dev with the fixes