Skip to content

Instantly share code, notes, and snippets.

@detly
Created February 11, 2015 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save detly/7d9dbcc8ed804ed57b99 to your computer and use it in GitHub Desktop.
Save detly/7d9dbcc8ed804ed57b99 to your computer and use it in GitHub Desktop.
# Config file for macfanctl daemon
#
# Note: 0 < temp_X_floor < temp_X_ceiling
# 0 < fan_min < 6200
fan_min: 2000
temp_max_floor: 60
temp_max_ceiling: 90
temp_max_fan_min: 4000
temp_avg_floor: 45
temp_avg_ceiling: 55
temp_TC0P_floor: 45
temp_TC0P_ceiling: 60
temp_TG0P_floor: 50
temp_TG0P_ceiling: 60
# Add sensors to be excluded here, separated by space, i.e.
# exclude:
# will disable reading of sensors temp1_input and temp7_input.
exclude: 9 10 19 22 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 51
# log_level values:
# 0: Startup / Exit logging only
# 1: Basic temp / fan logging
# 2: Log all sensors
log_level: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment