Skip to content

Configuration Help #35

Discussion options

You must be logged in to vote

You did not specify what to do with ports [9802, 8501, 1] and [9802, 8501, 2] but you should be able to tweak it from here.

{
   "Profiles": [
    {
      "Name": "GPU",
      "Ports": [
        [9802, 8501, 3], 
        [9802, 8501, 4],
        [9802, 8501, 5],
        [9802, 8502, 1]
      ],
      "SpeedControllers": [
        {
          "Type": "PwmSpeedController", 
          "Config": {
            "CurvePoints": [
              [30, 30],
              [45, 50],
              [55, 60],
              [65, 75],
              [75, 100]
            ],
            "Sensors": ["/gpu/0/temperature/0"],
            "Trigger": {
              "Type": "AlwaysTrigger"
            }
          …

Replies: 6 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
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 #35 on December 08, 2020 23:19.