Rhuan Costa
f14c2b6639
Fixed hop time not checked if temperature dropped below setpoint
Hop time was not being checked in case the temperature dropped below the setpoint, even when into the offset margin.
Now it's being checked every iteration after the timer starts.
7 years ago
Rhuan Costa
28b1bca5f6
Fixed bug when not all hop times are filled
When hop times were left blank on boiling configuration, step timer didn't appear on GUI, neither the alert.
Alert time also fixed to be shown the entered amount of minutes before the end of boiling process. Not after the boiling start.
7 years ago
Rhuan Costa
c01d146997
Fixed hop alert GUI
Fixed typos and GUI hints on hop time alert - boiling step.
7 years ago
Matthias
e0e3aff929
Buzzer Beep Level
8 years ago
Manuel83
a1740074ac
Revert "Updates the boilstep and beerxml recipe import"
8 years ago
swimIan
8d2c5c916a
Updated again
8 years ago
swimIan
d637c08eba
update to reflect changes in the master branch
8 years ago
bertah
65833b1249
GPIOPWM: Fixed misleading label "duty cycle" to "frequency", and handle decimal frequency values. Tested working with Rpi.GPIO
8 years ago
Manuel83
820061cf09
- Two new hop steps added. Now you can set 5 hop alerts
8 years ago
mrillies
c1c5faa1f3
Add reset to post put call (Fermenter update)
Added a call to reset the fermenter after an update.
Reset builds step parameter with FerementerStep objects from database.
Reset all clears current ferment steps - this may be positive or negative
8 years ago
mrillies
0f42153591
Update controller.py
Fix for issue #125 : Missing 'power' in call to actor_on had heater id number set as power
8 years ago
swimIan
5fc5684e56
update boilstep and reorder steps in beerxml recipe import
8 years ago
Carl Allen
590ef4ca92
set default_value for Text Property
8 years ago
Manuel83
f771289224
Loading all plugins before calling initializer methods. Now also
initializer which are defined in the plugin will be called. Before
these initializer where ignored.
8 years ago
Co de Waal
bf02c08677
Update __init__.py
8 years ago
Manuel83
c765589984
Chart boost added
8 years ago
swimIan
ae7e3a2e7b
Adjust check_hop_timer function to alert the user to add the hops at the expected values in the boil process (ex. 60= bittering, 20=aroma, etc), instead of the reverse (ex. 0=bittering, 40=aroma, etc).
8 years ago
swimIan
3eee952a04
Add mashinstep, import mashin temp(infuse_temp) from beerxml, and put boil step ahead of whirlpool and chill steps.
8 years ago
Carl Allen
f62f9ba7ce
Add default to text property for @IndyJoeA
8 years ago
Carl Allen
909a6aa0ea
Add default values for Property.Number
8 years ago
Manuel83
40b7253a6d
- Add On - Link to Plugin Website
- CSS Fix for Safari
8 years ago
swimIan
124a03bd0f
Add notification(s) at the end of a mashstep, boilstep, and upon reaching boil temperature.
8 years ago
swimIan
1c4e16e358
Add notification at the end of a mashstep.
8 years ago
Carl Allen
01997f741c
Allow modifying chart data in plugins
8 years ago
swimIan
518a139b5d
Update __init__.py
Added a wait time between the beeps.
8 years ago
swimIan
42e91de9eb
Add two more beeps to the buzzer sound
Makes the buzzer notifications more noticeable.
8 years ago
swimIan
a368213cd1
Update beerxml.py
8 years ago
swimIan
58fd9a659e
Update beerxml.py
8 years ago
swimIan
e750fbb70e
Update beerxml.py
8 years ago
swimIan
ed9bbed084
Testing
8 years ago
swimIan
b9b3fee8c9
Remove spaces
8 years ago
swimIan
ad02e2490d
Remove spaces
8 years ago
swimIan
5d6e32a57f
test
8 years ago
swimIan
85f0c6cbff
test
8 years ago
swimIan
f60658c84e
Update beerxml.py
8 years ago
swimIan
b4ddc60c07
Update beerxml.py
8 years ago
swimIan
6fd39a81a9
Update beerxml.py
8 years ago
swimIan
bb6f6f2b36
Add mashin step including the infusion temp from a beerxml import
8 years ago
swimIan
54dd31ea11
Update all brew steps to allow decimal values
Changes int() on mashin and boilsteps to a float() value to check if the Target Temp is reached. This allows decimals value to not error out in the log.
8 years ago
IndyJoeA
1d586b353e
Make buzzer GPIO an Int
Fixes buzzer initialization errors
8 years ago
Manuel83
929db1df81
Actor Action added
8 years ago
Carl Allen
91c0dc9a59
fix geather to greater
8 years ago
Carl Allen
8c0f03c139
Update __init__.py
8 years ago
Carl Allen
2398ce360d
Improved descriptions for fermenter hysteresis
8 years ago
Carl Allen
a978f43649
Add back in sensor_name and improve description for offset
8 years ago
Manuel83
da6b107e94
tool tip for config properties
8 years ago
Manuel83
47268d8d1c
Allow to use actor, sensor and kettle dropdown for actor and sensor
config.
8 years ago
MikonosII
20b535b293
Update __init__.py
swapped .PropertyNumber("Cooler Offset ON", True, 0) on lines 11 and 12. On should match with min and Off should match with max on lines 32 and 35
8 years ago
Manuel83
3af76d0a1e
Action Button for Sensors added
8 years ago
Manuel83
ba0e932239
Beer.xml convert to Fahrenheit
8 years ago