Darrell
e669a2a90b
Add support for ATC_MiThermometer ( #124 )
...
Add initial support for meater
Improve msft:cdp fingerprint
2021-11-10 21:55:10 -05:00
DTTerastar
db967577a2
Add build artifacts
2021-11-05 18:40:31 -04:00
Darrell
984520a374
Fix entity category ( #115 )
2021-11-03 17:20:34 -04:00
Darrell
106b0ce55d
Add entity categories for config items ( #114 )
2021-11-03 16:57:56 -04:00
Darrell
6f3e02a3ea
Fix unit of measure ( #113 )
2021-11-02 18:48:38 -04:00
DTTerastar
ca026d4e2a
Update Changelog
2021-10-23 09:12:55 -04:00
DTTerastar
3f216164da
Misc
2021-10-22 19:32:06 -04:00
Darrell
2752f5d80b
Update FUNDING.yml
2021-10-21 20:19:39 -04:00
Darrell
7ad17a7322
Fix lux discovery always being sent ( #99 )
2021-10-21 10:36:06 -04:00
Darrell
b611832f3c
Don't scan if already scanning ( #98 )
2021-10-20 07:10:41 -04:00
DTTerastar
90cb008329
Fix for panic
2021-10-16 07:28:17 -04:00
DTTerastar
68fcf72313
Query w/ exponential fallback for additional robustness
2021-10-12 11:32:23 -04:00
DTTerastar
c5333849cd
Don't Query until device is <= maxDistance
2021-10-11 19:57:30 -04:00
DTTerastar
db439fbe3c
Misc copy fixes
2021-10-10 23:09:01 -04:00
DTTerastar
6519e1ab7a
Implement a id type hierachy
2021-10-10 23:02:36 -04:00
Stefan Knaak
96a3af0248
Support for GY-302 BH1750 Ambient Sensor ( #84 )
...
* Support for GY-302 BH1750 Ambient Sensor
- connect the sensor to the I2C Ports
- Use the auto detect function to get the address
- Creates a new illuminance entity in ha
2021-10-10 10:35:42 -04:00
Darrell
e8dbf498e8
Create BUILDING.md
2021-10-10 10:35:42 -04:00
Darrell
6fa843599d
Fix build?
...
Update main.yml
Update main.yml
2021-10-10 10:35:42 -04:00
Darrell
28443789b6
Add device model to apple fingerprints add support room assistant app ( #69 )
...
* Add Active Scan and Query switches
* Rework stats
* Cleanup less often
2021-10-10 10:34:30 -04:00
DTTerastar
82a181252f
Skip distance was being ignored because of an accidental cast to int
2021-10-04 17:04:01 -04:00
Darrell
cdbf382985
Fix MQTT last will and testament not consistently sending offline ( #74 )
...
* Fix lwt
* Update CHANGELOG.md
2021-10-04 08:57:03 -04:00
Darrell
9a3f8fbf87
Update release-drafter.yml
2021-10-01 13:37:13 -04:00
Darrell
214555a70d
Update release-drafter.yml
2021-10-01 13:37:05 -04:00
Darrell
b4c56792fd
Create release-drafter.yml
2021-10-01 13:35:03 -04:00
Darrell
1979059414
Create release-drafter.yml
2021-10-01 13:33:30 -04:00
DTTerastar
2599e0e63a
Discovery improvements
2021-09-30 21:30:47 -04:00
DTTerastar
6cf94ccd81
Fix bug w/ spaced names
2021-09-30 13:47:43 -04:00
Darrell
12804483cc
Groundwork for #53 ( #67 )
...
- Potientaly breaking: room name is now lower cased, trimmed, and all whitespace replaced with underscores when put into mqtt (#64 )
- ANSI Colors Added to Serial
- Close/Left totally rewritten to find stuff quickly (uses NO filtering)
- Serial display for 'New' waits for 2nd packet before showing
- One Euro filter reoptimized to work for slow broadcasters (Tiles) as well as it previously did for quick (Phones/Watches)
- All time measurement made wraparound protected
- Make Arduino OTA disabled by default, but a setting
- Add a calibration section of settings with lots of knobs to twiddle
- Ignore microsoft and non Nearby Info apple packets (they are useless for tracking atm)
- Delete old fingerprints after configurable max age instead of waiting for MAX MACS and deleting the oldest
2021-09-30 12:48:50 -04:00
Stefan Knaak
bf2e006482
Add support for Temperature and Humidity sensor ( #54 )
...
* Add support for Temperature and Humidity sensor
Add temperature and humidity data from a DHT11 or DHT22 sensor
2021-09-28 11:27:17 -04:00
Darrell
04b4d8c9d3
Update main.yml
2021-09-28 10:03:24 -04:00
DTTerastar
6efc858c50
Fix malformed json #64
2021-09-28 07:47:32 -04:00
DTTerastar
6a4a4b5d17
Update CHANGELOG
2021-09-25 10:51:03 -04:00
DTTerastar
b9876c5834
Add adafruit-huzzah32 firmware flavor
2021-09-25 10:46:19 -04:00
DTTerastar
e5f08f1b9b
Print MD hex
2021-09-25 10:08:30 -04:00
DTTerastar
536f27c267
Add HUZZAH32
2021-09-24 23:50:36 -04:00
DTTerastar
dcd6aeab0a
Update CHANGELOG
2021-09-24 23:07:50 -04:00
DTTerastar
7a8c034fb5
Fixes #56
2021-09-24 23:05:12 -04:00
DTTerastar
45910ac2be
Fixes #61
2021-09-24 21:26:30 -04:00
DTTerastar
dc4e5e3781
Auto Updatie made a setting
2021-09-21 20:51:54 -04:00
DTTerastar
4f04d7c94a
Misc cleanup
2021-09-21 16:52:27 -04:00
DTTerastar
77dd206488
Fix payload to correct default
2021-09-21 16:39:38 -04:00
DTTerastar
2475da4335
Update CHANGELOG
2021-09-21 14:34:06 -04:00
Darrell
028b592109
Feature/motion ( #49 )
...
* New Feature: Add Motion Sensor via GPIO
- Use PIR Motion Sensor (HC-SR501) or Radar Sensor (RCWL-0516)
* New Feature Fork WifiSettings and use that for constant portal
Co-authored-by: Stefan Knaak <stefan@knaak.org>
2021-09-21 13:55:41 -04:00
DTTerastar
2a5dc7eeec
Better setup info
2021-09-21 10:07:30 -04:00
DTTerastar
1ff851ee47
MQTT Discovery!
2021-09-20 00:00:12 -04:00
DTTerastar
8e86f451d9
Fix GUI of m5stix...
2021-09-19 08:28:18 -04:00
DTTerastar
0ff4650bd3
Blind stab in the dark to fix #41
2021-09-18 21:47:39 -04:00
DTTerastar
948bcd7da0
Fix fatal m5stickc init
2021-09-18 12:56:28 -04:00
DTTerastar
f557b9eb41
Fix Close message
...
Don't trust inacurate Apple txPower
2021-09-16 20:50:29 -04:00
DTTerastar
2b5bd4b1ca
Fix rss@1m when multiple packets received
2021-09-16 19:40:02 -04:00