silvia-pi icon indicating copy to clipboard operation
silvia-pi copied to clipboard

A Raspberry Pi modification to the Rancilio Silvia Espresso Machine implementing PID temperature control.

Results 16 silvia-pi issues
Sort by recently updated
recently updated
newest added

Can you please explain the warm/cold logic: https://github.com/brycesub/silvia-pi/blob/54de21218dc9e02fe6c39871e92e28bcfc769846/silvia-pi.py#L152-L168 iswarm will always be false. Should the pid values for the warm state be set only once when avgtemp >= 100? Thank...

any chance you are interested in adding these features? now that the Raspberry Pi Zero W is released, i really am looking into fitting a smarter PID into my Silvia.

Would you be able to explain this logic? https://github.com/brycesub/silvia-pi/blob/master/silvia-pi.py#L30-L44 What's unclear: - Why a threshold of `100` for `avgpid`? - Significance of the `sleep` times for cycling heat on/off when...

How do I change the unit to celcius? Do I only need to delete the line where you change it to farenheit and then change allowed input? Thanks for a...

i wonder... can it be done on a Gaggia Classic?