Fixes for v5
Fixes#842 Show and manage linked devices to the ha-bridge enhancement
Fixes#797 harmony hub not pairing bug question
Fixes#817 Log full of error: The requested route [/(null)] has not been mapped in Spark bug question
Fixes#821 Support HEX-Formatted RGB Values for color enhancement question
Fixes#837 -Dexec.garden breaks script execution with trailing slash enhancement question
Fixes#800 5.0.0 no longer connects to the vera enhancement question
Fixes#801 Fibaro scenes are not created bug question
Fixes#805 Fibaro HomeCenter2: Devices "Build Item" broken bug question
Fixes#841 add support for timestamp http URL variable
Fixes#836 Add support for cheap HomeWizard SmartPlugs (Smartwares Smarthome Controller)
Features for 5.0
Fixes#749 No Login Feedback - No Password reset enhancement question
Fixes#717 Having to often repeat command enhancement question
Fixes#768 Hue Items error with ha-bridge-5.0.0rc2 bug question
Fixes#782 getting server error 500 out of nowhere enhancement question
Fixes#779 Allow custom hue-bridgeid? enhancement question
Fixes#450 Unable to edit on ipad enhancement question
Fixes#336 Fibaro support enhancement help wanted
Fixes#560 How to run Fibaro Scene in HA-Bridge? enhancement question
Fixes#737 2 HA-Bridge instances: UpnpListener encountered an error sending upnp notify packet. IP: 239.255.255.250 with message: Operation not permitted enhancement question
Fixes#761 Philips Hue app update - bridge update required enhancement question
Fixes#747 Issue with MQTT messages - intermittent success enhancement question
Fixes#722 Long time no operation causes failure of the first operation of home assistant devices enhancement question
Fixes#671 action taking place only on the second time i ask to do it enhancement question
Fixes#381 Resize Target Item Field enhancement question
Fixes#705 Item Delete Button deletes multiple items bug question
Fixes#327 Add Color or Raw Info enhancement question
Fixes#704 Rename "Clear Device" to "Clear" enhancement
Fixes#713 Room and basic color (especially limitless/milight) support enhancement
"Extended color light" isn't used anymore for all devices without thinking about it. It will now automatically differentiate between Color and Dimmable light by the following logic:
1. If it's Philips Hue passthru look at the state: if it contains the attribute "colormode" it's a Extended color light, otherwise it's a Dimmable light.
2. If it's no passthru it's a dimmable light if the colorUrl has no content.
I didn't use On/Off light because i disovered that a) the hue app treats these exactly the same as dimmable light, you can still "change the brightness" and b) the amazon echo doesn't find these lights without the skill
I also enhanced the filter options in the web ui.
You have a textbox "Show devices visible to". You can fill in an ip-address and there will only be devices displayed that a) have the ip address in the requesterFilter or b) don't filter by requester.
If you tick the checkbox "Must contain filter" option b isn't used. This means also if you check the box with no ip address in the textbox only devices without request filter will be shown.
Also there is a filter by device type.
All these 3 filter options will be remembered as long as the browser tab is closed.