|
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
docs | ||
.gitignore | ||
.travis.yml | ||
ESP32-mqtt-room.ino | ||
LICENSE | ||
README.md | ||
Settings.h | ||
Settings_CI.h | ||
_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
- Implement Mi Flora data parsing and reporting
- Save config to SPIFFS
- Update configuration via MQTT
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