Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 3.05 KB

index.md

File metadata and controls

54 lines (37 loc) · 3.05 KB
layout title permalink
page
Home
/

An ESP32 based presence detection node for use with the Home Assistant mqtt_room component for localized device presence detection. This is a Fork/rewrite of ESP32-room-assistant.

Beacon Flow

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 median filter with a Kalman filter on top
  • Fully multithreaded, uses constant BLE scanning
  • Additional AppDaemon app will post process mqtt topics into ips topic (x,y,z) and (latt,long,elevation)
  • Firmware bins released w/ auto-updating (use the -noupdate.bin if you don't want this)
  • WiFi captive portal for setting up
  • Browser based webserial install

Prerequisites

You're going to need the following items:

Installation

Check out the installation page

Troubleshooting

If you're having difficulty getting things set up and work properly, check out the troubleshooting page before you open an issue. It will help you determine what information you need to provide to identify and fix what's gone wrong.

Release Notes

View the changelog here.

Credits

This depends heavily on the hard work done by a number of people.