All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixing a failed update keeping scanning off
- Max distance now allows decimals to 2 places
- Replaced NOUPDATE flavor with an autoupdate preference (#50)
- Add Macchina A0 flavor with battery mv reading (#51)
- Web portal works after wifi connection details established (#13)
- PIR and Radar Motion sensors supported via configurable GPIO pins (#48)
- Misc GUI fixes for m5stickc
- Max distance settable via MQTT /max_distance/set
- Make active scanning optional (can help battery life on certain devices)
- Optional HA Auto Discovery (fix #16)
- Fix beacons that send BOTH manufacture data and service uuids (#41)
- Fix m5stickc init flag
- Fix Close message not being logged out serial
- Don't trust inaccurate Apple txPower
- Breaking Change: iBeacon id's were backwards, they are now correct and match HA Companion
- Bump NimBLE to 1.3.1
- Add support for blinking m5atom led, red=no wifi, blue=no mqtt, blinking white is packet seen
- Fix rssi@1m when multiple packets from same mac
- Nothing changed, intended changes are in 1.5.1
- Additional sonos fingerprinting
- Remove button handling from esp32 flavors (#34)
- Add mifit fingerprint
- Fix fingerprinting of KeySmart tiles
- Fix errant voltage reporting
- Fingerprints are now 3 tier: primary ids > publicMac > secondard ids. A single mac can have multiple advertisements sent (especially certain beacons). So it might take a few packets before the id settles into the correct one.
- Volts and temperature are now reported from Eddystone TLM advertisements
- Names should show up more reliably now as well
- Turn off NTP by default
- More changes to fingerprinting, id will be different if the device is sonos or samsung. Those instead of saying md: now use the manufacture name (samsung or sonos) as the prefix with the mac at the end
- Windows 10 we fingerprint as microsoft:<last 23 bytes in hex of manufacture data>. See https://petsymposium.org/2019/files/papers/issue3/popets-2019-0036.pdf for why, still not useful for a consistent fingerprint
- Prefer mac address as ID if we have a static MAC and only md fingerprint
- Breaking: If you're using a md:: fingerprint, verify that it hasn't switched to the mac
- Add support for clearing wifi setting via button on DevKit (as long as it's on GPIO15)
- Fix fingerprinting of udm-pro
- Fix semaphore error
- Go back to active scanning by default (so we can get the names of things)
- Send telemetry only every 15s
- Allow for disabling types of mqtt topics
- M5Sticks now have a UI showing devices that are close
- Added esp32-noupdate
- Initial