bramstroker / ESP32-mqtt-room

An ESP32 based presence detection node for use with the Home Assistant mqtt_room component for localized device presence detection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPRECATED!!!

This project is no longer in active development, and all information is here for archive purposes only. If you are interested in localized BLE tracking, ESPresense appears to be a good solution. The author of this project has no affiliation or experience with that project, so please direct all questions to the project developer(s).

See the pretty documentation at https://jptrsn.github.io/ESP32-mqtt-room/

ESP32-mqtt-room

An ESP32 based presence detection node for use with the Home Assistant mqtt_room component for localized device presence detection.

Release Notes

View the release notes here.

Credits

This project would not have been possible without the help of a variety of folks on GitHub and YouTube.

Getting Started

A full list of instructions is available in the documentation.

Home Assistant Configuration

See the documentation for configuring Home Assistant.

Trackable Devices

Development Tasks

To do

See the list of open issues tagged as enhancement. You can also view the state of development tasks by viewing the development tasks project board.

Completed

  • Implement basic BLE packet discovery
  • Implement iBeacon data packet parsing
  • Setup instructions in README.md
  • Address watchdog issue
  • Maximum distance limit (rounded to two decimal places)
  • Scan interval Settings
  • Implement Over-The-Air (OTA) updates
  • Build and upload via PlatformIO

About

An ESP32 based presence detection node for use with the Home Assistant mqtt_room component for localized device presence detection.

License:GNU Affero General Public License v3.0


Languages

Language:C++ 84.1%Language:C 15.9%