Skip to content

First time user, need config for new build! #138

Discussion options

You must be logged in to vote

Try this.
You need to configure CurvePoints to get your desired fan curve.

{
  "Profiles": [
    {
      "Name": "Default",
      "Ports": [
        [9802, 8802, 1],
        [9802, 8802, 4],
        [9802, 8800, 1],
        [9802, 8800, 2],
        [9802, 8800, 3],
        [9802, 8801, 1],
        [9802, 8801, 2],
        [9802, 8801, 3]
      ],
      "SpeedControllers": [
        {
          "Type": "PwmSpeedController",
          "Config": {
            "CurvePoints": [
              [30, 30],
              [45, 50],
              [55, 60],
              [65, 80],
              [80, 100]
            ],
            "Sensors": ["/amdcpu/0/temperature/3"],
            "Trigger": {
       …

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@jtarshis
Comment options

Comment options

You must be logged in to vote
5 replies
@jtarshis
Comment options

@MoshiMoshi0
Comment options

@jtarshis
Comment options

@jtarshis
Comment options

@MoshiMoshi0
Comment options

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