Changelog:
- HomeKit: Reduced maximum number of clients from 20 to 8.
- HomeKit: Finetune of AI DRAM thresholds.
- Bonjour: Added current state number to mDNS announce.
- Bonjour: Added random TTL to avoid overlap when several devices reannounce at same time.
- Bonjour: Reduced default mDNS TTL from 4500 to interval 3492-3600.
- DS18B20 Sensor: Added a modified driver to block task when reading data.
- Free Monitor: Fixes several bugs when Network request is used.
- Garage Door: Now, initial state based on sensors is fully opened or closed.
- Window Covering: Fixes missing notification when cover is moving and receive a new target value.
- Reduce some log verbose to reduce flash size.
Changelog 10.4.3:
- Humidifier: Fixes some Service Notifications.
- Lightbulb: Added
200
Service Notification to toggle current state. - Network Actions: Improves sockets management.
- Fine tune some tasks sizes.
- Improves GPIO initial states.
- HAA Installer: Updated to v6.0.5, with improved GPIO initial states and fine tune some tasks sizes.
Changelog 10.4.2:
- Fixes DHCP Server when HAA WiFi is in Access Point mode.
Changelog 10.4.1:
- HomeKit: Improves AI of low DRAM management.
- Network Request Actions: Fixes Content String Enrichment for TCP RAW and UDP.
- Free Monitor: Fixes low DRAM bug.
- Minor changes at boot.
- HAA Installer: Updated to v6.0.3 with minor changes at boot.
Changelog 10.4.0:
- Air Quality: Added HomeKit compatible extra data.
- General Config: Added
"s":
key to set accessory number where HAA Setup service is included. Default:"s":1
. With"s":0
HAA Setup service is disabled. - Garage Door: Added
"i":<seconds>
inching option for autoclose. Default:"i":0
, disabled. - Garage Door: Added
-1
value to Service Notifications to reset inching time. - Network Actions: Fixes memory leak in WOL.
- Humidifier: Added Action
14
. - General: Some DRAM tweaks.
- Setup mode: Web page improvements. Thanks to @andyallcorn (#1761)
- HAA Installer: Updated to v6.0.2 with same setup web page improvements.
Changelog 10.3.2:
- iAirZoning: Fixes actions at boot.
Changelog 10.3.1:
- HeaterCooler & Humidifier: Fixes run actions at boot.
- Window Covering: Removes unnecessary notifications when cover is moving.
- UART, Network and IR/RF Actions: Improves DRAM management.
Changelog 10.3.0:
- Free Monitor Accumulative: New service, a variant of Free Monitor that adds new reads to current value.
- Free Monitor: Added Triggered I2C mode.
- Free Monitor: Now, Service Notifications can be used with any type.
- Lightbulb: Added Zero-Cross mode.
- Lightbulb: Added selective leading PWM mode per channel.
- Lightbulb: Avoid to exec actions
0
and1
if there is not changes in on/off state. - Network actions: Fixed UDP request bug on WOL method.
- HomeKit Server: Fine tuning DRAM thresholds.
Changelog v10.2.0:
- Free Monitor: New Types: Pulse Width and UART receiver in text format.
- Free Monitor: Changes in Sensor Type definitions.
- Free Monitor: Fixes UART Receiver bug that was ignoring 0x00 byte.
Changelog v10.1.0:
- Free Monitor: Added length option to fit UART and network received data
"bl" : [ min, max ]
. - Free Monitor: Fixes target characteristic.
- Fixes Wifi reconnection and Active Roaming mode.
- Minor bug fixes.
Changelog v10.0.0:
- New HomeKit Service: Free Monitor:
- It is able to retrieve data from different sources and even copy that data to other services:
- Pulse GPIO.
- Analog Pin.
- Network requests.
- I2C devices.
- UART0.
- It is able to retrieve data from different sources and even copy that data to other services:
- New HomeKit Service: Air Quality.
- Garage Door: Added Actions
"12"
and"13"
. - Lightbulb: Improved DRAM usage at boot.
- Fan: New internal management system.
- Added support to RF emitter using same logic of IR emitter.
- Added ADC (Analog input) to use like a standard GPIO with binary inputs. Declare it as
"g":17
. - Added
Reboot
andWifi reconnection
options with HAA Manager. - HAA OTA Installer updated to v6.0.0.
- Many CPU improvements.
Read Wiki for more info.