Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Releases: emsesp/EMS-ESP

1.5.4

03 Mar 12:29
Compare
Choose a tag to compare

[1.5.4] 2019-03-03

Changed

  • MQTT keep alive changed from 5 minutes to 1 minute

Added

  • Callback for OTA. This is used to disable EMS bus during a firmware OTA update, which caused problems with the latest ESP89266 core libraries
  • Added rough estimate of WiFi signal strength to info page
  • Added the build time & date to the info page (optional in platformio.ini)

1.5.1

04 Feb 06:51
Compare
Choose a tag to compare

[1.5.1] 2019-02-03

Fixed

  • issue with Serial monitoring conflicting with UART when both running
  • Fixed typo with -D settings in the example platformio.ini

Changed

  • thermostat temp now except floats (e.g. 20.5). Some thermostats may round up or down if they use 0.5 intervals.