-
Notifications
You must be signed in to change notification settings - Fork 376
ICECUBE800BANW: sensor_service config #846
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
base: main
Are you sure you want to change the base?
Conversation
|
@joancaneus has imported this pull request. If you are a Meta employee, you can view this in D91696956. |
joancaneus
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please look into those comments?
| "name": "CPU_DPM_POS1V05_CPU_VOUT", | ||
| "sysfsPath": "/run/devmap/sensors/CPU_DPM_UCD90320/in10_input", | ||
| "type": 1, | ||
| "thresholds": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Upper and lower threshold are very tight with a 0.002V difference. Can you please double check if there is a typo there?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The thresholds have been adjusted to the following. They are still tight, but thats expected.
"thresholds": {
"upperCriticalVal": 1.086,
"lowerCriticalVal": 1.034
},
| "name": "CPU_DPM_POS1V0_PVCCANA_CPU_VOUT", | ||
| "sysfsPath": "/run/devmap/sensors/CPU_DPM_UCD90320/in15_input", | ||
| "type": 1, | ||
| "thresholds": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another threshold that is very tight with 0.02V difference. Please ensure there is no typo there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
| "name": "CPU_DPM_POS1V8_CPU_VOUT", | ||
| "sysfsPath": "/run/devmap/sensors/CPU_DPM_UCD90320/in6_input", | ||
| "type": 1, | ||
| "thresholds": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This lower and upper voltage threshold here is tight as well with 0.036V difference. Is this accurate or something you plan on changing soon?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this has been updated and is no longer tight.
|
@aalamsi22 has updated the pull request. You must reimport the pull request before landing. |
Pre-submission checklist
pip install -r requirements-dev.txt && pre-commit installpre-commit runSummary
This is the eighth PR in a series of PRs to add support for ICECUBE800BANW.
This PR adds the sensor_service config for ICECUBE800BANW:
PRs in this series, ordered by landing priority:
Landing Priority: This PR should be landed eighth.
Test Plan
To be added