Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fby4: wf: Support second source RTQ6056 #1963

Conversation

SaraLin-wiwynn
Copy link
Contributor

Description

  • Support second source RTQ6056.

Motivation

  • Support second source RTQ6056.

Test plan

  • Build code: Pass
  • Get sensor reading: Pass

Log

  • INA233 "WF_INA233_P12V_STBY_VOLT_V_32_22": { "critical": { "high": 13.32, "low": 10.73 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Volts", "value": 12.09, "warning": { "high": 13.19, "low": 10.790000000000001 } }, "WF_INA233_P12V_E1S_0_L_VOLT_V_33_22": { "critical": { "high": 13.32, "low": 10.73 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Volts", "value": 12.102, "warning": { "high": 13.19, "low": 10.790000000000001 } }, "WF_INA233_P12V_STBY_CURR_A_64_22": { "critical": { "high": 10.68 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Amperes", "value": 3.13, "warning": { "high": 10.57 } }, "WF_INA233_P12V_E1S_0_L_CURR_A_65_22": { "critical": { "high": 2.2 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Amperes", "value": 0.2, "warning": { "high": 2.1 } }, "WF_INA233_P12V_STBY_PWR_W_80_22": { "max": 0.0, "min": 0.0, "status": "ok", "unit": "Watts", "value": 37.9 }, "WF_INA233_P12V_E1S_0_L_PWR_W_81_22": { "critical": { "high": 25.75 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Watts", "value": 2.77, "warning": { "high": 25.5 } },

  • RTQ6056 "WF_INA233_P12V_STBY_VOLT_V_32_32": { "critical": { "high": 13.32, "low": 10.73 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Volts", "value": 12.133000000000001, "warning": { "high": 13.19, "low": 10.790000000000001 } }, "WF_INA233_P12V_E1S_0_L_VOLT_V_33_32": { "critical": { "high": 13.32, "low": 10.73 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Volts", "value": 12.001, "warning": { "high": 13.19, "low": 10.790000000000001 } }, "WF_INA233_P12V_STBY_CURR_A_64_32": { "critical": { "high": 10.68 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Amperes", "value": 3.17, "warning": { "high": 10.57 } }, "WF_INA233_P12V_E1S_0_L_CURR_A_65_32": { "critical": { "high": 2.2 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Amperes", "value": 0.30000000000000004, "warning": { "high": 2.1 } }, "WF_INA233_P12V_STBY_PWR_W_80_32": { "max": 0.0, "min": 0.0, "status": "ok", "unit": "Watts", "value": 38.099000000000004 }, "WF_INA233_P12V_E1S_0_L_PWR_W_81_32": { "critical": { "high": 25.75 }, "max": 0.0, "min": 0.0, "status": "ok", "unit": "Watts", "value": 5.22, "warning": { "high": 25.5 } },

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Sep 5, 2024
@facebook-github-bot
Copy link
Contributor

@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

Description
- Support second source RTQ6056.

Motivation
- Support second source RTQ6056.

Test plan
- Build code: Pass
- Get sensor reading: Pass

Log
- INA233
    "WF_INA233_P12V_STBY_VOLT_V_32_22": {
        "critical": {
            "high": 13.32,
            "low": 10.73
        },
        "max": 0.0,
        "min": 0.0,
        "status": "ok",
        "unit": "Volts",
        "value": 12.09,
        "warning": {
            "high": 13.19,
            "low": 10.790000000000001
        }
    },
    "WF_INA233_P12V_E1S_0_L_VOLT_V_33_22": {
        "critical": {
            "high": 13.32,
            "low": 10.73
        },
        "max": 0.0,
        "min": 0.0,
        "status": "ok",
        "unit": "Volts",
        "value": 12.102,
        "warning": {
            "high": 13.19,
            "low": 10.790000000000001
        }
    },
    "WF_INA233_P12V_STBY_CURR_A_64_22": {
        "critical": {
            "high": 10.68
        },
        "max": 0.0,
        "min": 0.0,
        "status": "ok",
        "unit": "Amperes",
        "value": 3.13,
        "warning": {
            "high": 10.57
        }
    },
    "WF_INA233_P12V_E1S_0_L_CURR_A_65_22": {
        "critical": {
            "high": 2.2
        },
        "max": 0.0,
        "min": 0.0,
        "status": "ok",
        "unit": "Amperes",
        "value": 0.2,
        "warning": {
            "high": 2.1
        }
    },
   "WF_INA233_P12V_STBY_PWR_W_80_22": {
        "max": 0.0,
        "min": 0.0,
        "status": "ok",
        "unit": "Watts",
        "value": 37.9
    },
    "WF_INA233_P12V_E1S_0_L_PWR_W_81_22": {
        "critical": {
            "high": 25.75
        },
        "max": 0.0,
        "min": 0.0,
        "status": "ok",
        "unit": "Watts",
        "value": 2.77,
        "warning": {
            "high": 25.5
        }
    },

- RTQ6056
    "WF_INA233_P12V_STBY_VOLT_V_32_32": {
        "critical": {
            "high": 13.32,
            "low": 10.73
        },
        "max": 0.0,
        "min": 0.0,
        "status": "ok",
        "unit": "Volts",
        "value": 12.133000000000001,
        "warning": {
            "high": 13.19,
            "low": 10.790000000000001
        }
    },
    "WF_INA233_P12V_E1S_0_L_VOLT_V_33_32": {
        "critical": {
            "high": 13.32,
            "low": 10.73
        },
        "max": 0.0,
        "min": 0.0,
        "status": "ok",
        "unit": "Volts",
        "value": 12.001,
        "warning": {
            "high": 13.19,
            "low": 10.790000000000001
        }
    },
    "WF_INA233_P12V_STBY_CURR_A_64_32": {
        "critical": {
            "high": 10.68
        },
        "max": 0.0,
        "min": 0.0,
        "status": "ok",
        "unit": "Amperes",
        "value": 3.17,
        "warning": {
            "high": 10.57
        }
    },
    "WF_INA233_P12V_E1S_0_L_CURR_A_65_32": {
        "critical": {
            "high": 2.2
        },
        "max": 0.0,
        "min": 0.0,
        "status": "ok",
        "unit": "Amperes",
        "value": 0.30000000000000004,
        "warning": {
            "high": 2.1
        }
    },
    "WF_INA233_P12V_STBY_PWR_W_80_32": {
        "max": 0.0,
        "min": 0.0,
        "status": "ok",
        "unit": "Watts",
        "value": 38.099000000000004
    },
    "WF_INA233_P12V_E1S_0_L_PWR_W_81_32": {
        "critical": {
            "high": 25.75
        },
        "max": 0.0,
        "min": 0.0,
        "status": "ok",
        "unit": "Watts",
        "value": 5.22,
        "warning": {
            "high": 25.5
        }
    },
@SaraLin-wiwynn SaraLin-wiwynn force-pushed the Sara/fby4-wf-Support_second_surce_rtq branch from 88bfa3d to 57b9680 Compare September 5, 2024 10:29
@facebook-github-bot
Copy link
Contributor

@SaraLin-wiwynn has updated the pull request. You must reimport the pull request before landing.

@facebook-github-bot
Copy link
Contributor

@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@SaraLin-wiwynn
Copy link
Contributor Author

Force update to fix clang-format error.

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 8ceb17b.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants