Replies: 2 comments 3 replies
-
I would think this should be relatively easy to implement in the firmware. Existing command: CONF:MBFAN:SOURCE currently support two types of "sources" for the fan signals: FAN and FIXED I was thinking, perhaps could add couple new types, something like:
So something like "CONF:MBFAN1:SOURCE MIN,1,2,3" could be used to configure MBFAN1 header to output whatever is the slowest fan speed observed across fans 1 to 3.... |
Beta Was this translation helpful? Give feedback.
-
@siodor, initial support for "calculated" sources for MBFAN tacho outputs is now checked in (#59). What you were looking for should now work if you use "min" fan source across your three fans for the MBFAN1 output.
While existing CONF:MBFANx:RPMMAP command should allow making MBFAN1 output to output "0 RPM" signal if fan speed is below desired limit... If you want to test, firmware images are available (for a short time) at: https://github.com/tjko/fanpico/actions/runs/7148029602 |
Beta Was this translation helpful? Give feedback.
-
Hello fanpico Community
First, thanks to @tjko for making this great project! 😃
Would it be possible to introduce a way to monitor multiple FAN tacho signals from one MBFAN tacho output?
I have the following situation:
Could this be implemented?
Beta Was this translation helpful? Give feedback.
All reactions