rancilio-pid / clevercoffee

Do-It-Yourself PID für Espressomaschinen
https://clevercoffee.de
GNU General Public License v2.0
289 stars 145 forks source link

Fix Emergency mode #505

Closed theHolgi closed 6 months ago

theHolgi commented 6 months ago

Setup: Machine: Rancilio Silvia Steam switch Setpoint: 95°, Steam 130° Software: master (6177b2d6)

How to reproduce: Machine power is toggled while being at steam temperature. Goes into kEmergencyStop and unable to leave, even if the actual temperature is below steam setpoint. Only way to leave is cooling down to < 100° (brew setpoint + 5°) PID_stopped

Reason:

Solution:

kjyv commented 6 months ago

Note that this collides with https://github.com/rancilio-pid/clevercoffee/pull/488 (which will likely achieve the same result)

theHolgi commented 6 months ago

Alright, I would retract my PR in favor of #488. But that one seems to be disputed?

kjyv commented 6 months ago

Not in principle, only about the Quickmill topic

theHolgi commented 6 months ago

Superseded by #488