- changing gpio for heat

This commit is contained in:
jbruce 2018-12-01 14:18:29 -05:00
parent 871f5fe65e
commit 91b5a62733

View File

@ -26,7 +26,7 @@ currency_type = "$" # Currency Symbol to show when calculating cost to run j
# can use whichever GPIO you prefer/have available.
### Outputs
gpio_heat = 11 # Switches zero-cross solid-state-relay
gpio_heat = 23 # Switches zero-cross solid-state-relay
heater_invert = 0 # switches the polarity of the heater control
### Thermocouple Adapter selection:
@ -65,7 +65,7 @@ pid_kp = 0.5 # Proportional
sim_t_env = 25.0 # deg C
sim_c_heat = 100.0 # J/K heat capacity of heat element
sim_c_oven = 5000.0 # J/K heat capacity of oven
sim_p_heat = 9450.0 # W heating power of oven
sim_p_heat = 5450.0 # W heating power of oven
sim_R_o_nocool = 1.0 # K/W thermal resistance oven -> environment
sim_R_o_cool = 0.05 # K/W " with cooling
sim_R_ho_noair = 0.1 # K/W thermal resistance heat element -> oven