From 015cd2b98f47e5b15e6d43385fbf102e6d68c1fa Mon Sep 17 00:00:00 2001 From: Johannes Steinmann Date: Mon, 8 Jan 2024 10:00:49 +0000 Subject: [PATCH] Update shelly.markdown for wss protocol (#30720) Co-authored-by: Franck Nijhof --- source/_integrations/shelly.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/shelly.markdown b/source/_integrations/shelly.markdown index 5768905e2b5..d67830f9890 100644 --- a/source/_integrations/shelly.markdown +++ b/source/_integrations/shelly.markdown @@ -69,6 +69,7 @@ The list below will help you diagnose and fix the problem: Generation 2 and 3 devices use the `RPC` protocol to communicate with the integration. **Battery powered devices** need manual outbound WebSocket configuration, Navigate to the local IP address of your Shelly device, **Settings** >> **Connectivity** >> **Outbound WebSocket** and check the box **Enable Outbound WebSocket**, under server enter the following address: `ws://` + `Home_Assistant_local_ip_address:Port` + `/api/shelly/ws` (for example: `ws://192.168.1.100:8123/api/shelly/ws`), click **Apply** to save the settings. +In case your installation is set up to use SSL encryption (HTTP**S** with certificate), an additional `s` needs to be added to the WebSocket protocol, too, so that it reads `wss://` (for example: `wss://192.168.1.100:8123/api/shelly/ws`).
Integration is communicating directly with the device; cloud connection is not needed.