Changelog 12.13.4:
- Garage Door: Fixed "Save last state" feature.
- HeaterCooler and Humidifier: Added Internal Service Notification for incremental target temp/hum steps.
- Light Sensor: Added
"n":-1
type for a virtual light sensor, to be managed by other HAA services.
Changelog 12.13.3:
- Added split 1-wire support for DS18B20 and DHT sensors, using 2 GPIOs.
- They must be declared as
"g":[ Data GPIO, Output GPIO ]
. - For example, for Shelly Plus Add-on:
"g":[1,0]
; and for Shelly Gen1 Add-on:"g":[3,0]
.
- They must be declared as
- Several code changes needed for the Advanced Features that will come with v12.14.0.
- Some DRAM improvements.
Changelog 12.13.2:
- Reduced HAA Main binary size to accommodate the upcoming new Advanced Features of HAA v12.14.
- HomeKit: Improved HomeKit data type for the new Advanced Features.
- Lightbulb: Minimal fix for HSI to RGB conversion.
- ESP32, ESP32-C and ESP32-S:
- Updated SDK version to ESP-IDF 5.3.1 with bug fixes.
Changelog 12.13.1:
- Security System: Fixed Service Notification bug on value
8
to stop alarm when recurrent alarm is used.
Changelog 12.13.0:
- Free Monitor: Added option to save last state (value) using
"s":5
. Last state will be saved only when subsystem is triggered from another service, never from Free Monitor itself. - Save last states subsystem: Several improvements to reduce CPU, DRAM and flash.
- Added a suffix letter to Installers hostnames, to differentiate between HAABoot:
InstallerB
, and OTAMain:InstallerM
. - ESP8266:
- Update SDK esp-open-rtos-rsf to reduce flash footprint.
- ESP32, ESP32-C and ESP32-S:
- Updated SDK version to ESP-IDF 5.3 with many improvements and bug fixes.
- Freed unused memory of hostname (About 12 bytes of DRAM).
Read Wiki for more info.