One app: two devices, each device with two images.
When I change between the devices, the image is not updated right. The image from the previous device is shown, and no image is selected in the drop down.
Every sensor is shown right when switching device.
Everything is ok if I
close the view…
click into another random device…
…before I select an next device.
Is there any function/property to “clean” the view or select which image I initial want to see?
The attached image shows wrong image for the device, and that no image is selected.
Sounds like a cache issue in HomeyApp.
You can check WebApp if it’s working correct there.
If you are on Homey channel in Slack, you could report the issue. Or create a support ticket.
Normally, the first image for the device is shown. It’s cached until you request a new one (the refresh button or using the image tag in flows).
Hi
I am testing on webapp, and there is the trouble. Sorry, I didnt tell.
On phone, it works great. I guess thats because the phone “closes down” the device when changing device. Same as webapp, works fine when visit another device before switch.
Another thing to mention is that the webapp reads the image stream twice, which phone does not. When the stream is read, it is with the previous device environment, not the one I am actual viewing. (I am loading images with stream, because of cors-error on desktop/webapp.)