Releases: luc-ass/homebridge-evohome
v0.11.2 API fixes
This release fixes changes in the API, as the base url changed from honeywell.com
to resideo.com
.
What's Changed
Full Changelog: v0.11.0...v0.11.2
v0.11.0 Domestic Hot Water
This release (finally) adds support for domestic hot water systems. A huge thanks goes out to @georgesdib, who has implemented it and also fixed the valve position along the way. 🚀 Please open a new issue on GitHub, if you encounter any problems with regard to this as my testing was limited (I don't own a hot water system).
What's Changed
- Support Domestic Hot Water by @georgesdib in #143
Full Changelog: v0.10.2...v0.11.0
v0.10.2
What's Changed
- Bump prettier from 2.8.1 to 2.8.2 by @dependabot in #137
- Bump prettier from 2.8.2 to 2.8.3 by @dependabot in #138
- Bump prettier from 2.8.3 to 2.8.4 by @dependabot in #140
- Fixing bug in
getTemperatureDisplayUnits
by @georgesdib in #141
New Contributors
- @georgesdib made their first contribution in #141 🚀
Full Changelog: v0.10.1...v0.10.2
v0.10.1 Persistent accessories and more
⚠️ WARNING! ⚠️
This release adds an option to move your accessories to a child bridge. This might break your automations. Be sure you have enough time to eventually remodel all your automations afterwards.
What's Changed
- Bump prettier from 2.7.1 to 2.8.0 by @dependabot in #131
- Bump prettier from 2.8.0 to 2.8.1 by @dependabot in #133
- fix #61 do not return empty array of accessories by @coolweb in #129
- Make heating mode representation configurable by @luc-ass in #134
- Allow for persistent accessories inside child bridge by @luc-ass in #135
New Contributors
Full Changelog: v0.9.3...v0.10.1
v0.9.3 reduced logging
This minor update reduces logging even further. Thanks to @metaljay for keeping an eye out! 👀
Full Changelog: v0.9.2...v0.9.3
v0.9.2 Misc Improvements
- TimeZone and Locale will now be inherited from Homebridge, which should make this run better across time zones. #124
- Thermostats will now be displayed as
OFF
when requested Temperature is below actual room temperature. #126 - Logging is reduced significantly. It now only shows actions requested by the user. #127 You can still see the full logs by enabling DEBUG-Mode in Homebridge. Error logging has also been enhanced with clearer messages to make debugging somewhat easier.
- Sadly the proposed fix for resetting Thermostats in v0.9.0 as described here #61 did not work, but I am still working on it.
What's Changed
- Currenttime fix by @luc-ass in #124 as suggested by @PuzzledUser ❤️ here #100
- User experience improvement by @KarlJGray in #126 🎉
- Reduced logging by @luc-ass in #127
New Contributors
- @KarlJGray made their first contribution in #126
Full Changelog: v0.9.0...v0.9.2
v0.9.0
Full Changelog: v0.8.8...v0.9.0
v0.8.8 Security
This is a really simple release removing package-lock.json
, thus allowing npm to install the latest version of secondary dependencies.
Full Changelog: v0.8.7...v0.8.8
v0.8.7 Maintenance
What's Changed
- Bump github/codeql-action from 1 to 2 by @dependabot in #118
- Bump actions/checkout from 2.4.0 to 3.0.2 by @dependabot in #117
- Bind this missing by @rooi in #106
- Bump fakegato-history from 0.6.2 to 0.6.3 by @dependabot in #107
- Bump prettier from 2.5.1 to 2.7.1 by @dependabot in #120
- Bump ajv from 6.12.2 to 6.12.6 by @dependabot in #108
- Bump moment from 2.29.1 to 2.29.4 by @dependabot in #122
- Bump node-forge from 1.2.1 to 1.3.1 by @dependabot in #123
Full Changelog: v0.8.6...v0.8.7
v0.8.5 Maintenance
Maintenance
- Bump prettier from 2.4.0 to 2.5.1
- Bump checkout from 2.3.4 to 2.4.0