From d755fd2cd2bfab5ee6e51053c8cea07a606b960e Mon Sep 17 00:00:00 2001 From: Luke Lashley Date: Tue, 21 Jan 2025 01:33:12 -0500 Subject: [PATCH] Add Troubleshooting for Roborock Cloud API only (#37019) * Add Troubleshooting for cloud api only * tiny tweaks --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/roborock.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/roborock.markdown b/source/_integrations/roborock.markdown index fb32496cb31..f9175f4b44b 100644 --- a/source/_integrations/roborock.markdown +++ b/source/_integrations/roborock.markdown @@ -238,3 +238,9 @@ Roborock servers require accepting a user agreement before using the API, which 3. Hit **Revoke authorization**. 4. Log back in and accept the policy. 5. Reload the Roborock integration! + +### The integration tells me it cannot reach my vacuum and is using the cloud API and that this is not supported + +This integration has the capability to control your devices through the cloud API and the local API. If the local API is not reachable, it will just use the cloud API. We recommend only using the local API as it helps prevent any kind of rate-limiting. + +The steps needed to fix this issue are specific to your networking setup. Make sure your Home Assistant instance can communicate on port 58867 with the IP address of your vacuum. This may require changing firewall settings, VLAN configuration, etc.