Skip to content

Releases: bwssytems/ha-bridge

HAL Integration, enhancements and fixes

19 Jul 16:52
Compare
Choose a tag to compare

Many new items in this release:

Finished implementation of HAL calls to the API.
Updated view consistency.
Fixed sizing of scrollable table to be dynamic.
Updating for API V 1.11 and Bridge V2 HUE handling.
Added Hue Error Handling objects.
Adding whitelist control.
Updating bridge control to activate save button on list updates.
Fixed dim addition in bulk add.
Updated group 0 handling to be per hue api requirements. This fixes the device limit issue seen with the echo and the bridge.

Fixed build device button in Harmony Device helper tab

15 May 17:26
Compare
Choose a tag to compare

Issue with build device button overwriting every time instead of building.

Added ability to run an exec command with tcp, udp or http calls in the same multi command loop

11 May 17:26
Compare
Choose a tag to compare

Added ability to run an exec command with tcp, udp or http calls in the same multi command loop.

Dim/Brighten correction

10 May 17:32
Compare
Choose a tag to compare

Fixed handling of dim and brigthen requests as they were not setting the state appropriately for other systems. Fixed handling of data return from an http call if the entity was empty.

Small enhancements and bug fixes

04 May 16:47
Compare
Choose a tag to compare

Added delete dialog for confirmation. Fixed bug with text in intensity.byte for vera device tab. Fixed issue with parsing replies for http requests. Fixed Hue device bulk add.

jar updated on 5/6/2016

Fixed Hue proxy registration

29 Apr 21:15
Compare
Choose a tag to compare

Updated the register with hue function to not send a user name when
linking as this has been deprecated by Philips.

Fixed bug in http/https outbound calls for custom entries

29 Apr 17:31
Compare
Choose a tag to compare

Fixed bug in http/https outbound calls for custom entries.

Fixed bridge response to echo and other controllers for device status

28 Apr 17:15
Compare
Choose a tag to compare

Fixed bug where device state object was dropped from hue api device response object. This caused devices to appear offline and invalid response interpretation by the echo.

Fixes #93

Added Hue Proxy, Script Execution, TCP calls, HTTPS handling, multiple call handling and many more

27 Apr 19:55
Compare
Choose a tag to compare

Here are the major features:

  • Support https calls
  • Added TCP/IP support
  • Allow multiple commands with custom calls
  • Find an open upnp response port if given one is already in use
  • Add ability to run shell scripts or programs
  • Sending custom headers for a specific bridge device call
  • Have an override for the web server port from the command line
  • Proxy real Hue Bridges

Major update to the Readme documentation.
Streamlined UI for clarification.
Fixed minor bugs.

Improvements to http outbound calls

29 Mar 21:26
Compare
Choose a tag to compare

Fixes success return for calls and URL validation issues.