Skip to content

Releases: gorhack/tempstick

1.0.6

01 Sep 20:39
Compare
Choose a tag to compare

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

05 Aug 20:29
Compare
Choose a tag to compare

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 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.

1.0.4

24 Jul 01:19
Compare
Choose a tag to compare

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.

1.0.3

23 Jul 21:22
Compare
Choose a tag to compare

Extracted API requests, sensor type, and improved error handling.

1.0.2

23 Jul 21:19
Compare
Choose a tag to compare

Utilize sensorStates to correctly update Homekit with temperatures and humidity

  • getCharacteristic().onGet() overrode the updated values from service.updateCharactertistic()

1.0.1

23 Jul 21:16
Compare
Choose a tag to compare

Names each accessory with a unique name when displayed in Homekit.

1.0.0

23 Jul 21:14
Compare
Choose a tag to compare

Initial release. Retrieves ambient temperature and humidity, battery, and faults from Temp Stick sensors.