Releases: RavenSystem/esp-homekit-devices
Home Accessory Architect v12.14.5 Merlin
Changelog 12.14.5:
- HomeKit: Several bug fixes and improvements.
Changelog 12.14.4:
- HomeKit: Fixed memory leak introduced in v12.14.0.
- Other changes and improvements.
- ESP32, ESP32-C and ESP32-S:
- Downgraded SDK version to ESP-IDF 5.3.1.
Changelog 12.14.3:
- HomeKit: Revert back fine-tune memory buffers.
Changelog 12.14.2:
- HomeKit: Added safeguard for
nan
float values (They will be0
).
Changelog 12.14.1:
- HomeKit: Fine-tune memory buffers to use less DRAM and more network throughput, having faster response.
- Increased Ping Task Size to mitigate memory task overflow.
Changelog 12.14.0:
- Added Advanced Features Service. (HAA Manager App v4.0.1 required).
- HomeKit: Several performance improvements.
- System Action: Added action
5
to disconnect wifi. - Battery: Added "Charging status" characteristic.
- ESP32, ESP32-C and ESP32-S:
- Updated SDK version to ESP-IDF 5.3.2 with many improvements and bug fixes.
Read Wiki for more info.
Home Accessory Architect v12.14.4 Merlin
Changelog 12.14.4:
- HomeKit: Fixed memory leak introduced in v12.14.0.
- Other changes and improvements.
- ESP32, ESP32-C and ESP32-S:
- Downgraded SDK version to ESP-IDF 5.3.1.
Changelog 12.14.3:
- HomeKit: Revert back fine-tune memory buffers.
Changelog 12.14.2:
- HomeKit: Added safeguard for
nan
float values (They will be0
).
Changelog 12.14.1:
- HomeKit: Fine-tune memory buffers to use less DRAM and more network throughput, having faster response.
- Increased Ping Task Size to mitigate memory task overflow.
Changelog 12.14.0:
- Added Advanced Features Service. (HAA Manager App v4.0.1 required).
- HomeKit: Several performance improvements.
- System Action: Added action
5
to disconnect wifi. - Battery: Added "Charging status" characteristic.
- ESP32, ESP32-C and ESP32-S:
- Updated SDK version to ESP-IDF 5.3.2 with many improvements and bug fixes.
Read Wiki for more info.
Home Accessory Architect v12.14.3 Merlin
Changelog 12.14.3:
- HomeKit: Revert back fine-tune memory buffers.
Changelog 12.14.2:
- HomeKit: Added safeguard for
nan
float values (They will be0
).
Changelog 12.14.1:
- HomeKit: Fine-tune memory buffers to use less DRAM and more network throughput, having faster response.
- Increased Ping Task Size to mitigate memory task overflow.
Changelog 12.14.0:
- Added Advanced Features Service. (HAA Manager App v4.0.1 required).
- HomeKit: Several performance improvements.
- System Action: Added action
5
to disconnect wifi. - Battery: Added "Charging status" characteristic.
- ESP32, ESP32-C and ESP32-S:
- Updated SDK version to ESP-IDF 5.3.2 with many improvements and bug fixes.
Read Wiki for more info.
Home Accessory Architect v12.14.2 Merlin
Changelog 12.14.2:
- HomeKit: Added safeguard for
nan
float values (They will be0
).
Changelog 12.14.1:
- HomeKit: Fine-tune memory buffers to use less DRAM and more network throughput, having faster response.
- Increased Ping Task Size to mitigate memory task overflow.
Changelog 12.14.0:
- Added Advanced Features Service. (HAA Manager App v4.0.1 required).
- HomeKit: Several performance improvements.
- System Action: Added action
5
to disconnect wifi. - Battery: Added "Charging status" characteristic.
- ESP32, ESP32-C and ESP32-S:
- Updated SDK version to ESP-IDF 5.3.2 with many improvements and bug fixes.
Read Wiki for more info.
Home Accessory Architect v12.14.1 Merlin
Changelog 12.14.1:
- HomeKit: Fine-tune memory buffers to use less DRAM and more network throughput, having faster response.
- Increased Ping Task Size to mitigate memory task overflow.
Changelog 12.14.0:
- Added Advanced Features Service. (HAA Manager App v4.0.1 required).
- HomeKit: Several performance improvements.
- System Action: Added action
5
to disconnect wifi. - Battery: Added "Charging status" characteristic.
- ESP32, ESP32-C and ESP32-S:
- Updated SDK version to ESP-IDF 5.3.2 with many improvements and bug fixes.
Read Wiki for more info.
Home Accessory Architect v12.14.0 Merlin
Changelog 12.14.0:
- Added Advanced Features Service. (HAA Manager App v4.0.1 required).
- HomeKit: Several performance improvements.
- System Action: Added action
5
to disconnect wifi. - Battery: Added "Charging status" characteristic.
- ESP32, ESP32-C and ESP32-S:
- Updated SDK version to ESP-IDF 5.3.2 with many improvements and bug fixes.
Read Wiki for more info.
Home Accessory Architect v12.13.4 Merlin
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.
Home Accessory Architect v12.13.3 Merlin
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.
Home Accessory Architect v12.13.2 Merlin
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. See fix (@kevinjohncutler)
- 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.
Home Accessory Architect v12.13.1 Merlin
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
. - ESP826:
- 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.