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

1.9.1

Compare
Choose a tag to compare
@proddy proddy released this 05 Oct 12:51

[1.9.1] 2019-10-05

Added

  • Support for multiple Heating Circuits - #162
  • new mqttlog command also shows which MQTT topics it is subscribed too
  • Optimized event log loading in web and added integrity checks on all config and log files during boot
  • autodetect quick
  • log_events option, now optional to save the log events to SPIFFS

Fixed

  • fixed zero values (0.0) for setpoint temperature with the RC35 thermostat when in Auto mode - #180
  • added check for corrupted event log, which could happen due to SPIFFS writing while UART is active
  • made Junkers work again (broke in 1.9.0)

Changed

  • Web login password is now mandatory
  • Faster detection of EMS devices on bus by using the 0x07 telegram instead of the brute-force scan
  • Fixes to the default HA climate component .yaml file to support latest Home Assistance ('heat' added)
  • Update documentation in Wiki on MQTT and troubleshooting
  • Slowed down firmware upload via the Web to prevent users rebooting too early
  • Change way WiFi is intialized to prevent dual AP and Client

Removed

  • Removed heating_circuit config setting
  • Removed showing the JSON config files when Saving from the Web