Skip to content

Config Help #132

Jan 27, 2021 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

if the cpu <30 then fans =10% fan

Minimum fan speed is 20%

I also just want the default lighting if thats possible.

Not sure what default means but I used aurora effect

Try this:

{
  "Profiles": [
    {
      "Name": "Default",
      "Ports": [
        [9802, 8501, 1],
        [9802, 8501, 2],
        [9802, 8501, 3],
        [9802, 8502, 1],
        [9802, 8502, 2],
        [9802, 8502, 3],
      ],
      "SpeedControllers": [
        {
          "Type": "PwmSpeedController",
          "Config": {
            "CurvePoints": [
              [50, 20],
              [70, 30],
              [80, 50],
              [85, 75],
              [90, 100]
            ],
            "Sensors": ["/…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@PeekABoo-sys
Comment options

@PeekABoo-sys
Comment options

@MoshiMoshi0
Comment options

Answer selected by MoshiMoshi0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants