Releases: gorhack/tempstick
Releases · gorhack/tempstick
1.0.6
Bug fix:
- Removed
sensorDelay
from 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.0
to theFirmware Revision
characteristic so the Firmware is still not completely accurate. As of publication,2013
is actually2.0.13
, but will currently show in Homekit as2013.0
. - #2 Incorrectly added user defined
delay
to thesend_interval
resulting 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.