Releases: rancilio-pid/clevercoffee
Releases · rancilio-pid/clevercoffee
v3.3.0-esp8266
This is the last major release for ESP8266. There will be no futher development for features on the esp8266 platform.
Wifimanager and the u8g2 display lib causing a crash during first boot. We did remove the wifimanager, so you have to setup up your wifi in the userconfig.h file. Sadly we also had to remove the remote debug feature, but as there will be no development on esp8266, we think that isn´t such a big loss.
What's Changed
- Fix pinMode of PINBREWSWITCH for pid only hardware brew detection by @Nilaik in #379
- fix standard settings BREWSWITCHTYPE by @LoQue90 in #392
- Remove WiFiManager as a workaround for the incompatibility with the display library by @fiendie in #405
- Fix for MQTT Reconnect, bumb sw number by @LoQue90 in #406
- Fix for Displayrotateupright.h by @LoQue90 in #408
Full Changelog: V3.2.0...v3.3.0-esp8266
Version 3.2.0
For ESP32 & ESP8266
What's Changed
- Update rancilio-pid.cpp by @user-na in #289
- Use MQTT will for availability by @Nilaik in #295
- Add ToF sensor data/water level to MQTT by @Nilaik in #298
- add support for SH1106 in SPI mode by @piontec in #256
- add steamsetpoint to website by @murmeltier08 in #294
- Show steam setpoint on parameters page by @kjyv in #299
- Add machine state to mqtt by @Nilaik in #300
- Merge pull request #240 from judokan9/powerbutton by @murmeltier08 in #306
- increase sensor temperature check diff by @murmeltier08 in #308
- re-adding language setting to userconfig by @LoQue90 in #346
- bugfix for #347 by @murmeltier08 in #348
- pinmapping based on MCU type by @LoQue90 in #361
- fix wrong P_SENS PIN by @LoQue90 in #365
- fix-kEmergencyStop-translation-esp8266 by @LoQue90 in #369
New Contributors
Full Changelog: V3.1.1...V3.2.0
Version 3.1.3 esp8266
Some bug fixes
Version 3.1.2
Last release for ESP8266
- Fixes for crashes/boot loops and temperature sensor issues
- Allow changing steam setpoint on parameters page
- Support last will message for MQTT ("available" topic)
- Add support for SH1106 in SPI mode
- Internal cleanup
Version 3.1.1
- Some fix for the website
- Some fix for the wifi connection
Version 3.1.0
key facts
- improvement of the PID for starting and brewing, more: here
- Blynk is now history and not supported anymore
- Easy control of hosted website from the controller
Version 3.0.1
First release of the new Version 3:
key facts:
- own website hosted via ESP32 or ESP8266
- blynk is now only supported, not the main control of the espresso machine
- Wifi manager for the first setup of the ESP
- Full support of MQTT
- VS Code & Platform IO is supported, Arduino IDE is not recommended
IF YOU WANT TO UPDATE from 2.9.X:
- You need access via USB to your ESP
- You have to erase the flash of the ESP
- You have to build and upload the filesystem to the ESP (2 clicks in VS Code)
- Also see: https://www.youtube.com/watch?v=KZPjisOEcQ4 (german)
2.9.5 - Last Version before 3.0.0
Last Version before 3.0.0.
Version 2.9.4
- Fix lost start PID Values
Version 2.9.3
Version 2.9.3
- Optimierung Kaltstart
- Remotedebug Ausgabe erweitert
- Bug fixes für ESP32