Skip to content

xconverge/gaggia-pid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gaggia-pid

ESP8266 PID controller for Gaggia Classic espresso machine

Query target temp, uptime, and actual temp:

curl -v xxx.xxx.xxx.xxx/json

Set the new target temp:

curl -d "setpoint=200" -X POST xxx.xxx.xxx.xxx/set

Set a temporary steam temp (duration is seconds):

curl -d "setpoint=295&duration=120" -X POST xxx.xxx.xxx.xxx/steam

Set PID parameters:

curl -d "kp=1.0&ki=0.5&kd=0.1" -X POST xxx.xxx.xxx.xxx/set

Save config to EEPROM:

curl -X POST xxx.xxx.xxx.xxx/save

About

ESP8266 PID controller for Gaggia Classic espresso machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published