Releases: chrisjshull/homebridge-nest
Releases · chrisjshull/homebridge-nest
3.4.0
Support for Google Accounts.
3.3.4
- 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
- Improve behaviour when used with automations and scenes - thanks Jacky Liang!
- Added generateNestToken.sh script - thanks, Rubenfer!
3.3.2
Fix homebridge crash when setting home/away.
3.3.1
- Fix regression in 3.3.0 which broke Nest Temperature Sensors.
- Improved workarounds for HomeKit automation bugs/strange behaviour.
- Other bug fixes.
3.3.0
- 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
Workaround for Siri "bug" when setting low temperatures on the thermostat.
3.2.3
Fix bug causing temperature display rounding error in degrees C mode.
3.2.2
Minor fixes.
- Fix npm deprecated package warning on check-out.
- Fix 'HAP Warning' on homebridge start.
3.2.1
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