Releases: bwssytems/ha-bridge
HAL Integration, enhancements and fixes
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
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
Added ability to run an exec command with tcp, udp or http calls in the same multi command loop.
Dim/Brighten correction
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
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
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
Fixed bug in http/https outbound calls for custom entries.
Fixed bridge response to echo and other controllers for device status
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
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
Fixes success return for calls and URL validation issues.