|
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
docs | ||
src | ||
.DS_Store | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
_config.yml | ||
partitions_singleapp.csv | ||
platformio.ini |
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