[miele] Allow hostname as gateway network address (#13147)
* Allow hostname as gateway network address * Document configuration parameters for things * Add message for bridge communication error Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
@@ -43,27 +43,25 @@ discovery.miele:removalGracePeriod=30
|
||||
|
||||
## Thing Configuration
|
||||
|
||||
### Thing Configuration for Miele XGW3000
|
||||
|
||||
| Configuration Parameter | Description |
|
||||
|-------------------------|---------------|
|
||||
| ipAddress | Network address of the Miele@home gateway |
|
||||
| interface | Network address of openHAB host interface where the binding will listen for multicast events coming from the Miele@home gateway. |
|
||||
| userName | Name of a registered Miele@home user. |
|
||||
| password | Password for the registered Miele@home user. |
|
||||
| language | Language for state, program and phase texts. Leave blank for system language. |
|
||||
|
||||
### Thing Configuration for appliance
|
||||
|
||||
| Configuration Parameter | Description |
|
||||
|-------------------------|---------------|
|
||||
| uid | Unique identifier for specific appliance on the gateway. |
|
||||
|
||||
Each appliance needs the device UID as a configuration parameter.
|
||||
The UID is nowhere to be found on the appliances, but since the discovery works quite reliably, a manual configuration is not needed.
|
||||
|
||||
Once you got hold of the IDs, a manual configuration looks like this:
|
||||
|
||||
```
|
||||
Bridge miele:xgw3000:dilbeek [ipAddress="192.168.0.18", interface="192.168.0.5"] {
|
||||
Things:
|
||||
Thing fridgefreezer freezer [uid="00124b000424be44#2"]
|
||||
Thing hood hood [uid="001d63fffe020685#210"]
|
||||
Thing fridge fridge [uid="00124b000424bdc0#2"]
|
||||
Thing oven oven [uid="001d63fffe020390#210"]
|
||||
Thing oven microwave [uid="001d63fffe0206eb#210"]
|
||||
Thing hob hob [uid="00124b000424bed7#2"]
|
||||
Thing dishwasher dishwasher [uid="001d63fffe020683#210"]
|
||||
Thing tumbledryer dryer [uid="001d63fffe0200ba#210"]
|
||||
Thing washingmachine washingmachine [uid="001d63fffe020505#210"]
|
||||
Thing coffeemachine coffeemachine [uid="001d63fffe020505#190"]
|
||||
}
|
||||
```
|
||||
|
||||
## Channels
|
||||
|
||||
### Raw values
|
||||
|
||||
Reference in New Issue
Block a user