From: Moritz 'Morty' Strübe Date: Mon, 2 Jan 2023 19:51:22 +0000 (+0100) Subject: [homematic] Add hints about using docker (#14121) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=8fcfa0438b849ae84c1c48a6034d33832e9c0279;p=openhab-addons.git [homematic] Add hints about using docker (#14121) Signed-off-by: Moritz 'Morty' Strübe --- diff --git a/bundles/org.openhab.binding.homematic/README.md b/bundles/org.openhab.binding.homematic/README.md index 965a9cc59b..2ee8cc4307 100644 --- a/bundles/org.openhab.binding.homematic/README.md +++ b/bundles/org.openhab.binding.homematic/README.md @@ -743,3 +743,9 @@ stop org.openhab.binding.homematic log:set TRACE 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.