ESPresense/README.md

20 lines
1.1 KiB
Markdown
Raw Normal View History

2021-08-21 01:09:26 +02:00
# ESPresense
2019-06-28 16:42:16 +02:00
2021-08-21 01:09:26 +02:00
[![.github/workflows/main.yml](https://github.com/ESPresense/ESPresense/actions/workflows/main.yml/badge.svg)](https://github.com/ESPresense/ESPresense/actions/workflows/main.yml)
2021-03-15 21:25:24 +01:00
2018-10-17 16:00:35 +02:00
An ESP32 based presence detection node for use with the [Home Assistant](https://www.home-assistant.io/) [`mqtt_room` component](https://www.home-assistant.io/components/sensor.mqtt_room/) for localized device presence detection.
2018-10-02 02:01:29 +02:00
2021-08-24 22:03:51 +02:00
Differences from ESP32-room-assistant:
* Uses a fingerprint instead of mac addresses so we can track randomized mac devices (like Apple Watches and iOS devices)
* Fully supports using Tiles as trackers
* Filters rssi via a 3 value media filter with a Kalman filter on top
* Fully multithreaded, uses constant BLE scanning
2021-08-24 22:05:02 +02:00
* Additional [AppDaemon app](https://github.com/ESPresense/ad-espresense-ips) will post process mqtt topics into ips topic (x,y,z) and (latt,long,elevation)
2021-08-24 22:03:51 +02:00
2019-07-19 20:09:56 +02:00
## Release Notes
2021-08-21 01:09:26 +02:00
View the [changelog here](./CHANGELOG.md).
2019-07-19 20:09:56 +02:00
2019-06-28 16:42:16 +02:00
## Credits
2018-10-03 22:53:25 +02:00
2021-08-24 22:03:51 +02:00
This project is a Fork/rewrite of ESP32-room-assistant (https://jptrsn.github.io/ESP32-mqtt-room/index.html#credits). All credit for the intial codebase goes to them!