From 3207b6b76eaf686216b48b994dddada14cd11d4d Mon Sep 17 00:00:00 2001 From: Admin Date: Mon, 26 Jun 2017 14:11:57 -0500 Subject: [PATCH] Updated version Fixes #676 Server doesn't listen on IPv4 on Raspberry Pi enhancement question Fixes #673 ha-bridge not working after restart bug Fixes #618 Long Press for Harmony enhancement question Fixes #608 Link-Button-Feature and Hue App bug question Fixes #669 Need to re-pair Philips Hue Bridge enhancement question Fixes #671 action taking place only on the second time i ask to do it enhancement question Fixes #594 Buttons on Hue Devices page do not work bug question Fixes #654 Add possibility to set qos and retained state of MQTT messages Fixes #665 Hue Constant updates --- README.md | 5 +++++ pom.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a39b25b..ac04bf45 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,11 @@ location /api/ { ``` ## Available Arguments Arguments are now deprecated. The ha-bridge will use the old -D arguments and populate the configuration screen, Bridge Control Tab, which can now be saved to a file and will not be needed. There is only one optional argument that overrides and that is the location of the configuration file. The default is the relative path "data/habridge.config". +### -Djava.net.preferIPv4Stack=true +This will guarantee that the ha-bridge will not use an IPV6 address. This cannot be automatically set inside the code. +``` +java -jar -Djava.net.preferIPv4Stack=true ha-bridge-W.X.Y.jar +``` ### -Dconfig.file=`` The default location for the configuration file to contain the settings for the bridge is the relative path from where the bridge is started in "data/habridge.config". If you would like a different filename or directory, specify -Dconfig.file=`/` explicitly. The command line example: ``` diff --git a/pom.xml b/pom.xml index 55d97c28..498e56a9 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.bwssystems.HABridge ha-bridge - 4.5.5b + 4.5.6 jar HA Bridge