Releases: bwssytems/ha-bridge
Added Handling for UDP packets.
Finished implementation of generic UDP handling. This will support the
LimitlessLED Bridge. Updated Readme for UDP and more on configuration
setup. Fixed issue with HueMulator handliong due to devices without
mapTypes.
Fixes for no harmony hub configration
Fixed handling when no harmony hub is given. dev.mode was updated as well.
Multiple Harmony Hub and GUI Fixes
Final release of multiple harmony hubs and fixes for GUI. Update filtering capability. Still errors in html/angular. Updated VeraInfo to use default http client.
Device configuration tracking added.
Added device, scene and activity tracking, updated upnp handling,
updated HUE API config handling and test on and off calls.
CORS processing and HUE emulation updates.
Added CORS processing for http requests, updated HUE responses for devices to match HUE LUX replies, updated brightness handling to be more consistent with the HUE interface, updated readme documentation.
Updated jar build to include missing classes
Due to maven minimize jar function, certain clases were deprecated from the release jar.
Added Harmony Hub control natively and version class
Added Harmony hub control natively into the HA-Bridge. UI Helpers available for configuring actions. Updated release for version class that was missing.
Added Harmony Hub control natively
Added Harmony hub control natively into the HA-Bridge. UI Helpers available for configuring actions.
Update device configs returned to be Hue Lux type
Since this bridge does not deal with any color settings, the device configs should emulate hue lux devices.
Updated file handling, UI control if no Vera and math handling for custom variable handling.
Updated math variable execution to use net.java.dev.eval package. Safer and more robust than using JavaScript Engine Eval. Also, added checks if a default vera address is uses , "1.1.1.1", that we ignore the vera helpers to not throw errors. Updated math to use Math.round to help get better values. Updated code for determining if Vera is available so as to not show those screens. Updated file handling as there were issues due to no checks for file handling, this will improve for windows.