Skip to content

Version 0.23.0 (Beta 23.0)

Pre-release
Pre-release
Compare
Choose a tag to compare
@Colorado4Wheeler Colorado4Wheeler released this 08 Apr 14:57
· 15 commits to master since this release
  • NOTE As stated earlier, the entire HomeKit engine is being optimized and rewritten for various reasons. There is a new plugin configuration option that allows you to revert to the previous method if the new method is causing problem, but this is on a release-by-release basis, meaning that only changes in this release will roll back to using the old methods, the next release will not be able to roll back anything from this release. The functions impacted will be noted in the release notes as 'Library Change'. Please report any issues that are caused by the new library that are resolved by returning to the old methods. Each revision will re-enable this option automatically if it gets turned off.
  • NOTE All minor revisions can still be rolled back for Library Changes until the next full beta version is released
  • Removed all functions that were moved to the new package (Library Changes) made in the last three releases, they are now a permanent part of the plugin
  • Added support to independently change heat/cool set points in HomeKit and have it translated properly to Indigo (Issue #97)
  • Added experimental support for SenseMe fan/light level custom min/max pass-through (Issue #99)
  • Added debug checkbox to advanced server parameters to enable debug logging in the Homebridge server
  • Fixed bug in device actions where the device ID could not be acted upon, resulting in 'invalid literal' messages when trying to 'Delete', 'Delete and Hide' or 'Delete and Exclude' as reported on the forum thread by spiv and thread by srkindard, this was neglected in the move to change how the plugin references devices in the UI in preparation for complications
  • Updated Homebridge-Indigo2 to 0.2.3
  • Issue #99 partially addressed
  • Issue #97 resolved (pending testing by end users)