mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-18 00:10:20 +00:00
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
This commit is contained in:
@@ -198,6 +198,11 @@ location /api/ {
|
|||||||
```
|
```
|
||||||
## Available Arguments
|
## 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".
|
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=`<filepath>`
|
### -Dconfig.file=`<filepath>`
|
||||||
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=`<directory>/<filename>` explicitly. The command line example:
|
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=`<directory>/<filename>` explicitly. The command line example:
|
||||||
```
|
```
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<groupId>com.bwssystems.HABridge</groupId>
|
<groupId>com.bwssystems.HABridge</groupId>
|
||||||
<artifactId>ha-bridge</artifactId>
|
<artifactId>ha-bridge</artifactId>
|
||||||
<version>4.5.5b</version>
|
<version>4.5.6</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>HA Bridge</name>
|
<name>HA Bridge</name>
|
||||||
|
|||||||
Reference in New Issue
Block a user