Skip to content

Releases: rednblkx/HomeKey-ESP32

MQTT Custom States and Home Assistant Integration

12 Apr 16:31
4d087d8
Compare
Choose a tag to compare
  • PicoMQTT library has been replaced by Espressif's MQTT IDF Component esp-mqtt
  • HomeKey related functions have been isolated into a library located at HK-HomeKit-Lib
  • Added MQTT_HOMEKEY_ALWAYS_UNLOCK and MQTT_HOMEKEY_ALWAYS_LOCK options to the configuration
  • Implemented MQTT custom states, more info in the wiki here
  • Now leveraging MQTT Discovery to integrate with Home Assistant and be able to control the lock from there

Important Note: This release removes the MQTT publishing of state to the MQTT_STATE_TOPIC topic upon a successful HomeKey authentication, however not entirely, more information on this can be found in the wiki here

First Release

22 Mar 18:39
777b6e1
Compare
Choose a tag to compare
First Release Pre-release
Pre-release

Hello everyone!

In order to better track changes over time for this project, i've decided to take advantage of the releases section of GitHub, this will also help me attach helpful information regarding the released version like added features and if any breaking changes were introduced that people updating should be aware of.

This is also were i will be publishing binaries when the web interface will be done, so you don't have to compile/recompile the whole thing.

Thank you for your support and all the engagement with this project!

Note: For the time being i will be marking the releases as pre-release since i still don't consider this as production-ready and also to lower expectations for the new people.