You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
#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 the Firmware Revision characteristic so the Firmware is still not completely accurate. As of publication, 2013 is actually 2.0.13, but will currently show in Homekit as 2013.0.
#2 Incorrectly added user defined delay to the send_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.
Requests latest readings based on send_interval, next_checkin, and wifi_connect_time
Fixes:
- Correctly logs detached probe
- Names probe based on probe-type
- Add config delay if wifi_connect_time is not long enough for sensor to update.