DTTerastar
74d4c465f3
Always use \r\n
2023-03-10 16:18:50 -05:00
DTTerastar
20fc51ca38
Add static random address type
2023-03-04 19:19:43 -05:00
DTTerastar
8a9f2ab2ce
Warnings and checks added
2023-03-04 09:29:18 -05:00
Darrell
d0b5a09bc8
Add new setting to adjust for weak antennas ( #785 )
2023-01-06 06:40:29 -05:00
Darrell
0fabfcdd65
Miflora fingerprinting ( #781 )
2023-01-01 02:46:52 -05:00
DTTerastar
2106d591af
Fix formatting
2023-01-01 02:17:29 -05:00
Darrell
e9b13889b1
Enable calibrating internal iBeacon ref rssi ( #767 )
2022-12-27 18:05:56 -05:00
Darrell
c1cc621fb7
Have nodes broadcast an ibeacon advertisement ( #763 )
2022-12-26 19:03:31 -05:00
Darrell
05b37ba7ce
Make include, exclude, count prefixes NOT substring matches ( #670 )
2022-09-12 18:35:30 -04:00
Darrell
98d807d4a1
Fixes iPhone tracking not home #641 , #640 , #550 , #460 ( #643 )
...
* Fixes iPhone tracking not home #641 , #640 , #550 , #460
2022-09-01 18:12:58 -04:00
Darrell
11a61d2087
Fix when device config alias comes in late ( #638 )
...
Add support for device config rssi@1m and name
Fixes #623
2022-08-31 23:15:15 -04:00
DTTerastar
0fadc5b7bc
Fix known irk/mac priority
2022-08-30 04:42:29 -04:00
Darrell
07228feb5d
Selectable LEDs and Update Button ( #595 )
...
* RGB LEDs supported (closes #297 )
* Add button to manually update (closes #533 )
* Manual Wifi setup via web installer (closes #593 , #172 )
* Add esp32c3-verbose flavor (#134 )
* Make scan all wifi the default (#594 )
* Improvements to M5Atom/M5StickCs
2022-08-23 06:55:04 -04:00
Darrell
f7d23a1ae9
Add more ui, tweak memory usage, add device configs ( #578 )
2022-08-07 07:31:42 -04:00
Darrell
90b5d59a41
Watchdog for ble controller ( #572 )
...
- Reboot if no bluetooth advertisements seen in the last 2 minutes. Ensure we don't reboot until after checking for an update.
- Reduce portal timeout to 5 minutes
2022-08-03 20:27:06 -04:00
Darrell
70c993dff4
Ignore annoying echo dot lost iBeacons ( #571 )
2022-08-03 19:50:22 -04:00
Darrell
1846640b1a
Add initial devices page (/devices) ( #568 )
2022-07-31 00:51:34 -04:00
Darrell
f2e23e9911
Remove huzzah flavor, make all variants sensor enabled, m5atom-matrix renamed m5atom ( #527 )
...
Remove huzzah flavor, make all variants sensor enabled
2022-07-31 00:49:57 -04:00
Darrell
80ee4c2964
Misc fixes ( #556 )
2022-07-18 21:49:25 -04:00
Darrell
b298730daa
Enroll using Identity Resolving Keys ( #553 )
...
* Inital IRK
* Add Enroll button on device
2022-07-18 02:30:20 -04:00
DTTerastar
7d4ddc8eb0
Fix minor fingerprint error ("empty sd:") as well as auto update
2022-07-08 10:22:21 -04:00
Darrell
0cf3d7075b
Tweak updates, fix rounding errors ( #528 )
2022-07-07 19:34:59 -04:00
Darrell
cec2c719c3
Refactor globals/mqtt ( #521 )
2022-07-04 08:29:04 -04:00
Darrell
eb8d4916db
Use tasmota platform, fix chipid, fixes #514 ? ( #517 )
2022-07-01 21:32:38 -04:00
DTTerastar
74bd213e2a
Fix iTrack
2022-06-30 19:38:12 -04:00
Darrell
f8578c23ec
Fixes query for apple watches #279 ( #501 )
...
* Apple watch works!!!!!!
2022-06-25 04:43:21 -04:00
DTTerastar
21cce1b2eb
Exponential backoff
2022-06-24 18:32:35 -04:00
DTTerastar
c55faaeb64
Fix name issue
2022-06-24 18:10:34 -04:00
Darrell
27d1e9e257
Add support for apple:findmy packets (only useful for counting) ( #498 )
2022-06-24 16:39:43 -04:00
DTTerastar
5b373fb430
Add support for iTrack
...
Fixes #484
2022-06-18 16:30:42 -04:00
dulfer
3e65b914fd
Radar/pir no-motion state debounce period ( #486 )
...
Adding pir/radar timeout logic
Timeouts configurable via MQTT
Co-authored-by: Darrell Turner <DT@Terastar.biz>
2022-06-12 11:16:08 -04:00
Darrell
d2e4f452ce
Initial esp32c3 support, also upgrade esp32 framework to 3.5. ( #489 )
...
* Initial esp32c3 support! (fixes #134 )
2022-06-11 11:25:25 -04:00
Darrell
0fc5212c6a
Add tractive ( #461 )
2022-05-22 20:43:47 -04:00
Darrell
d7055170c7
Remove randomness from smarttags #351 ( #479 )
2022-05-22 20:43:29 -04:00
Alex Young
4e0a39d77c
Add support for `nut` type tags ( #470 )
...
This patch adds support for tags which all report themselves as having
the same identifier: `name:nut`, but do all have distinct unchanging MAC
addresses. The patch changes the reported ID to be `nut:<mac address>`.
2022-05-14 11:57:42 -04:00
Darrell
8222d1a133
Use only unique portion of advertisement ( #431 )
2022-03-31 16:59:37 -04:00
Darrell
636a1db63c
Fix GURU in kebabify/slugify ( #408 )
2022-03-14 22:46:33 -04:00
Darrell
54721b03be
Loads of improvements ( #372 )
...
* Disable unused ble functions to free up some memory
* Added Count of devices present in room
* Added known macs
* Reorg settings
* Improvements to ignoring (trailing spaces matched everything)
* Add battery percent to ATC sensors
* Remove sprite usage to clean up memory usage
* Initial support for samsung smart tag (may not actually work) (#351 )
* DHT Sensor temp related changes (#385 )
* Add interval, fix rounding
* Add batt for MACCHINA_A0
* Add running to macchina
* Add Garmin watch (Fenix 6) id
* Updgrade ArduinoJson
Co-authored-by: tr-v-r <83373608+tr-v-r@users.noreply.github.com>
2022-03-13 21:54:50 -04:00
Darrell Turner
dd862e8d53
public macs should be preferred to names
2022-03-09 07:54:50 -05:00
Darrell
c8fdf308a9
Make absorption a configurable setting ( #302 )
...
Move absorption to setting
Tons of minor improvements to the code
Id types re-numbered to leave space
2022-03-06 11:48:04 -05:00
Darrell
4a77b6f46f
Update GUI.cpp
2022-02-22 22:24:32 -05:00
Jared Hobbs
fdd38947e6
feat: add vanmoof fingerprinting ( #335 )
2022-02-22 22:10:19 -05:00
Darrell
4cd8600bdf
Add dump memory ( #336 )
2022-02-22 22:02:19 -05:00
Darrell
c9c5e5c7b1
Fix missing devices ( #325 )
...
Fix filtering types, improve New/Del messaging
2022-02-20 16:03:03 -05:00
Darrell
152df15af3
Fix MAC pointer issue ( #321 )
2022-02-20 08:06:49 -05:00
DTTerastar
5784d43771
Back to float, fix distance
2022-02-16 10:55:27 -05:00
Darrell
c3673a4dd3
Fix all issues found debugging ( #285 )
2022-02-15 18:39:00 -05:00
Darrell
448378d5e2
Attempts at more stability ( #276 )
2022-02-15 00:14:32 -05:00
Darrell
6189d9638d
Query should do nothing if empty ( #273 )
2022-02-14 13:06:44 -05:00
Darrell
69bf3b1e01
Improve room assistant detection ( #268 )
2022-02-14 13:04:41 -05:00