From 8fcfa0438b849ae84c1c48a6034d33832e9c0279 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Moritz=20=27Morty=27=20Str=C3=BCbe?= Date: Mon, 2 Jan 2023 20:51:22 +0100 Subject: [PATCH] [homematic] Add hints about using docker (#14121) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Moritz 'Morty' Strübe --- bundles/org.openhab.binding.homematic/README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.47.3