iI am wondering if anyone have similar experience to me and what have you done to fix it. I have Homey Pro 23. The web interface for Advanced flows is extremely slow. I am not talking about flow execution. For the flows I already have, flows trigger fine without any delay. But, I want to add new flows and its almost impossible to add a new flow. whenever i try to add new flow, web interface just freezes up. this happens when i try to edit existing advance flows too. i tried editing existing flows, creating new advanced flows and get the same result. Creating regular flows work fine without isses. I can control devices for web app fine without any issues.This has been intermmitently happening for a while. but now it is totally unusable. I had this issue on stable version and beta versions.
From the thread @Peter_Kawa is linking to I see that he is using a browser I have never heard of on Android OS. Would be interesting to know which browser @Naresh_Kodali is using.
For myself I am using Safari (Mac OS) and Edge or Chrome on Windows without issues.
When you read a few more older posts, you’ll find out I’ve tried almost every available browser for Android. Also Windows OS with Edge and such.
I’ve no Apple stuff to test anything.
So browser is probably not the issue then. Don’t want to “repeat” the other thread you referred to here. But did you try accessing Advanced Flows from an other location or internet connection?
I normally use google chrome on Windows machine to access. I have similar results with Edge as well. Never thought of trying safari. I will fire up my old macbook and try. I tried multiple laptops inside and outside my home network.
I thought may be its related to available RAM on my homey pro. I used to have more apps and only 100 Mb RAM free out of 2GB. Thinking this is slowing the web app, i removed some of my apps to free up space. Now i have 300Mb left. Little bit better now i think but still not usable.
I don’t have this issue on my Homey Pro 2019 (FW 12.7.1). I think this would be related to the RAM that the browser tab uses. The Homey web app loads all devices, Flows and Flow cards in memory when you open the Flow page instead of lazy-loading (which almost every website uses nowadays)
What a strange issue. I do not have this issue on my homey 2023. I use chrome on windows11 laptop.
I have a heavy loaded homey, modded with 8GB memory. The homey uses 2.6 GB. But before and after modding I did not face this issue. Only with extremely big advanced flows it was impossible to add new cards.. Loading dashboards did not perform well last few months, but this is resolved with the latest firmware.
Somehow this should be figured out. Could the modem/router cause problems? I just use the standard kpn box14.
@Peter_Kawa I can give you my credentials to figure out if my homey has issues or not from your home…
I just uploaded a video of whats happening. in the video, if you see cards dissapearing, its doing by itself. I am not pressing delete. you will see cards change from one to another by itself.
And what happens if you do not use the cloud but local login?
Homey Pro now supports direct local web access, allowing users to log in to the Homey Web App via local network IP addresses. This requires setting up Local Users under Family & Guests in the app, providing faster, cloud-independent control of your smart home, according to Homey’s official announcement.
Could be a problem with the connection of your homey with the cloud somehow..
Jeroen (Athom) did like to run some tests directly with my Homey, so after granting access, he found a strange phenomenon quite quick:
in short: a device of an app caused flow cards to be created and removed non-stop and insanely quick, massively delaying everything else.
Removal of that particular device solved the issues.
I’ll discuss & run tests with the app developer to see what’s the exact cause.
To find similar issues:
With the web app in focus, start the browser console (F12 with Chrome)
Tap “Network”
Tap “Socket”
Tap the socket.io … line to see generated data
Is that related to a specific device model/brand in your case or would other users with the same device experience the same issue? If so, what device are we talking about?
I have the same issue as you, flow cards being created and deleted. In my case its my own Refoss energy Monitor App. I fixed the code in the app and pushed an update.
So, in my case it appeared to be a problem with the “mode list” of the “fan” type device, as part of the Home Assistant community app. Other device types don’t seem to be affected;
With every update of the “fan” device, all related flow cards were re-created. This slows things down massively, when these updates occur every few seconds.
Jeroen Wienk (Athom) spotted the continuous re-creation of flow cards (after he was allowed to access my Homey);
With that information, developer Ronny found the culprit in the end, and pushed version 1.15.2 of the app, which solves the issue!!