Skip to content
Discussion options

You must be logged in to vote

The config you posted pretty much does what you want, you just needed to add correct port identifiers.

{
  "Profiles": [
    {
      "Name": "Default",
      "Ports": [
        [9802, 8103, 1],
        [9802, 8103, 2],
        [9802, 8103, 3],
        [9802, 8103, 4],
        [9802, 8103, 5],
        [9802, 8102, 4]
      ],
      "SpeedControllers": [
        {
          "Type": "PwmSpeedController", 
          "Config": {
            "CurvePoints": [
              [30, 30],
              [45, 50],
              [55, 60],
              [65, 75],
              [75, 100]
            ],
            "Sensors": ["/intelcpu/0/temperature/8"],
            "Trigger": {
              "Type": "Alw…

Replies: 9 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by MoshiMoshi0
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants