You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Then locate the jar and start the server with:
21
21
ATTENTION: This requires JDK 1.8 to run
22
22
23
23
```
24
-
java -jar ha-bridge-W.X.Y.jar
24
+
java -jar ha-bridge-2.0.5.jar
25
25
```
26
26
### Automation on Linux systems
27
27
To have this conigured and running automatically ther eare a few resources to use. One is using Docker and a docker container has been built for this and can be gotten here: https://github.com/aptalca/docker-ha-bridge
@@ -109,7 +109,7 @@ This screen displays the last 512 or number of rows defined in the config screen
109
109
110
110
The bottom part of the Logs Screen has configuration to change the logging levels as it is running. The ROOT is the basic setting and will turn on only top level logging. To set logging at a lower level, select the `Show All Loggers` checkbox and then you can set the explicit level on each of the processes components. The most helpful logger would be setting DEBUG for com.bwssystems.HABridge.hue.HueMulator component. Changing this and then selecting the `Update Log Levels` button applies the new log settings.
111
111
### Bridge Device Additions
112
-
You must configure devices before you will have any thing for the Echo or other contoller that is connected to the ha-bridge to receive.
112
+
You must configure devices before you will have any thing for the Echo or other controller that is connected to the ha-bridge to receive.
113
113
#### Helpers
114
114
The easy way to get devices configured is with the use of the helpers for the Vera or Harmony, Nest and Hue to create devices that the bridge will present.
115
115
@@ -217,13 +217,15 @@ OFF Commands |
217
217
DIM Commands |
218
218
| Alexa, brighten `<Device Name>` to `<Position>`
219
219
| Alexa, dim `<Device Name> to <Position>`
220
+
| Alexa, brighten `<Device Name>`
221
+
| Alexa, dim `<Device Name>`
220
222
| Alexa, raise `<Device Name>` to `<Position>`
221
223
| Alexa, lower `<Device Name>` to `<Position>`
222
224
| Alexa, set `<Device Name>` to `<Position>`
223
225
| Alexa, turn up `<Device Name>` to `<Position>`
224
226
| Alexa, turn down `<Device Name>` to `<Position>`
225
227
226
-
To see what Alexa thinks you said, you can check in the home page for your alexa.
228
+
To see what Alexa thinks you said, you can check in the home page for your Alexa.
227
229
228
230
To view or remove devices that Alexa knows about, you can use the mobile app `Menu / Settings / Connected Home` or go to http://echo.amazon.com/#cards.
229
231
## Configuration REST API Usage
@@ -264,7 +266,7 @@ contentBodyOff | string | This is the content body that you would like to send w
264
266
}
265
267
```
266
268
#### Dimming Control Example
267
-
Dimming is also supported by using the expressions ${intensity.percent} for 0-100 or ${intensity.byte} for 0-255 for straight pass trhough of the value.
269
+
Dimming is also supported by using the expressions ${intensity.percent} for 0-100 or ${intensity.byte} for 0-255 for straight pass through of the value.
268
270
e.g.
269
271
```
270
272
{
@@ -872,7 +874,7 @@ rules | object | A collection of all rules and their attributes. This is not giv
872
874
## UPNP Emulation of HUE
873
875
This section will discuss the UPNP implementation of this bridge based as much as can be for the HUE.
874
876
### UPNP listening
875
-
The HA Bridge default UPNP listner is started on port 1900 on the upnp multicast address of 239.255.255.250. All ethernet interfaces that are active are bound to and the repsonse port is set to the one given on the command line above or the default of 50000.
877
+
The HA Bridge default UPNP listener is started on port 1900 on the upnp multicast address of 239.255.255.250. All ethernet interfaces that are active are bound to and the response port is set to the one given on the command line above or the default of 50000.
876
878
877
879
The listener will respond to the following body packet that contain the following minimal information:
The bridge provides the description service which is used by the calling app to interogate access details after it has decided the upnp multicast repsonse is the correct device.
903
+
The bridge provides the description service which is used by the calling app to interogate access details after it has decided the upnp multicast response is the correct device.
0 commit comments