craftbeerpi4-pione/cbpi
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
..
api Add valve, pressure sensor and target pressure to fermenter class 2022-04-03 12:37:34 +02:00
config Logfile size and backup logfile count in config.json 2022-07-19 09:39:27 +02:00
controller imports the whirlpool hop addition kbh with timer 2022-09-02 18:17:08 +02:00
extension Merge pull request #58 from phylax2020/master 2022-08-07 13:57:45 +02:00
http_endpoints actor update api for WS 2022-08-31 20:46:27 +02:00
job new step controller 2021-01-17 22:49:18 +01:00
static "add seconds to timer at runtime" 2021-03-03 07:37:54 +01:00
utils "recipe book added" 2021-02-27 20:09:19 +01:00
__init__.py actor update api for WS 2022-08-31 20:46:27 +02:00
cli.py fix plugin create in cli.py 2022-04-26 07:19:25 +02:00
configFolder.py fix restor backup issue 2022-05-12 21:27:12 +02:00
craftbeerpi.py Added dummy pressure sensor for testing of spunding functionality 2022-04-10 17:48:36 +02:00
eventbus.py new step controller 2021-01-17 22:49:18 +01:00
satellite.py "added dataclassed" 2021-02-16 20:37:51 +01:00
websocket.py disable sorting of elements by default 2022-04-23 20:32:32 +02:00