ESPresense

An ESP32 based node for gathering indoor positioning and transmitting to mqtt

AGPL-3.0 License

Stars
1.1K
Committers
37

Bot releases are visible (Hide)

ESPresense - v2.0.38b3

Published by DTTerastar over 2 years ago

ESPresense - v2.0.38b1

Published by github-actions[bot] over 2 years ago

Changes

Disable unused ble functions to free up some memory
Added Count of devices present in room
Added Known Macs configuration
Fix trailing space matching everything
Move querying to separate task
Tweak query parameters to make more stable

ESPresense - v2.0.37

Published by github-actions[bot] over 2 years ago

Changes

  • Public mac addresses will take precedent over names (some names aren't unique enough to be useful)
ESPresense - v2.0.36

Published by github-actions[bot] over 2 years ago

Changes

  • Default skip reporting if moved less than 0.1m updated to 0.5m
ESPresense - v2.0.35

Published by github-actions[bot] over 2 years ago

Changes

  • Make absorption a configurable setting @DTTerastar (#302)
  • Names will take precedence over sd/md id types
ESPresense - v2.0.35b5

Published by DTTerastar over 2 years ago

What's Changed

  • Make absorption factor a setting

Full Changelog: https://github.com/ESPresense/ESPresense/compare/v2.0.35b4...v2.0.35b5

ESPresense - v2.0.35b4

Published by DTTerastar over 2 years ago

More efficient looping
Fixes to room assistant detection

ESPresense - v2.0.35b3

Published by DTTerastar over 2 years ago

MIsc fix to iBeacon rssi@1m

ESPresense - v2.0.35b2

Published by DTTerastar over 2 years ago

ESPresense - v2.0.34

Published by github-actions[bot] over 2 years ago

Changes

  • Add Auto Update/Prerelease/OTA Update to MQTT config @DTTerastar (#343)
ESPresense - v2.0.33

Published by github-actions[bot] over 2 years ago

Changes

  • Add pre-release checkbox @DTTerastar (#340)
  • Add vanmoof fingerprinting @jaredhobbs (#335)
  • Add dump memory command @DTTerastar (#336)
ESPresense - v2.0.31

Published by github-actions[bot] over 2 years ago

Changes

  • Fix missing devices @DTTerastar (#325)
ESPresense - v2.0.30

Published by github-actions[bot] over 2 years ago

Changes

  • Fix MAC pointer issue @DTTerastar (#321)
  • Remove BME280 & TSL2561 configuration log messages @ShonP40 (#315)
ESPresense - v2.0.29

Published by github-actions[bot] over 2 years ago

Changes

  • Revert back to old NimBLE and use what works for WLED @DTTerastar (#309)
ESPresense - v2.0.28

Published by github-actions[bot] over 2 years ago

Changes

  • Fix distance always 0
ESPresense - v2.0.27

Published by github-actions[bot] over 2 years ago

Changes

  • Few more tweaks @DTTerastar (#287)
  • Fix all issues found debugging @DTTerastar (#285)
  • Reduce stack size @DTTerastar (#284)
ESPresense - v2.0.26

Published by github-actions[bot] over 2 years ago

Changes

  • Attempts at more stability @DTTerastar (#276)
ESPresense - v2.0.25

Published by github-actions[bot] over 2 years ago

Changes

  • Disable I2C sensors if I2C is disabled @ShonP40 (fixes #275)
ESPresense - v2.0.24

Published by github-actions[bot] over 2 years ago

Changes

  • Query should do nothing if empty @DTTerastar (#273)
  • Improve room assistant detection @DTTerastar (#268)
ESPresense - v2.0.23

Published by github-actions[bot] over 2 years ago

Changes

  • Deleting client seems to improve query performance greatly @DTTerastar (#266)