thorrak / brewpi-esp8266

An implementation of the BrewPi device code on the ESP8266, ESP32, and ESP32-S2
GNU General Public License v3.0
85 stars 30 forks source link

v15 Release #85

Closed thorrak closed 1 year ago

thorrak commented 1 year ago

v15 BrewPi-ESP Firmware

This firmware contains a number of significant changes and enhancements, as compared to the previous wide release (v11):

There are three features that were originally part of the beta firmware which were ultimately stripped out prior to release:

Inkbird wireless temperature sensor support was stripped out due to upstream bugs in Espressif's current esp-idf framework preventing the reliable use of active scanning. A fix is expected to come with v3.x of the Arduino framework -- if this works, then support will be restored in an upcoming version of BrewPi-ESP.

Prometheus support was disabled due to conflicts with the implementation of the HTTP interface, and may be restored in a future release.

The "low delay" mode is now part of the configurable minimum delays, and is no longer a separate firmware version.

Firmware Versions / Targeted Hardware

There are six separate versions of this firmware:

The ESP32 firmware is intended to run on standard ESP32 chips. The ESP32-S2 firmware is intended to run on ESP32-S2 chips, such as the Lolin S2 Mini. Bluetooth sensors are only supported on the ESP32. TPLink Kasa WiFi Switches are only supported on ESP32 and ESP32-S2 WiFi firmware.

Note about future support

v15 will likely be the final official release of this firmware for the ESP8266 microcontroller. Although there may be future releases, it is highly recommended that the ESP32 be used for new builds, and existing users that want to use new, upcoming features should explore migrating to the ESP32-S2 which - in builds using Lolin's D1 Mini - has a pin-equivalent board available that may be a direct, drop-in replacement. For discussion as to why, please see this post.

Note about the project name

As a result of the migration away from the ESP8266, the project is also going to undergo a name change from BrewPi-ESP8266 to BrewPi-ESP.