craftbeerpi4-pione/cbpi/controller
prash3r 76b11a7247 imports the whirlpool hop addition kbh with timer
previously the whirlpool step has been ignored when importing from a kbh database.
on creation the whirlpoolstep would only be on a hardcoded 15 minute timer.
I added the optional timer as argument to create_Whirlpool_Cooldown().
And made use of it for negative hops timer imported from KBH.
For KBH databases this is valid because if the hops timer value is negative it can only be the whirlpool timer
and the value is the time that is set for the brewing device for getting from boil to below 80°C.
I did only test the data and not the functionality,
but it sucessfully replaces the hardcoded "15" timer with the value
from the first whirlpool hop addition while getting rid of the sign.
2022-09-02 18:17:08 +02:00
..
__init__.py setuptools added 2019-01-05 20:43:48 +01:00
actor_controller.py actor update api for WS 2022-08-31 20:46:27 +02:00
basic_controller2.py disable sorting of elements by default 2022-04-23 20:32:32 +02:00
config_controller.py Allow specifying config path on start 2022-03-31 08:06:42 +02:00
dashboard_controller.py Add setting parameter for dashboard pipe animation slow down 2022-07-21 10:27:54 +02:00
fermentation_controller.py Added dummy pressure sensor for testing of spunding functionality 2022-04-10 17:48:36 +02:00
fermenter_recipe_controller.py fix for fermenter_recipe_controller and flexible config path 2022-04-01 19:28:17 +02:00
job_controller.py log http endpoint added 2019-08-05 23:00:18 +02:00
kettle_controller.py Remove kettle and fermenter target temp logs and actor logs 2022-02-06 14:05:31 +01:00
log_file_controller.py hopefully this commit works! 2022-07-19 21:03:17 +02:00
notification_controller.py fix typos 2022-04-02 16:27:09 +02:00
plugin_controller.py update cli and remove target temp to 0 at fermenterstep end 2022-02-28 11:15:02 +01:00
recipe_controller.py Allow specifying config path on start 2022-03-31 08:06:42 +02:00
satellite_controller.py added filters for mqtt updates that can be triggered via mqtt 2022-02-03 18:03:53 +01:00
sensor_controller.py disable sorting of elements by default 2022-04-23 20:32:32 +02:00
step_controller.py fix typos 2022-04-02 16:27:09 +02:00
system_controller.py Allow specifying config path on start 2022-03-31 08:06:42 +02:00
upload_controller.py imports the whirlpool hop addition kbh with timer 2022-09-02 18:17:08 +02:00