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

Collect fan status information for EX series switches #224

Merged
merged 1 commit into from
Aug 13, 2023

Conversation

tomhughes
Copy link
Contributor

This collects fan status information for EX series switches which don't report speeds but do report a basic status with a response like:

<environment-item>
    <name>FPC 0 Fan 0</name>
    <class>Fans</class>
    <status>OK</status>
    <comment>Spinning at normal speed</comment>
</environment-item>

as well as an airflow status for each fan:

<environment-item>
    <name>FPC 0 Fan 0 Airflow</name>
    <class>Fans</class>
    <status>OK</status>
    <comment>Airflow Out (AFO)</comment>
</environment-item>

Copy link
Owner

@czerwonk czerwonk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@czerwonk czerwonk merged commit 08fdbbc into czerwonk:main Aug 13, 2023
3 checks passed
@czerwonk
Copy link
Owner

Thanks for your contribution! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants