Skip to content

Releases: wifwucite/esphome-ble-controller

ESPHome 2022.12.0 compatibility

26 Dec 19:48
Compare
Choose a tag to compare
Pre-release

Sets the ESP32 BLE Arduino library version to 2.0.0 to be compatible with ESPHome 2022.12 and the new arduino espressif 5.2.0 framework.

Option to disable maintenance service

23 Jan 18:03
Compare
Choose a tag to compare
Pre-release

We add an option to disable the maintenance service, which offers a bit more security in case you need an insecure connection.

New security mode: "bond"

11 Dec 17:02
Compare
Choose a tag to compare
Pre-release

I have added a new security mode "bond", which can ease the very first bonding of your ESP32 for example with a Mac computer. Note that the previous security mode "show_pass_key" is not supported anymore and has been replaced by "secure", which is the default.

ESPHome 2021.11.0 compatibility

19 Nov 15:49
Compare
Choose a tag to compare
Pre-release

This release does not add or change any functionality, it just fixes compatibility issues with latest ESPHome 2021.11.0 release.

ESPHome 2021.10.0 compatibility

22 Oct 14:08
Compare
Choose a tag to compare
Pre-release

This release does not add or change any functionality, it just fixes compatibility issues with latest ESPHome 2021.10.0 release.

New commands "pairings" and "version"

10 Jun 18:37
Compare
Choose a tag to compare
Pre-release

Two new commands have been added:

  • pairings to list and clear the paired devices
  • version to display some version information

An automation (ble_cmd.send_result) has been added to facilitate sending a result from a custom command.

And there have been some improvements under the hood.

Basic fan support

03 Jun 18:39
Compare
Choose a tag to compare
Basic fan support Pre-release
Pre-release

This release adds basic fan support: You can query the fan on/off state and turn the fan on or off. (Currently oscillation direction or speed cannot be set, this is planned for the future.)

Maintenance

30 May 08:31
Compare
Choose a tag to compare
Maintenance Pre-release
Pre-release

Maintenance release with internal improvements mainly.

BLE commands

24 May 17:04
Compare
Choose a tag to compare
BLE commands Pre-release
Pre-release

This release introduces BLE commands. There are built-in commands, which for example allow setting WIFI configuration of an ESP32 via BLE from a phone or a tablet. In addition, you can easily define your own custom commands.

Initial release

02 Apr 10:16
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Despite the low number this release should already be working properly, even though the functionality is still restricted.
Key features:

  • Secure BLE server component for ESPHome to control
    • Sensors
    • Text sensors
    • Binary sensors
    • Switches