Skip to content

Releases: indigodomo/HomeKit-Bridge

Version 0.19.4 (Beta 19.4)

18 Mar 02:03
Compare
Choose a tag to compare
Pre-release
  • NOTE There are going to be a few miscellaneous builds flying through pretty fast to get SenseMe fans working for Webdeck, since he had such a big role in this plugin he gets special treatment - deal with it :). Anyway, you don't need to update to these if you aren't using SenseMe.
  • Fixed SenseMe fan and light action names

Version 0.19.3 (Beta 19.3)

18 Mar 00:55
Compare
Choose a tag to compare
Pre-release
  • NOTE There are going to be a few miscellaneous builds flying through pretty fast to get SenseMe fans working for Webdeck, since he had such a big role in this plugin he gets special treatment - deal with it :). Anyway, you don't need to update to these if you aren't using SenseMe.
  • Fixed bug in thermostats that would report something other than currently heating or currently heating as auto instead of off
  • Fixed iteration problem for computed state value function (SenseMe work)
  • Added additional threshold for brightness values on SenseMe light

Version 0.19.2 (Beta 19.2)

18 Mar 00:11
Compare
Choose a tag to compare
Pre-release
  • NOTE There are going to be a few miscellaneous builds flying through pretty fast to get SenseMe fans working for Webdeck, since he had such a big role in this plugin he gets special treatment - deal with it :). Anyway, you don't need to update to these if you aren't using SenseMe.
  • Added experimental light on/off/brightness controls for SenseMe as a lightbulb
  • Fix iteration typo on computed state value function (SenseMe work)

Version 0.19.1 (Beta 19.1)

17 Mar 23:21
Compare
Choose a tag to compare
Pre-release
  • NOTE There are going to be a few miscellaneous builds flying through pretty fast to get SenseMe fans working for Webdeck, since he had such a big role in this plugin he gets special treatment - deal with it :). Anyway, you don't need to update to these if you aren't using SenseMe.
  • Added experimental support for SenseMe fans. They should autodetect as a Fan and control on/off/speed.

Version 0.19.0 (Beta 19.0)

17 Mar 20:59
Compare
Choose a tag to compare
Pre-release
  • CAMERA SUPPORT!!! Very much experimental, but if you add a SecuritySpy camera to your devices from the SecuritySpy plugin then you can add each camera as an accessory. Please don't tell me that your aspect ratio is wrong, I know that SD cameras are coming out widescreen, I have to write a routine to talk to SecuritySpy directly because Cynic's plugin doesn't pull down the height and width so HomeKit is defaulting to widescreen.
  • Added ability for a SecuritySpy camera to work as a motion sensor
  • Added ability for SecuritySpy cameras to be natively used in HomeKit so long as you have the Indigo plugin for it and it's working
  • Fixed bug in outputting the Homebridge log file
  • Additional unicode changes to try to resolve non-ascii characters (Issue #63)

Version 0.18.0 (Beta 18.0)

17 Mar 16:04
Compare
Choose a tag to compare
Pre-release
  • Model and Firmware updates are now fully supported
  • Added additional language to clarify when trying to view the Homebridge file and it's not there that HB has never tried to start (Issue #64)
  • Additional unicode changes to try to resolve non-ascii characters (Issue #63
  • Removed some debugging code inadvertently left in during the last build
  • Moved all Wiki images out of the repo so that the distro download was cut by 30MB
  • Homebridge script updated
  • Homebridge, Node and all supporting libraries updated
  • Camera support added to build, still experimental and not available outside of closed dev environment
  • Issue #64 resolved

Version 0.17.6 (Beta 17.6)

16 Mar 22:13
Compare
Choose a tag to compare
Pre-release
  • Added Firmware and Model to the Server Options UI to allow the user to change the model and firmware that appear in HomeKit for each device (not yet implemented in the Homebridge script, coming soon)
  • Added auto server restart if Firmware of Model fields are changed
  • Added new selection in the 'Add to HomeKit' field to add a streaming source for cameras as development on that feature continues. This is for future use and is experimental but it's easier to start getting these things worked into the UI before the feature is live so that it'll work out of the box. Yes, this is an indication that getting cameras working is likely not too far off.
  • Changed UI so that when the form is saved after the initial config it will always open back up to the devices view
  • Changed help URL in plist so that if a user clicks the question mark icon on the device it will take them to the wiki page for server configuration
  • Additional unicode changes to try to resolve non-ascii characters (Issue #63)
  • Added additional debug logging to try to capture a startup issue reported by one user (Issue #61)

Version 0.17.5 (Beta 17.5)

15 Mar 23:04
Compare
Choose a tag to compare
Pre-release
  • Fixed error running action groups that was inadvertently broken when adding exceptions for Hue bulbs (reported on the forums)
  • Removed update checking function from plugin until it's advertised on the store (the options are still there, but the actual function itself will do nothing)

Version 0.17.4 (Beta 17.4)

15 Mar 21:54
Compare
Choose a tag to compare
Pre-release

Version 0.17.3 (Beta 17.3)

15 Mar 20:33
Compare
Choose a tag to compare
Pre-release
  • Added unicode conversion to device names for non-plugin device updates to try to trap any odd names that are used for Indigo devices (strange characters) - as reported on the forums
  • Expanded the ability of invert to cover any device with more than one active characteristic using the onState of a device. Until now it was built exclusively to handle on/off for simple devices like switches, outlets and various sensors, now it can be used for complex devices such as garage door openers that may use onState for multiple characteristics (Issue #59)
  • Issue #59 resolved