Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/content/docs/configuration/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ This is a beta feature for the use case where a device fingerprint doesn't come
* **Maximum distance to report (in meters)** - If the distance is over this value (default 16m), it's likely inaccurate and not worth including in trilateration.
* **Report early if beacon has moved more than this distance (in meters)** - If the device moves more than this distance, report immediately.
* **Skip reporting if message age is less than this (in milliseconds)** - The logic is: if reported recently, check time elapsed and distance moved. If moved > "Report early" distance, report immediately. If time elapsed > "Skip reporting" time, report regardless of movement.
* **NOTE:** Be certain to not filter out node IDs as inter-node communication is required for proper operation and can break items such as optimizers and Calibration in Companion.

## Calibration
These settings control how ESPresense interprets signal strength. See the full [Calibration](/guides/calibration) guide for detailed steps and examples, including how to use the RSSI adjustment for receiver to balance different antennas or dev boards.
Expand Down