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

Hi There, Found your project and can unfortunately not get it to work. I know nothing about programming, so I am sorry for these dumb questions: 1. When i run...

Hi folks, I've just built this thing, and am running into some errors. My PID.err.log is showing the error: > pi@raspberrypi:/root/silvia-pi $ tail pid.err.log > Traceback (most recent call last):...

It is incredibly confusing that the schematics in the README show the he_pin to be physical pin 26 / GPIO7 while the GPIO mode is set to BCM and thus...

Hi i been trying to get the temp value from def pid_loop(dummy,state): but i dont get it to work. what values do i have to have in the dummy and...

Hi everyone, I know there hasn't been a lot of activity in this repo recently, but I'm gonna try anyway. I got everything up and running and the software is...

Hello guys, I just installed silvia-pi on my Raspberry Pi Zero W and without connecting the MAX31855K, the web interface is working perfectly. The problem is, as soon as I...

First of all: thank you for this great project! But i've encountered the following problem: when I turn on the machine, the light doesn't turn on. Only when I turn...

on adafruits official website: The MAX31855 does not support grounded thermocouples - if the sensor touches ground the chip will return an error the project should be updated to avoid...

Process Process-5: Traceback (most recent call last): File "/usr/lib/python2.7/multiprocessing/process.py", line 267, in _bootstrap self.run() File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run self._target(*self._args, **self._kwargs) File "silvia-pi.py", line 297, in rest_server run(host='0.0.0.0',port=conf.port,server='cheroot') File...

![image](https://user-images.githubusercontent.com/43532945/51438685-9cfa1380-1caf-11e9-9490-0d432d69b9d2.png) So, as you can see above, I finally managed to get the webapi going. I bought a new amplifier (https://www.adafruit.com/product/3328), the MAX31855, because I've a PT100 sensor I thought...