Skip to content

Releases: chrisjshull/homebridge-nest

3.4.0

24 Aug 04:11
Compare
Choose a tag to compare

Support for Google Accounts.

3.3.4

16 Aug 16:34
Compare
Choose a tag to compare
  • Improve error handling, to avoid hammering Nest service if something unexpected happens (like yesterday's revocation of account passwords after a Nest data breach)
  • Fan control is now called 'Fan', rather than unnamed, for better UI in iOS 13

3.3.3

15 Aug 21:42
Compare
Choose a tag to compare
  • Improve behaviour when used with automations and scenes - thanks Jacky Liang!
  • Added generateNestToken.sh script - thanks, Rubenfer!

3.3.2

14 Aug 15:31
Compare
Choose a tag to compare

Fix homebridge crash when setting home/away.

3.3.1

14 Aug 00:05
Compare
Choose a tag to compare
  1. Fix regression in 3.3.0 which broke Nest Temperature Sensors.
  2. Improved workarounds for HomeKit automation bugs/strange behaviour.
  3. Other bug fixes.

3.3.0

13 Aug 17:27
Compare
Choose a tag to compare
  • Replace previous data model with event/push/commit model: improves responsiveness and significantly reduces traffic to/from the Nest service
  • Various workarounds for HomeKit/Siri/automation bugs
  • Improved error handling
  • Support for access tokens (e.g. in a Docker container)

3.2.4

06 Aug 17:21
Compare
Choose a tag to compare

Workaround for Siri "bug" when setting low temperatures on the thermostat.

3.2.3

02 Aug 18:37
Compare
Choose a tag to compare

Fix bug causing temperature display rounding error in degrees C mode.

3.2.2

30 Jul 16:25
Compare
Choose a tag to compare

Minor fixes.

  • Fix npm deprecated package warning on check-out.
  • Fix 'HAP Warning' on homebridge start.

3.2.1

30 Jul 04:58
Compare
Choose a tag to compare

Improvements and bug fixes.

  • Support for Family Sharing accounts
  • Much faster response when Nest status/settings change (now nearly instantaneous, instead of several seconds)
  • Support setting of Eco temperature bands while in Eco mode
  • Improved reliability when setting heat/cool/auto/off mode
  • Fix rounding bug that caused temperatures in HomeKit to be off by up to 1 degree F
  • Fix glitch when setting Home/Away mode
  • Only one Home/Away switch is now created per structure, instead of one per thermostat
  • Home/Away accessory can be moved to a different HomeKit room to the thermostat
  • Home/Away accessory can now be set to a switch, occupancy sensor, or both
  • Improved robustness to temporary communication problems with the Nest service
  • Improved compatibility with iOS 13