Commit Graph

144 Commits

Author SHA1 Message Date
John Pickup f59f0f38a3 .. 2023-06-17 12:37:37 +01:00
John Pickup 0bca50182f flip on/off for heat 2023-06-16 14:45:05 +01:00
John Pickup 33c4295753 flip x & y buttons 2023-06-16 13:51:09 +01:00
John Pickup 5121e8b370 .. 2023-06-16 13:49:01 +01:00
John Pickup f0d65f9673 . 2023-06-16 12:00:32 +01:00
John Pickup e88f54472c . 2023-06-16 11:58:48 +01:00
John Pickup 2c14cabfb3 . 2023-06-16 11:55:25 +01:00
John Pickup 7e64d78d11 profile selection 2023-06-16 11:52:37 +01:00
John Pickup f6d3039d46 button handling 2023-06-16 11:14:36 +01:00
John Pickup fa46aac482 . 2023-06-16 10:52:03 +01:00
John Pickup ec12e8cc31 . 2023-06-16 10:43:00 +01:00
John Pickup f919a042c9 .. 2023-06-16 10:29:33 +01:00
John Pickup 4387fc59e1 . 2023-06-16 10:28:19 +01:00
John Pickup d390e03e0c . 2023-06-16 10:24:49 +01:00
John Pickup e2c0082ca5 .. 2023-06-16 10:23:41 +01:00
John Pickup fd05dcaa5d . 2023-06-16 10:19:35 +01:00
John Pickup b53141f3fe ... 2023-06-16 10:14:01 +01:00
John Pickup f40a66a5db ... 2023-06-16 10:11:53 +01:00
John Pickup cd2414448a .. 2023-06-16 10:08:40 +01:00
John Pickup f46d3df009 .. 2023-06-16 10:05:14 +01:00
John Pickup 8487df7216 . 2023-06-16 10:03:25 +01:00
John Pickup 2d69fcb80a .. 2023-06-16 10:02:29 +01:00
John Pickup f557200bb0 . 2023-06-16 09:32:09 +01:00
John Pickup ff33e21257 .... 2023-06-16 09:23:10 +01:00
John Pickup 5fd7060883 led 2023-06-16 09:02:23 +01:00
John Pickup 33b185426c ... 2023-06-16 08:54:58 +01:00
John Pickup 39f0025b46 .. 2023-06-16 07:39:34 +01:00
John Pickup 823ee67293 . 2023-06-16 07:36:17 +01:00
John Pickup c4b5a94352 next step on display 2023-06-16 07:22:52 +01:00
John Pickup 8de864a5b3 Initial work on display 2023-06-14 20:21:52 +01:00
jbruce12000 7b646c95cf added cost to web interface 2022-09-11 14:10:38 -04:00
jbruce e45709a5a4 initial changes for cost calculation 2022-08-31 21:45:34 -04:00
jbruce 8fbb3ab649 adding configurable emergencies 2022-08-12 08:22:47 -04:00
jbruce12000 d1ea79925c dupfree logger applied to all logs, fixed that 2022-06-26 12:03:33 -04:00
jbruce12000 9bedc9beda make automatic restart log messages a little more verbose 2022-06-26 10:42:13 -04:00
jbruce12000 4d98f1de87 adding a logger to ignore duplicate messages 2022-06-26 10:30:16 -04:00
jbruce b71d4f9d78 fixed bug where restarts and emergencies competed 2022-06-24 08:32:43 -04:00
jbruce fddf22e6bf making restart state file more generic. make logs less noisy. put sleep in code so ovenwatcher can be set 2022-06-21 15:53:34 -04:00
jbruce12000 7f5b1396b6 refactored restart code 2022-06-20 21:05:09 -04:00
jbruce12000 4601d92eeb fixed bug where stop and restart collided. stop didn't stop. loop. 2022-06-20 11:14:32 -04:00
jbruce12000 4db8e30515 adding restart profile functionality 2022-06-19 16:20:44 -04:00
jbruce 82fab375ea fix keyerror in logging 2022-05-16 09:01:59 -04:00
jbruce 874557fd1e of the N temps readings every duty cycle, 2s by default, strip the top 25 percent and bottom 25 percent from those readings, use the rest to get the average temp over the cycle. 2022-05-14 15:37:58 -04:00
jbruce 165a8b16dd moving logging to one place. make logging output more verbose. remove code to zero out iterm if out of pid window. 2022-05-12 22:46:45 -04:00
jbruce 3d0ced062c have new heating progress bar always display, not just when heating. earlier code simplification was not clearly tested. caused lots of problems. fixing. 2022-05-12 21:40:03 -04:00
jbruce 8546d91035 simplified code changes for pid window. removed static flashing heat image with simple html progress bar 2022-05-12 19:24:44 -04:00
jbruce12000 6e6c56d3a4 adding pid_control_window parameter, removing stop_integral_windup parameter, fixed api bug 2022-05-10 12:21:55 -04:00
jbruce12000 d839e082e6 increased freq of pid logging. zero out integral component if kiln_must_catch_up is True and outside of kiln_must_catch_up_max_error window 2022-05-01 17:52:37 -04:00
jbruce 1acc57733c adding config.ignore_emergencies setting 2022-03-21 12:54:35 -04:00
jbruce cae9b166ca - fix for folks using kiln_must_catch_up setting. fixed a time slipping
issue when this setting is used.
2022-03-07 11:14:44 -05:00