Replies: 2 comments 6 replies
-
From a first look at the sources it seems nothing like that is implemented yet. A way of implementing it could be adding virtual sensors to the existing sensor, but that seems to need changes at a lot of places. A better way may be adding a new fan source. This must be configured in some way and could be evaluated e.g. in the calculate_pwm_duty() function. |
Beta Was this translation helpful? Give feedback.
-
Initial support for virtual sensors is now implemented. This adds 8 virtual sensors that can get their temperature from the host or alternatively these can be configured to be 'calculated' based on 2 or more of the sensors. There is support for: "delta", "min", "max", and "average" functions in this mode. Changes are in separate development tree: https://github.com/tjko/fanpico/tree/vsensor I'd expect to merge these to main branch soon, after I've had time to do some testing that everything seems to work as expected. |
Beta Was this translation helpful? Give feedback.
-
Hello, is there a way to control a fan speed based on a delta temperature, like for a watercooling setup :
WaterTemperature - AmbientTemperature ?
If not, can this be implemented?
Beta Was this translation helpful? Give feedback.
All reactions