- Platform information:
- Hardware: Intel X64
- OS: Windows Server 2016 Standard
- Java Runtime Environment: 1.8.171
- openHAB version: 2.3 RTM / 2.4.1309
I use some Picture-Links in my sitemap to Display camera-Pictures.
i use the following Syntax:
Text label="Kameras" icon="camera"{
Frame label="Eingang" {Image url="http://user:password@192.168.0.X:80/image/jpeg.cgi" refresh=60000}
Frame label="Küche" {Image url="http://user:password@192.168.0.X:80/dms?nowprofileid=1" refresh=60000}
Frame label="Wohnzimmer" {Image url="http://user:password@192.168.0.X:80/image/jpeg.cgi" refresh=60000}
Frame label="Arbeitszimmer" {Image url="http://user:password@192.168.0.X:80/image/jpeg.cgi" refresh=60000}
Frame label="Partyraum" {Image url="http://user:password@192.168.0.X:80/image/jpeg.cgi" refresh=60000}
}
- When I query the pictures with IOS-App (Local Connection), only the first and the last Picture are displayed
- When I query the pictures with IOS-App (MyOpenHAB-Cloud Connection), the Pictures are displayed correct.
- When I query the pictures with a browser (Chrome, Edge, IE) in my local Network / or MyOpenHABCloud the pictures are displayed correct.
On Openhab 2.2 it works fine - with Openhab 2.3 RTM or 2.4.1309 it does not work correctly.
It is not a cache-problem. i have cleared the ios-app-cache. this has no effect.
I cant see any errors in the log file.
Any ideas?
Ralph