Skip to content

Releases: rancilio-pid/clevercoffee

v3.3.0-esp8266

07 Dec 17:52
325496b
Compare
Choose a tag to compare

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

30 Sep 11:09
ada53a2
Compare
Choose a tag to compare

For ESP32 & ESP8266

What's Changed

New Contributors

Full Changelog: V3.1.1...V3.2.0

Version 3.1.3 esp8266

11 May 18:42
b6c5cb6
Compare
Choose a tag to compare

Some bug fixes

Version 3.1.2

22 Jan 20:21
4c8284e
Compare
Choose a tag to compare

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

12 Dec 12:01
f00ee2e
Compare
Choose a tag to compare
  • Some fix for the website
  • Some fix for the wifi connection

Version 3.1.0

03 Nov 18:51
23e40df
Compare
Choose a tag to compare

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

07 Jun 19:03
24e51ea
Compare
Choose a tag to compare

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

07 Jun 18:41
8b3bcb9
Compare
Choose a tag to compare

Last Version before 3.0.0.

Version 2.9.4

08 Nov 10:38
f198ba6
Compare
Choose a tag to compare
  • Fix lost start PID Values

Version 2.9.3

04 Jul 07:45
f00c95f
Compare
Choose a tag to compare

Version 2.9.3

  • Optimierung Kaltstart
  • Remotedebug Ausgabe erweitert
  • Bug fixes für ESP32