From 00b75c6cae7aab129162d15d0de31b2c73ca7fab Mon Sep 17 00:00:00 2001 From: hanzoh Date: Tue, 26 Jun 2018 06:17:15 +0200 Subject: [PATCH] Add JSON port to Homematic interface configuration (#5581) --- source/_components/homematic.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/homematic.markdown b/source/_components/homematic.markdown index da2efb78fc6..8d51ce86304 100644 --- a/source/_components/homematic.markdown +++ b/source/_components/homematic.markdown @@ -46,6 +46,7 @@ Configuration variables (interface): - **callback_ip** (*Optional*): Set this, if Home Assistant is reachable under a different IP from the CCU (NAT, Docker etc.). - **callback_port** (*Optional*): Set this, if Home Assistant is reachable under a different port from the CCU (NAT, Docker etc.). - **resolvenames** (*Optional*): [`metadata`, `json`, `xml`] Try to fetch device names. Defaults to `false` if not specified. +- **jsonport** (*Optional*): Port of CCU JSON-RPC Server. The default is 80, but it may be different when running CCU virtually via Docker. - **username** (*Optional*): When fetching names via JSON-RPC, you need to specify a user with guest-access to the CCU. - **password** (*Optional*): When fetching names via JSON-RPC, you need to specify the password of the user you have configured above. - **path** (*Optional*): Set to `/groups` when using port 9292.