Go to file
PatBoud 360b8c1b85 New feature: List of allowed MAC Addresses 2021-01-23 17:29:13 -05:00
.github/ISSUE_TEMPLATE Update issue templates 2019-07-10 20:09:46 -04:00
docs Add clarification to home-assistant integration 2020-10-01 09:38:46 +02:00
src New feature: List of allowed MAC Addresses 2021-01-23 17:29:13 -05:00
.DS_Store New feature: List of allowed MAC Addresses 2021-01-23 17:29:13 -05:00
.gitignore Updated version in main sketch comments. 2019-07-19 13:58:57 -04:00
.travis.yml Initial PlatformIO and Travis support 2018-10-05 21:41:25 +01:00
LICENSE Initial commit 2018-10-01 16:26:59 -04:00
README.md Updated docs with links to project board. 2019-08-14 11:36:30 -04:00
_config.yml Set theme jekyll-theme-modernist 2019-06-25 14:59:12 -04:00
partitions_singleapp.csv OTA support for PlatformIO cli 2018-12-10 16:29:24 -05:00
platformio.ini Changes to settings and platformio.ini setup to handle #20 2020-03-07 14:20:52 -05:00

README.md

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