github RavenSystem/esp-homekit-devices HAA_5.0.15
Home Accessory Architect v5.0.15

latest releases: HAA_12.12.4, HAA_12.12.3, HAA_12.12.2...
3 years ago

Changelog:

  • NTP: Avoid task creation when device is HomeKit pairing to save RAM.
  • Thermostat and iAirZoning: Added "dl" to customize process delay time.
  • Lightbulb: Added new brightness controls to internal accessory notifications.

IMPORTANT CHANGES 5.0.0:

  • Accessory Notification Action, I2C and MCP23017: Changes in JSON. See Wiki for details about new formats.
  • Lightbulb: GPIOs JSON declaration has a new format. See Wiki for details about new formats.
  • Binary output Action: Initial state now is configurable with a JSON key. LOW by default.
  • Network Action: Wait for a possible TCP network reply now is optional. Disable by default.
  • Thermostat accessories must be updated from Setup mode, selecting "Update all now".

Changelog 5.0.0:

Wiki has been updated with the important changes. Rest will be updated ASAP.

Some examples of how to migrate Notification Actions to new JSON format:
Before: "m":[ { "g": 2, "v": 1 }, { "g": 3 } ]
Now: "m":[ [ 2, 1 ], [ 3 ] ]

Before: "m":[ { "g": 3, "v": -1 } ]
Now: "m":[ [ 3, -1 ] ]

Read Wiki for more info.

Donate Chat Twitter

Don't miss a new esp-homekit-devices release

NewReleases is sending notifications on new releases.