Sebastian Vendt
|
f495d5992c
added more informative subscribing log messages
|
5 rokov pred |
Sebastian Vendt
|
239dc580e6
fixed timer bug
|
5 rokov pred |
Sebastian Vendt
|
d666dcc3a4
removed pumptime in hal, added tracking of flowtime in hal, changed trigger of brewManual signal, removed tracking of brewtime in coffee.cpp
|
5 rokov pred |
Sebastian Vendt
|
171b0caf02
removed todo to detect the manual brewing process, SigBrewOn is now only send once, this should fix the wrong display while brewing manually and the false incrase fo the brewcounter, changed the constant when a manual brewing signal will be send
|
5 rokov pred |
Sebastian Vendt
|
07df0f73c8
implemented manual brewing
|
5 rokov pred |
Sebastian Vendt
|
c23f1cca70
restart software from menu, added some TODOs
|
6 rokov pred |
Sebastian Vendt
|
6ea2a5d520
Merge branch 'display2'
|
6 rokov pred |
Sebastian Vendt
|
8303e6db0d
added functionality to display information during state, mode or page transitions
|
6 rokov pred |
Sebastian
|
d177b17198
rotary encoder interrupt now robust against emps from the pump or the heater relais
|
6 rokov pred |
Sebastian
|
c4ddc9d38f
fixed problem of rotaryinterrupt triggers when the pump was running, no the rotary encoder is not tracking the position of the knob anymore!
|
6 rokov pred |
Sebastian
|
bd352f92ef
added the rotary encoder to flip betweeen the menu pages, added some TODOs
|
6 rokov pred |
Sebastian
|
81d2b16ec3
changed hal to use a sweepcounter for every flowLog
|
6 rokov pred |
Sebastian
|
7e4660524f
fixed floating point to integer conversion problem with logging to database
|
6 rokov pred |
Sebastian
|
454ebd2008
changed the flow log database command from REPLACE to INSERT and fixed a error message
|
6 rokov pred |
Sebastian
|
94c81cbb91
added code to log the flow with timesteps into the database
|
6 rokov pred |
Philipp Hinz
|
8eab6946b2
adapted new flow sensor diameter, bugfixes
|
6 rokov pred |
Sebastian
|
a4ed6b3cce
changed the display of the descaling star so it doesnt blink anymore, added temperatur to the CoffeePi when machine is on, added functions to measure running time of pump
|
6 rokov pred |
Sebastian
|
00597bde53
made the subscribe to event function threadsafe, added real sleep function to coffee.cpp which is resilient to signals
|
6 rokov pred |
Sebastian
|
65bd16b2d2
changed energy page to only kwh, added pinstate for the pressure sensor as well to get a reliable heating time
|
7 rokov pred |
Sebastian
|
c2af5090c6
changed the time measurement at heating time from clock() to calendartime time()
|
7 rokov pred |
Sebastian
|
123d6691e5
fixed the bug that the display stayed dark the machine is turned on over openhab and added another todo for the heating time
|
7 rokov pred |
Sebastian
|
afa1450486
added two menu pages: next descaling and total heating time, added more output for heating time since here is a bug somewhere...
|
7 rokov pred |
Sebastian
|
91c334a15c
more todos
|
7 rokov pred |
Sebastian
|
4bd5a36b30
fixed idle bug when machine is started with option -p
|
7 rokov pred |
Sebastian
|
dca74cfceb
changed initial state of the buttoncache to high since they are low active
|
7 rokov pred |
Sebastian
|
95721a7fa6
altered idle handling. Not entering idle mode anymore when machine is on. Lets see if this fixes another bug :)
|
7 rokov pred |
Philipp Hinz
|
f7877fb8b2
fixed some bugs inside the button handling
|
7 rokov pred |
Sebastian
|
8f1a8a5f01
fixed: the endless brewing bug, leaving the menu turning on the machine added: display now showing the total amount of espressi, display now turns off after certain idle time and turns on after anykey
|
7 rokov pred |
Sebastian
|
59e301fe74
full integration of state STATE_FULLTANK and bugfix with soft off. Included the display background power switch in hal
|
7 rokov pred |
Sebastian
|
079d0a48de
added debouncing to both buttons and the proximity sensor, added a coffeestate History to go back to last state in the program
|
7 rokov pred |