Releases: gorhack/tempstick
Releases · gorhack/tempstick
Release list
1.0.6
Bug fix:
- Removed
sensorDelayfrom subsequent requests to get updated sensor data. This caused increased delays in subsequent requests that compounded each request (e.x: request 1: 15 min 1 second, request 2: 30 min 2 second, request 3: 45 min 3 second, etc)
Updated project for Homebridge 2.0 beta.
1.0.5
Fixed:
- #1 Invalid 0.0 Firmware on Homekit
- Due to the way TempStick handles its API Firmware version for its sensors, it cannot be deterministically parsed into major.minor.patch version. Homekit/Homebridge automatically appends a.0to theFirmware Revisioncharacteristic so the Firmware is still not completely accurate. As of publication,2013is actually2.0.13, but will currently show in Homekit as2013.0. - #2 Incorrectly added user defined
delayto thesend_intervalresulting in compounding delays in requesting accurate sensor data.
Added:
- Description and example of how to use Homekit + Ntfy for notifications on temperature and/or humidity above or below thresholds through Shortcut automatons.