Skip to content

Releases: htreu/OpenHAB-HomeKit-Bridge

1.3.3

16 May 03:43
Compare
Choose a tag to compare

Features

  • Model switches as outlets. The Siri command 'turn off all the lights' will not affect these switches.
  • Update to latest hap-nodejs 0.3.2 version.

Install

For previous installed bridges do npm update or rm -rf node_modules && npm install.
For new installs follow the instructions in README.MD.

1.3.2

01 Apr 07:01
Compare
Choose a tag to compare

Features

  • Fix version number in package.json.

Install

For previous installed bridges do rm -rf node_modules && npm install.
For new installs follow the instructions in README.MD.

1.3.1

01 Apr 06:58
Compare
Choose a tag to compare

This fixes iOS 9.3 compatibility by updating hap-nodejs to 0.2.8.

1.3.0

11 Feb 14:31
Compare
Choose a tag to compare
  • fix package.json license
  • clean up dev dependencies

1.3.0 beta 1

04 Feb 20:13
Compare
Choose a tag to compare
1.3.0 beta 1 Pre-release
Pre-release

Features

  • openHAB updates are pushed to iOS
  • reconnecting WebSocket listeners for openHAB updates
  • fixed HomeKit values so the bridge will stay online in iOS
  • Javascript linting
  • extended unit tests
  • hidden logging in production
  • latest hap-nodejs release (0.1.7)
  • new license: Apache License 2.0

Install

For previous installed bridges do rm -rf node_modules && npm install.
For new installs follow the instructions in README.MD.