Add enhanced fan logic

This commit is contained in:
KenwoodFox
2026-06-18 14:09:14 -04:00
parent 49618f0c0a
commit bbe5fd5452
7 changed files with 66 additions and 67 deletions

View File

@@ -34,8 +34,8 @@ impl Default for Config {
Self {
status_pin: 4,
fan_pin: 17,
fan_on_temp_c: 40.0,
fan_off_temp_c: 35.0,
fan_on_temp_c: 35.0,
fan_off_temp_c: 30.0,
poll_interval_s: 2.0,
thermal_alarm_temp_c: 80.0,
influx: InfluxConfig::from_env(),