From 8ab564c72b54bc54741c21821ab5d2e7991c34e9 Mon Sep 17 00:00:00 2001 From: jbruce12000 Date: Tue, 10 May 2022 13:11:16 -0400 Subject: [PATCH] change port back to 8081 --- config.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.py b/config.py index 16d03b1..149f289 100644 --- a/config.py +++ b/config.py @@ -13,7 +13,7 @@ log_format = '%(asctime)s %(levelname)s %(name)s: %(message)s' ### Server listening_ip = "0.0.0.0" -listening_port = 8082 +listening_port = 8081 ### Cost Estimate kwh_rate = 0.1319 # Rate in currency_type to calculate cost to run job @@ -64,8 +64,8 @@ sensor_time_wait = 2 # well with the simulated oven. You must tune them to work well with # your specific kiln. Note that the integral pid_ki is # inverted so that a smaller number means more integral action. -pid_kp = 25 # Proportional -pid_ki = 200 # Integral +pid_kp = 25 # Proportional 25,200,200 +pid_ki = 1 # Integral pid_kd = 200 # Derivative @@ -121,7 +121,7 @@ kiln_must_catch_up = True # or 100% off because the kiln is too hot. No integral builds up # outside the window. The bigger you make the window, the more # integral you will accumulate. -pid_control_window = 10 #degrees +pid_control_window = 5 #degrees # thermocouple offset # If you put your thermocouple in ice water and it reads 36F, you can