Go to file
jptrsn dcc67c7d8a Merged in develop for #20 2020-03-07 14:18:56 -05:00
.github/ISSUE_TEMPLATE Update issue templates 2019-07-10 20:09:46 -04:00
docs Resized image resources 2019-08-28 09:08:37 -04:00
src Bug fix for #28 2020-02-17 08:13:34 -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 Merged in develop for #20 2020-03-07 14:18:56 -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