Skip to content

Version 0.12.02 (Beta 12 Build 2)

Pre-release
Pre-release
Compare
Choose a tag to compare
@Colorado4Wheeler Colorado4Wheeler released this 24 Feb 16:21
· 55 commits to master since this release

Release Notes (Re-Release of 12.01 Which Was Missing a Library)

  • Added the ability to use relay (On/Off) devices for Windows and Doors in case someone wants to use them as sensors instead of motors - it's always been planned that every Indigo device can map to any HomeKit device but that functionality may not be 100% but that hasn't really be widely implemented yet, this is part of that
  • Added DSC alarms plugin state "state.open" for use on Contact Sensors
  • Changed the order the plugin checks for actions from generic (*) first to specific (plugin data) first, this way if there is a plugin definition that will always take priority of generic definitions
  • Moved several issues out of the release notes and created issues on Git for them
  • Started background work on new service load method to replace the existing method
  • Fixed bug where state changes would not tell HomeKit to update characteristics

Known Issues

  • FRESH INSTALLATION ISSUE: It seems fairly universal that the first server you add does not work until you restart the plugin (this likely has been resolved in Beta 9, needs tested to be sure)
  • Nest thermostats (perhaps others) will appear to hang in HomeKit when changing temperature setpoints because of how the Nest plugin operates, the changes will be implemented but the Indigo UI will show timeout errors
  • Need to remove API port from the plugin config and autodetect it instead when building the server configuration
  • The current API is not locked to Localhost but will need to be prior to being publicly released for security purposes
  • Changing the port on a running server will result in the plugin reporting that the port is in use when it's only in use by the currently running server (resolve by stopping the server before attempting to manually change any HB settings)
  • Errors getting smoke detector working as reported by Different Computers
  • Removing a device from Indigo that is part of a server will cause a bunch of errors when that server starts, need to add better device presense checking in code as well as delete detection

Wish List

  • Dev device wishlist: Camera RTP Stream Management, Lock Management
  • Add a feature to read in HBB and Alexa items to build a cache of already used alias names
  • Redo complications to be a selectable list of different complications or the ability to not use one at all