[homematic] Add hints about using docker (#14121)

Signed-off-by: Moritz 'Morty' Strübe <morty@gmx.net>
This commit is contained in:
Moritz 'Morty' Strübe 2023-01-02 20:51:22 +01:00 committed by GitHub
parent 3c669ad77a
commit 8fcfa0438b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -743,3 +743,9 @@ stop org.openhab.binding.homematic
log:set TRACE org.openhab.binding.homematic log:set TRACE org.openhab.binding.homematic
start org.openhab.binding.homematic start org.openhab.binding.homematic
``` ```
### Running in Docker
First of all you need to map the `XML-RPC` and `BIN-RPC` Callback Ports to the outside world.
They must not be mapped to a different port number.
Next make sure that you set the `Callback Network Address` to the IP where the homematic can reach the exposed ports.