44 lines
671 B
YAML
44 lines
671 B
YAML
defaults:
|
|
tnom: 25
|
|
rnom: 10000.0
|
|
corr: 4800
|
|
spi:
|
|
mode: 0
|
|
hz: 1000000
|
|
pwm:
|
|
hz: 25000
|
|
start_c: 0
|
|
hysterese: 2.0
|
|
temp_input:
|
|
outside:
|
|
channel: 1
|
|
switch: 26
|
|
Rk: 9770.0
|
|
inside:
|
|
channel: 0
|
|
switch: 20
|
|
fan_output:
|
|
in:
|
|
switch: 17
|
|
pwm: 18
|
|
out:
|
|
switch: 22
|
|
pwm: 23
|
|
operation:
|
|
- greater: 20
|
|
in_pwm: 100
|
|
out_pwm: 100
|
|
- greater: 15
|
|
in_pwm: 66
|
|
out_pwm: 50
|
|
- greater: 10
|
|
in_pwm: 50
|
|
out_pwm: 33
|
|
- greater: 5
|
|
in_pwm: 33
|
|
out_pwm: 0
|
|
- greater: 0
|
|
in_pwm: 0
|
|
out_pwm: 0
|
|
|