Carl Allen
590ef4ca92
set default_value for Text Property
il y a 8 ans
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.
il y a 8 ans
Co de Waal
bf02c08677
Update __init__.py
il y a 8 ans
Manuel83
c765589984
Chart boost added
il y a 8 ans
Carl Allen
f62f9ba7ce
Add default to text property for @IndyJoeA
il y a 8 ans
Carl Allen
909a6aa0ea
Add default values for Property.Number
il y a 8 ans
Manuel83
40b7253a6d
- Add On - Link to Plugin Website
- CSS Fix for Safari
il y a 8 ans
swimIan
124a03bd0f
Add notification(s) at the end of a mashstep, boilstep, and upon reaching boil temperature.
il y a 8 ans
swimIan
1c4e16e358
Add notification at the end of a mashstep.
il y a 8 ans
Carl Allen
01997f741c
Allow modifying chart data in plugins
il y a 8 ans
swimIan
518a139b5d
Update __init__.py
Added a wait time between the beeps.
il y a 8 ans
swimIan
42e91de9eb
Add two more beeps to the buzzer sound
Makes the buzzer notifications more noticeable.
il y a 8 ans
swimIan
a368213cd1
Update beerxml.py
il y a 8 ans
swimIan
58fd9a659e
Update beerxml.py
il y a 8 ans
swimIan
e750fbb70e
Update beerxml.py
il y a 8 ans
swimIan
ed9bbed084
Testing
il y a 8 ans
swimIan
b9b3fee8c9
Remove spaces
il y a 8 ans
swimIan
ad02e2490d
Remove spaces
il y a 8 ans
swimIan
5d6e32a57f
test
il y a 8 ans
swimIan
85f0c6cbff
test
il y a 8 ans
swimIan
f60658c84e
Update beerxml.py
il y a 8 ans
swimIan
b4ddc60c07
Update beerxml.py
il y a 8 ans
swimIan
6fd39a81a9
Update beerxml.py
il y a 8 ans
swimIan
bb6f6f2b36
Add mashin step including the infusion temp from a beerxml import
il y a 8 ans
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.
il y a 8 ans
IndyJoeA
1d586b353e
Make buzzer GPIO an Int
Fixes buzzer initialization errors
il y a 8 ans
Manuel83
929db1df81
Actor Action added
il y a 8 ans
Carl Allen
91c0dc9a59
fix geather to greater
il y a 8 ans
Carl Allen
8c0f03c139
Update __init__.py
il y a 8 ans
Carl Allen
2398ce360d
Improved descriptions for fermenter hysteresis
il y a 8 ans
Carl Allen
a978f43649
Add back in sensor_name and improve description for offset
il y a 8 ans
Manuel83
da6b107e94
tool tip for config properties
il y a 8 ans
Manuel83
47268d8d1c
Allow to use actor, sensor and kettle dropdown for actor and sensor
config.
il y a 8 ans
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
il y a 8 ans
Manuel83
3af76d0a1e
Action Button for Sensors added
il y a 8 ans
Manuel83
ba0e932239
Beer.xml convert to Fahrenheit
il y a 8 ans
Carl Allen
734f0c6693
Select properties configurable for steps
il y a 8 ans
Manuel83
45c937825b
-fix beer xml
-fix fermenter hysteresis
il y a 8 ans
Manuel83
291f09dcd1
- Import KBH
- Import BeerXML
- Import REST API
- Migration DB
- Set Default Screen after Start
- Cleanup
il y a 8 ans
Luke Mullan
e7de4d8965
Move buzzer init order to fall after config init.
Buzzer can't initialise with correct gpio pin as the config hasn't been initialised yet.
il y a 8 ans
Carl Allen
4470767a1c
Allow blank value for offset on onewire sensor
Fixes bug caused introduced when adding the offset (temps only reading 0)
il y a 8 ans
Luke Mullan
7d35538962
Fix **kwargs ommision.
il y a 8 ans
Manuel83
10a989cee9
Fix: Sensors are now stopping after update of config
il y a 8 ans
Luke Mullan
fc945f093c
Change to notification to use message even bus
This will allow any plugin to listen for a notification and respond accordingly.
il y a 8 ans
Manuel83
00739ea38f
-Ui Changes
-Brew Steps added
-Clean AddOn Dialog
il y a 8 ans
MikonosII
71449740fa
Update controller.py
lines 138 and 144 were changed to f.cooler
il y a 8 ans
IndyJoeA
f1ec635f25
Replace int with float in get_sensor_value()
I've noticed that sensor values are being handled as integers by this function, which was causing poor performance of the PIDArduino logic and another logic plugin I am testing. I have changed the type to float, and now logic controllers can receive more accurate temperature values.
il y a 8 ans
Carl Allen
139f5e8f91
Allow specifying an offset on onewire sensor
il y a 8 ans
Carl Allen
7594aecaee
Allow floats for offeset min/max
il y a 8 ans
Manuel83
26da7c66bc
Add actor_power to Controller
il y a 8 ans