-
Notifications
You must be signed in to change notification settings - Fork 2
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
Implement EnvironmentMetrics #3045
Comments
@gtmills There are some questions about the data that needs to be implemented. 1.For the "TemperatureCelsius"; 2.For the "PowerWatts"; |
Sorry for not responding sooner, at this time we just need PowerWatts in EnvironmentMetrics. |
@gtmills Okay, for PowerWatts in EnvironmentMetrics. |
Yes, https://github.com/openbmc/bmcweb/blob/9a128eb3fc3008f802974360e98de6495ed1a66b/redfish-core/lib/sensors.hpp#L1007 It only exists on ours when the system is booted.
Anyway you can a sensor like this to your machine? |
Thank you, I am trying to make a similar sensor exist in our machine. |
@zhanghaodi Can we pull this one and #2793 in downstream? |
|
refresh again |
https://redfish.dmtf.org/schemas/v1/EnvironmentMetrics.v1_0_0.json
Need EnvironmentMetrics for PowerConsumedWatts
https://github.com/search?q=org%3Aopenbmc+PowerConsumedWatts&type=code
PowerConsumedWatts is called PowerWatts in EnvironmentMetrics
For now just put EnvironmentMetrics out on Chassis and implement PowerWatts
The text was updated successfully, but these errors were encountered: