From e0636a3ef90d876f4743c1581fab2ea0afe68e25 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 31 Dec 2019 14:46:21 +0100 Subject: [PATCH] homematic: Add host port config documentation (#11498) --- source/_integrations/homematic.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/homematic.markdown b/source/_integrations/homematic.markdown index d6f587d5211..00c2f07a94f 100644 --- a/source/_integrations/homematic.markdown +++ b/source/_integrations/homematic.markdown @@ -133,6 +133,10 @@ host: description: IP address of CCU/Homegear device. required: true type: string +port: + description: "Port of CCU/Homegear XML-RPC Server. Wireless: 2001, wired: 2000, IP: 2010" + required: false + type: integer username: description: When fetching names via JSON-RPC, you need to specify a user with guest-access to the CCU. required: false @@ -172,6 +176,7 @@ homematic: hosts: ccu2: host: 127.0.0.1 + port: 2001 username: Admin password: secret