hallboyone / RaspberryLatte

A full stack suite to add smarts to a single boiler espresso machine using a Raspberry Pi Pico as the brains.
MIT License
15 stars 1 forks source link

Add constant temp offset #10

Closed hallboyone closed 1 year ago

hallboyone commented 1 year ago

The temperature at the sensor and the temperature at the show screen may have a slight offset. This offset should be added to the firmware as either a constant value (configured based on the machine being used) or a user configurable value. Then, the temperature set point would just be offset by this amount internally.