blecker

Bluetooth low energy (BLE) tracker for ESP32

MIT License

Stars
73
Committers
5

Bot releases are hidden (Show)

blecker - version 1.11 Latest Release

Published by redakker 11 months ago

What's Changed

  • Better scan performance, faster hit, more stable operation
  • MQTT improvements (last will, retain states)
  • Web administration improvements
  • Code structure changes
  • Typo fixes, bugfixes

New Contributors

Full Changelog: Please read the README.md for the release notes

blecker - version 1.10

Published by redakker 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/redakker/blecker/compare/1.09...1.10

blecker - version 1.09

Published by redakker almost 2 years ago

  • bugfix #27
blecker - version 1.08

Published by redakker almost 2 years ago

Bugfix:

  • #27 javascript bug - still bug
  • #29 MQTT reconnect fix
    Enhancements:
  • #30 status string customization
  • #31 custom client id

Typos and minor fixes

blecker - version 1.07

Published by redakker over 2 years ago

1.07

  • #23 version is compiled to the HTML source directly, user always see the current version and GIT revision
  • binary file name changed. it does not affect the update process but contains the revision number as well
  • build code cleaning, htmlmin, jsmin, cssmin do not need anymore for the build process
blecker - 1.06 (Breaking change)

Published by redakker over 2 years ago

Status message now is coming with the normal presence message (availability change).

MQTT message topic is also changed

Status message topic from this version is /blecker/status/[device-mac]

blecker - version 1.05

Published by redakker over 2 years ago

1.05

  • #11 feature is implemented: Captive portal
  • #18 issue is fixed, now MQTT tries to connect even if the username and password not defined. Somebody uses MQTT without user and password
  • typo, minor issue fixes
blecker - version 1.04

Published by redakker over 2 years ago

  • Webhook feature is implemented
  • web administration page sections is separated better
  • minor things and typos were fixed
  • #14 fix already in
blecker - version 1.03

Published by redakker almost 3 years ago

The main feature is the autodiscovery function for Home Assistant.
This release contains bug fixes, typo fixes as well.

blecker - version 1.01

Published by redakker over 3 years ago

  • #2 has been solved: if you define observed devices in the web frontend then just that devices will be monitored and sent messages about their presence
  • reboot timer introduced: it is actually a workaround. I experienced the ESP32 stuck after some days (network ping is okay, but web frontend and message sending are dead). The administrator can define a reboot time in hours (web frontend). After defined hours the ESP will reboot. It has no effect on presence detection. The format is a single number (integer): "1" or "2". You cannot use float numbers
blecker - First release

Published by redakker over 3 years ago

Please read the Readme.md file for features.