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

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

IMPORTANT CHANGES:

  • 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:

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.