Skip to content

Configuration Help #57

Discussion options

You must be logged in to vote

Your config was slightly wrong, try this:

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

Replies: 2 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #57 on December 08, 2020 23:24.