Skip to content

Releases: RavenSystem/esp-homekit-devices

Home Accessory Architect v0.8.7

19 Dec 11:35
Compare
Choose a tag to compare

Changelog:

  • General: Added a new Actions Array Type called "System Actions" (Key "s"). With this, you will be able to use actions like "OTA Update": {"a":2}, "enter setup mode": {"a":1}or "reboot" {"a":0}.
  • Configuration: Added key "z" to customize needed times to toggle a HomeKit Accessory to enter setup mod. A value of 0 times means disabled, and default is 8.
  • Garage Door: Added key "e" to configure margin time before obstruction detected when open-close sensors are used. A value of 0 seconds means disabled, and this is the default.

Read Wiki for more info.

Donate Chat Twitter

Home Accessory Architect v0.8.6

14 Dec 20:25
Compare
Choose a tag to compare

Changelog:

  • Garage Door: Fixed bug that allows exec actions when door is stopped and received "stop" order again.

Changelog v0.8.0:

  • Added Garage Door accessory type.
  • Added timer to Outlet accessory type.
  • Fixed memory assignment bug. (Thanks to @vsevolod-volkov).

Read Wiki for more info.

Donate Chat Twitter

Home Accessory Architect v0.8.5

14 Dec 20:11
Compare
Choose a tag to compare

Changelog:

  • Garage Door: Bug fixes. Now "stop door" do nothing when it is completely closed or opened.

Changelog v0.8.0:

  • Added Garage Door accessory type.
  • Added timer to Outlet accessory type.
  • Fixed memory assignment bug. (Thanks to @vsevolod-volkov).

Read Wiki for more info.

Donate Chat Twitter

Home Accessory Architect v0.8.4

14 Dec 20:00
Compare
Choose a tag to compare

Changelog:

  • Garage Door: Fixed set target door issue when door is stopped but not completely opened or closed.
  • Garage Door: Removed force stop door when obstruction detected.

Changelog v0.8.0:

  • Added Garage Door accessory type.
  • Added timer to Outlet accessory type.
  • Fixed memory assignment bug. (Thanks to @vsevolod-volkov).

Read Wiki for more info.

Donate Chat Twitter

Home Accessory Architect v0.8.3

12 Dec 21:27
Compare
Choose a tag to compare

Changelog:

  • General: Fixed boot process bug that enters in setup mode without request it.
  • General: Faster boot.
  • Garage Door: Improved obstruction detected management when sensors are used.

Changelog v0.8.0:

  • Added Garage Door accessory type.
  • Added timer to Outlet accessory type.
  • Fixed memory assignment bug. (Thanks to @vsevolod-volkov).

Read Wiki for more info.

Donate Chat Twitter

Home Accessory Architect v0.8.2

09 Dec 10:31
Compare
Choose a tag to compare

Changelog:

  • Garage Door: Improved obstruction detected management.
  • Garage Door: Added obstruction detected "received orders".
  • Lightbulb: Fixed bug with HSI to RGBW algorithm.

Changelog v0.8.0:

  • Added Garage Door accessory type.
  • Added timer to Outlet accessory type.
  • Fixed memory assignment bug. (Thanks to @vsevolod-volkov).

Read Wiki for more info.

Donate Chat Twitter

Home Accessory Architect v0.8.1

08 Dec 20:00
Compare
Choose a tag to compare

Changelog:

  • Fixed bug in garage door actions.

Changelog v0.8.0:

  • Added Garage Door accessory type.
  • Added timer to Outlet accessory type.
  • Fixed memory assignment bug. (Thanks to @vsevolod-volkov).

Read Wiki for more info.

Donate Chat Twitter

Home Accessory Architect v0.8.0

08 Dec 19:25
Compare
Choose a tag to compare

Changelog:

  • Added Garage Door accessory type.
  • Added timer to Outlet accessory type.
  • Fixed memory assignment bug. (Thanks to @vsevolod-volkov).

Read Wiki for more info.

Donate Chat Twitter

Home Accessory Architect v0.7.10

06 Dec 22:05
Compare
Choose a tag to compare

Changelog:

  • Now WiFi-AP (HAA-XXXXXX) is only available in setup mode when configured WiFi network is not available.
  • Added option in setup mode to remove WiFi settings.
  • Added option to disable auto-dimmer in lightbulb accessory type.
  • Code improvements.
  • Reduced firmware binary size.

Read Wiki for more info.

Donate Chat Twitter

Home Accessory Architect v0.7.9

04 Dec 22:14
Compare
Choose a tag to compare

Changelog:

  • Added device hostname, and it can be user customizable.
  • Fixed factor declarations with Lightbulbs (#637).
  • New DHT sensor driver used (Special thanks to @WizBangCrash).

v0.7.5 Changelog:

  • Fixed a serious security issue that allowed an attacker to manage accessories without an encrypted or authenticated connection.
  • A new type of Actions comes with this version:
    Accessory Manager Actions. With them, you can send orders to other accessories of the same device. For example, you can trigger a motion sensor when a HomeKit switch is turned on, or you can create some HomeKit switches with interlock, ...).
  • Added a new option to enable HomeKit Rest API outside HomeKit environment. Now you will be able to access to your accessories using third party-tools (for example: custom scripts, Home Assistant...).
  • Increased maximum number of connected clients from 16 to 24.
  • Device boot is even faster.
  • Some performance enhancements.

Read Wiki for more info.

Donate Chat Twitter