Files
EMS-ESP32/CHANGELOG.md
2018-12-23 14:10:27 +01:00

2.8 KiB

EMS-ESP-Boiler Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Setting the mode and setpoint temperature on a RC35

[1.1.1] 2018-12-23

Removed

  • Espurna build notes and ready made firmware

[1.1.0] 2018-12-22

Fixed

Added

Changed

  • Improved overall formatting of logging
  • Include app name and version in telnet help
  • Improved method to switch off hot tap water in Shower Alert
  • Telnet P and M commands have changed
  • Enabling Logging in telnet is now the 'l' command
  • Logging is set back to None when telnet session closes
  • Improved fetching of initial boiler values to post to MQTT at startup
  • Improved handling and retrying of write/Tx commands

Removed

  • Hid access from telnet to the Experimental custom function command 'x'
  • Tx and Rx stats have gone from the stats page, as they were pretty meaningless
  • Removed NO_TX define in platformio and replaced with system parameter 'command X'
  • Removed -DDEBUG option in build
  • Removed wwtemp MQTT messages to set the boiler temp. You'll never miss it.
  • Removed LEDs for Tx, Rx and Err. Too many flashing lights and it drains the current.
  • Removed capturing of last Rx and Tx times
  • Support for older RC20 thermostats

Known Issues

  • There's a nasty memory leek when in telnet's verbose mode with sending which causes the EMS to reset when running for a while.

[1.0.1] 2018-09-24

  • Initial stable version

[0.1.0] 2018-05-14

  • Initial development version