Commands get executed only on refresh
See original GitHub issueActual behaviour
When i try to execute commands to items in my group based sitemap structure nothing happens until i leave the page or perform a manual refresh.
Expected behaviour
Item commands should be executed immediately.
Steps to reproduce
- Open the sitemap
- Navigate to a generated switch or any commandable item
- Try to change it and observe the log
- When nothing happens, try to refresh the page and check again.
Heres a gif that simulates the bahavior. Android app is used with teamviewer quicksupport.

The Sitemap structure is generated through my group structure.
Can you reproduce the issue in demo mode?
No.
Environment data
Client
- Android version: 8.0.0
- Device model: Huawei Mate 10 Lite
- Stock or customized ROM: Stock
- App version :
- Build flavor : Full
- Device language: GErman
Server
- Server version: 2.4.0
- Reverse Proxy: No
- Authentication method : None
openHAB Cloud
- openHAB Cloud version: Whatever myopenhab.org’s current version is.
- Self hosted cloud or myopenhab.org: myopenhab
- Authentication method : myopenhab standard
Logs
App log (Click)
Log was already gone, while i was writing this, so i have simulated a new set.
--------- beginning of events
04-29 15:59:58.062 32386 32386 I am_on_paused_called: [0,org.openhab.habdroid.ui.PreferencesActivity,handlePauseActivity]
04-29 15:59:58.143 32386 32386 I am_on_resume_called: [0,org.openhab.habdroid.ui.LogActivity,LAUNCH_ACTIVITY]
04-29 15:59:58.428 32386 32386 I am_on_stop_called: [0,org.openhab.habdroid.ui.PreferencesActivity,handleStopActivity]
04-29 15:59:59.256 32386 32386 I menu_item_selected: [0,Protokoll löschen]
04-29 15:59:59.927 32386 32386 I am_on_paused_called: [0,org.openhab.habdroid.ui.LogActivity,handlePauseActivity]
04-29 15:59:59.963 32386 32386 I am_on_resume_called: [0,org.openhab.habdroid.ui.PreferencesActivity,RESUME_ACTIVITY]
04-29 16:00:00.192 32386 32386 I am_on_stop_called: [0,org.openhab.habdroid.ui.LogActivity,destroy]
04-29 16:00:01.536 32386 32386 I am_on_paused_called: [0,org.openhab.habdroid.ui.PreferencesActivity,handlePauseActivity]
04-29 16:00:01.591 32386 32386 I am_on_resume_called: [0,org.openhab.habdroid.ui.MainActivity,RESUME_ACTIVITY]
04-29 16:00:01.877 32386 32386 I am_on_stop_called: [0,org.openhab.habdroid.ui.PreferencesActivity,destroy]
--------- beginning of main
04-29 16:00:26.724 32386 16503 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:26.724 32386 16503 D OkHttp : --> END GET
04-29 16:00:26.726 32386 16503 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG (1ms)
04-29 16:00:26.726 32386 16503 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:26.726 32386 16503 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:27 GMT
04-29 16:00:26.726 32386 16503 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:26.726 32386 16503 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:26.726 32386 16503 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:26.726 32386 16503 D OkHttp : <-- END HTTP
04-29 16:00:26.731 32386 16459 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG
04-29 16:00:26.731 32386 16459 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:26.731 32386 16459 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:26.731 32386 16459 D OkHttp : --> END GET
04-29 16:00:26.732 32386 16459 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG (1ms)
04-29 16:00:26.732 32386 16459 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:26.732 32386 16459 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:27 GMT
04-29 16:00:26.732 32386 16459 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:26.732 32386 16459 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:26.732 32386 16459 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:26.732 32386 16459 D OkHttp : <-- END HTTP
04-29 16:00:26.735 32386 16503 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/light?state=OFF&format=SVG
04-29 16:00:26.735 32386 16503 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:26.735 32386 16503 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:26.735 32386 16503 D OkHttp : --> END GET
04-29 16:00:26.739 32386 32386 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
04-29 16:00:26.749 32386 16503 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/light?state=OFF&format=SVG (13ms)
04-29 16:00:26.749 32386 16503 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:26.749 32386 16503 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:27 GMT
04-29 16:00:26.749 32386 16503 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:26.749 32386 16503 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:26.749 32386 16503 D OkHttp : <-- END HTTP
04-29 16:00:26.753 32386 16459 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/light?state=OFF&format=SVG
04-29 16:00:26.754 32386 16459 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:26.754 32386 16459 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:26.754 32386 16459 D OkHttp : --> END GET
04-29 16:00:26.755 32386 16459 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/light?state=OFF&format=SVG (1ms)
04-29 16:00:26.755 32386 16459 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:26.755 32386 16459 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:27 GMT
04-29 16:00:26.755 32386 16459 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:26.755 32386 16459 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:26.755 32386 16459 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:26.755 32386 16459 D OkHttp : <-- END HTTP
04-29 16:00:26.755 32386 32386 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
04-29 16:00:26.759 32386 16503 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG
04-29 16:00:26.760 32386 16503 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:26.760 32386 16503 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:26.760 32386 16503 D OkHttp : --> END GET
04-29 16:00:26.761 32386 16503 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG (1ms)
04-29 16:00:26.761 32386 16503 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:26.761 32386 16503 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:27 GMT
04-29 16:00:26.761 32386 16503 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:26.761 32386 16503 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:26.761 32386 16503 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:26.761 32386 16503 D OkHttp : <-- END HTTP
04-29 16:00:26.765 32386 16459 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG
04-29 16:00:26.765 32386 16459 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:26.765 32386 16459 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:26.765 32386 16459 D OkHttp : --> END GET
04-29 16:00:26.767 32386 16459 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG (2ms)
04-29 16:00:26.767 32386 16459 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:26.767 32386 16459 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:27 GMT
04-29 16:00:26.767 32386 16459 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:26.767 32386 16459 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:26.767 32386 16459 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:26.767 32386 16459 D OkHttp : <-- END HTTP
04-29 16:00:26.769 32386 16503 D OkHttp : --> GET http://<openhab-local-address>:8080/rest/sitemaps/events/56285338-07f9-452f-8aee-9640a8e038d8?sitemap=Scheidsgasse&pageid=ceilingLight
04-29 16:00:26.769 32386 16503 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:26.769 32386 16503 D OkHttp : Accept-Encoding:
04-29 16:00:26.769 32386 16503 D OkHttp : Accept: text/event-stream
04-29 16:00:26.769 32386 16503 D OkHttp : Cache-Control: no-cache
04-29 16:00:26.769 32386 16503 D OkHttp : --> END GET
04-29 16:00:26.772 32386 32386 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
04-29 16:00:26.789 32386 32386 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
04-29 16:00:26.800 32386 16503 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/rest/sitemaps/events/56285338-07f9-452f-8aee-9640a8e038d8?sitemap=Scheidsgasse&pageid=ceilingLight (30ms)
04-29 16:00:26.800 32386 16503 D OkHttp : X-Accel-Buffering: no
04-29 16:00:26.800 32386 16503 D OkHttp : Content-Type: text/event-stream
04-29 16:00:26.800 32386 16503 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:26.800 32386 16503 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:26.800 32386 16503 D OkHttp : <-- END HTTP
04-29 16:00:28.274 32386 32386 V AudioManager: playSoundEffect effectType: 0
04-29 16:00:29.823 32386 32386 D PageConnectionHolderFragment: Trigger update for URL http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/ceilingLight, force true
04-29 16:00:29.823 32386 32386 D PageConnectionHolderFragment: Loading data for http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/ceilingLight, long polling false
04-29 16:00:29.828 32386 16459 D OkHttp : --> POST http://<openhab-local-address>:8080/rest/items/Wohnzimmer_Deckenleuchte_3
04-29 16:00:29.828 32386 16459 D OkHttp : Content-Type: text/plain;charset=UTF-8
04-29 16:00:29.828 32386 16459 D OkHttp : Content-Length: 2
04-29 16:00:29.828 32386 16459 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:29.828 32386 16459 D OkHttp : Cache-Control: no-cache
04-29 16:00:29.828 32386 16459 D OkHttp : --> END POST
04-29 16:00:29.856 32386 16459 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/rest/items/Wohnzimmer_Deckenleuchte_3 (27ms)
04-29 16:00:29.856 32386 16459 D OkHttp : Content-Type: text/plain
04-29 16:00:29.856 32386 16459 D OkHttp : Content-Length: 0
04-29 16:00:29.856 32386 16459 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:29.856 32386 16459 D OkHttp : <-- END HTTP
04-29 16:00:29.857 32386 32386 D Util : Command 'ON' was sent successfully to http://<openhab-local-address>:8080/rest/items/Wohnzimmer_Deckenleuchte_3
04-29 16:00:29.857 32386 16503 D OkHttp : --> GET http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/ceilingLight
04-29 16:00:29.857 32386 16503 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:29.857 32386 16503 D OkHttp : X-Atmosphere-Framework: 1.0
04-29 16:00:29.857 32386 16503 D OkHttp : X-Atmosphere-tracking-id: 0
04-29 16:00:29.857 32386 16503 D OkHttp : Cache-Control: no-cache
04-29 16:00:29.857 32386 16503 D OkHttp : --> END GET
04-29 16:00:29.908 32386 16503 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/ceilingLight (50ms)
04-29 16:00:29.908 32386 16503 D OkHttp : Content-Type: application/json
04-29 16:00:29.908 32386 16503 D OkHttp : Content-Length: 1848
04-29 16:00:29.908 32386 16503 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:29.908 32386 16503 D OkHttp : <-- END HTTP
04-29 16:00:29.909 32386 16459 D OkHttp : --> POST http://<openhab-local-address>:8080/rest/sitemaps/events/subscribe
04-29 16:00:29.909 32386 16459 D OkHttp : Content-Type: application/json; charset=utf-8
04-29 16:00:29.909 32386 16459 D OkHttp : Content-Length: 2
04-29 16:00:29.909 32386 16459 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:29.909 32386 16459 D OkHttp : Cache-Control: no-cache
04-29 16:00:29.909 32386 16459 D OkHttp : --> END POST
04-29 16:00:29.914 32386 32386 D PageConnectionHolderFragment: Updated page data for URL http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/ceilingLight: widget list [Widget{id=Wohnzimmer_Deckenleuchte_1, parentId=null, label=Wohnzimmer Deckenleuchte 1, icon=light, iconPath=icon/light?state=ON&format=SVG, state=ParsedState{asString=ON, asBoolean=true, asNumber=100, asHsv=null, asBrightness=null}, type=Switch, url=null, item=Item{name=Wohnzimmer_Deckenleuchte_1, label=Wohnzimmer Deckenleuchte 1, type=Switch, groupType=None, link=http://<openhab-local-address>:8080/rest/items/Wohnzimmer_Deckenleuchte_1, readOnly=false, members=[], options=null, state=ParsedState{asString=ON, asBoolean=true, asNumber=100, asHsv=null, asBrightness=null}}, linkedPage=null, mappings=[], encoding=null, iconColor=null, labelColor=null, valueColor=null, refresh=0, minValue=0.0, maxValue=100.0, step=1.0, period=D, service=, legend=null, height=0}, Widget{id=Wohnzimmer_Deckenleuchte_2, parentId=null, label=Wohnzimmer Deckenleuchte 2, icon=light, iconPath=icon/light?state=ON&format=SVG, state=ParsedState{asString=ON, asBoolean=true, asNumber=100, asHsv=null, asBrightness=null}, type=Switch, url=null, item=Item{name=Wohnzimmer_Deckenleuchte_2, label=Wohnzimmer Deckenleuchte 2, type=Switch, groupType=None, link=http://<openhab-local-address>:8080/rest/items/Wohnzimmer_Deckenleuchte_2, readOnly=false, members=[], options=null, state=ParsedState{asString=ON, asBoolean=true, asNumber=100, asHsv=null, asBrightness=null}}, linkedPage=null, mappings=[], encoding=null, iconColor=null, labelColor=null, valueColor=null, refresh=0, minValue=0.0, maxValue=100.0, step=1.0, period=D, service=, legend=null, height=0}, Widget{id=Wohnzimmer_Deckenleuchte_3, parentId=null, label=Wohnzimmer Deckenleuchte 3, icon=light, iconPath=icon/light?state=ON&format=SVG, state=ParsedState{asString=ON, asBoolean=true, asNumber=100, asHsv=null, asBrightness=null}, type=Switch, url=null, item=Item{name=Wohnzimmer_Deckenleuchte_3, label=Wohnzimmer Deckenleuchte 3, type=Switch, groupType=None, link=http://<openhab-local-address>:8080/rest/items/Wohnzimmer_Deckenleuchte_3, readOnly=false, members=[], options=null, state=ParsedState{asString=ON, asBoolean=true, asNumber=100, asHsv=null, asBrightness=null}}, linkedPage=null, mappings=[], encoding=null, iconColor=null, labelColor=null, valueColor=null, refresh=0, minValue=0.0, maxValue=100.0, step=1.0, period=D, service=, legend=null, height=0}, Widget{id=Wohnzimmer_Deckenleuchte_4, parentId=null, label=Wohnzimmer Deckenleuchte 4, icon=light, iconPath=icon/light?state=ON&format=SVG, state=ParsedState{asString=ON, asBoolean=true, asNumber=100, asHsv=null, asBrightness=null}, type=Switch, url=null, item=Item{name=Wohnzimmer_Deckenleuchte_4, label=Wohnzimmer Deckenleuchte 4, type=Switch, groupType=None, link=http://<openhab-local-address>:8080/rest/items/Wohnzimmer_Deckenleuchte_4, readOnly=false, members=[], options=null, state=ParsedState{asString=ON, asBoolean=true, asNumber=100, asHsv=null, asBrightness=null}}, linkedPage=null, mappings=[], encoding=null, iconColor=null, labelColor=null, valueColor=null, refresh=0, minValue=0.0, maxValue=100.0, step=1.0, period=D, service=, legend=null, height=0}]
04-29 16:00:29.914 32386 32386 D ContentController: Got update for URL http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/ceilingLight, pending []
04-29 16:00:29.925 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG, avoidCache false
04-29 16:00:29.927 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG, avoidCache false
04-29 16:00:29.929 32386 32386 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
04-29 16:00:29.930 32386 16459 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/rest/sitemaps/events/subscribe (20ms)
04-29 16:00:29.930 32386 16459 D OkHttp : Content-Type: application/json
04-29 16:00:29.930 32386 16459 D OkHttp : Content-Length: 354
04-29 16:00:29.930 32386 16459 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:29.930 32386 16459 D OkHttp : <-- END HTTP
04-29 16:00:29.930 32386 16503 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG
04-29 16:00:29.930 32386 16503 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:29.930 32386 16503 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:29.930 32386 16503 D OkHttp : --> END GET
04-29 16:00:29.931 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG, avoidCache false
04-29 16:00:29.931 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG, avoidCache false
04-29 16:00:29.933 32386 32386 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
04-29 16:00:29.934 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG, avoidCache false
04-29 16:00:29.935 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG, avoidCache false
04-29 16:00:29.935 32386 32386 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
04-29 16:00:29.937 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG, avoidCache false
04-29 16:00:29.937 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG, avoidCache false
04-29 16:00:29.938 32386 32386 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
04-29 16:00:29.941 32386 16503 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG (10ms)
04-29 16:00:29.941 32386 16503 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:29.941 32386 16503 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:30 GMT
04-29 16:00:29.941 32386 16503 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:29.941 32386 16503 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:29.941 32386 16503 D OkHttp : <-- END HTTP
04-29 16:00:29.945 32386 16459 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG
04-29 16:00:29.945 32386 16459 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:29.945 32386 16459 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:29.945 32386 16459 D OkHttp : --> END GET
04-29 16:00:29.947 32386 16459 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG (1ms)
04-29 16:00:29.947 32386 16459 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:29.947 32386 16459 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:30 GMT
04-29 16:00:29.947 32386 16459 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:29.947 32386 16459 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:29.947 32386 16459 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:29.947 32386 16459 D OkHttp : <-- END HTTP
04-29 16:00:29.950 32386 16503 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG
04-29 16:00:29.950 32386 16503 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:29.950 32386 16503 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:29.950 32386 16503 D OkHttp : --> END GET
04-29 16:00:29.952 32386 16503 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG (1ms)
04-29 16:00:29.952 32386 16503 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:29.952 32386 16503 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:30 GMT
04-29 16:00:29.952 32386 16503 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:29.952 32386 16503 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:29.952 32386 16503 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:29.952 32386 16503 D OkHttp : <-- END HTTP
04-29 16:00:29.959 32386 16459 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG
04-29 16:00:29.959 32386 16459 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:29.959 32386 16459 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:29.959 32386 16459 D OkHttp : --> END GET
04-29 16:00:29.963 32386 16459 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG (3ms)
04-29 16:00:29.963 32386 16459 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:29.963 32386 16459 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:30 GMT
04-29 16:00:29.963 32386 16459 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:29.963 32386 16459 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:29.963 32386 16459 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:29.963 32386 16459 D OkHttp : <-- END HTTP
04-29 16:00:29.967 32386 16503 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG
04-29 16:00:29.967 32386 16503 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:29.967 32386 16503 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:29.967 32386 16503 D OkHttp : --> END GET
04-29 16:00:29.968 32386 16503 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG (1ms)
04-29 16:00:29.968 32386 16503 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:29.968 32386 16503 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:30 GMT
04-29 16:00:29.968 32386 16503 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:29.968 32386 16503 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:29.968 32386 16503 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:29.968 32386 16503 D OkHttp : <-- END HTTP
04-29 16:00:29.971 32386 16459 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG
04-29 16:00:29.971 32386 32386 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
04-29 16:00:29.971 32386 16459 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:29.972 32386 16459 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:29.972 32386 16459 D OkHttp : --> END GET
04-29 16:00:29.973 32386 16459 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG (1ms)
04-29 16:00:29.974 32386 16459 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:29.974 32386 16459 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:30 GMT
04-29 16:00:29.974 32386 16459 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:29.974 32386 16459 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:29.974 32386 16459 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:29.974 32386 16459 D OkHttp : <-- END HTTP
04-29 16:00:29.983 32386 16503 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG
04-29 16:00:29.983 32386 16503 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:29.983 32386 16503 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:29.984 32386 16503 D OkHttp : --> END GET
04-29 16:00:29.985 32386 16503 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG (1ms)
04-29 16:00:29.985 32386 16503 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:29.985 32386 16503 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:30 GMT
04-29 16:00:29.985 32386 16503 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:29.985 32386 16503 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:29.985 32386 16503 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:29.985 32386 16503 D OkHttp : <-- END HTTP
04-29 16:00:29.988 32386 32386 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
04-29 16:00:29.988 32386 16459 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG
04-29 16:00:29.988 32386 16459 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:29.988 32386 16459 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:29.988 32386 16459 D OkHttp : --> END GET
04-29 16:00:29.988 32386 32386 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
04-29 16:00:29.990 32386 16459 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/light?state=ON&format=SVG (1ms)
04-29 16:00:29.990 32386 16459 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:29.990 32386 16459 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:30 GMT
04-29 16:00:29.990 32386 16459 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:29.990 32386 16459 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:29.990 32386 16459 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:29.990 32386 16459 D OkHttp : <-- END HTTP
04-29 16:00:29.993 32386 16503 D OkHttp : --> GET http://<openhab-local-address>:8080/rest/sitemaps/events/7e4cf614-602f-474b-a217-1329b2c6ceed?sitemap=Scheidsgasse&pageid=ceilingLight
04-29 16:00:29.993 32386 16503 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:29.993 32386 16503 D OkHttp : Accept-Encoding:
04-29 16:00:29.993 32386 16503 D OkHttp : Accept: text/event-stream
04-29 16:00:29.993 32386 16503 D OkHttp : Cache-Control: no-cache
04-29 16:00:29.993 32386 16503 D OkHttp : --> END GET
04-29 16:00:30.004 32386 32386 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
04-29 16:00:30.028 32386 16503 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/rest/sitemaps/events/7e4cf614-602f-474b-a217-1329b2c6ceed?sitemap=Scheidsgasse&pageid=ceilingLight (34ms)
04-29 16:00:30.028 32386 16503 D OkHttp : X-Accel-Buffering: no
04-29 16:00:30.028 32386 16503 D OkHttp : Content-Type: text/event-stream
04-29 16:00:30.028 32386 16503 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:30.028 32386 16503 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:30.028 32386 16503 D OkHttp : <-- END HTTP
04-29 16:00:30.738 32386 32386 V AudioManager: playSoundEffect effectType: 0
04-29 16:00:30.738 32386 32386 D MainActivity: onOptionsItemSelected()
04-29 16:00:30.741 32386 32386 D PageConnectionHolderFragment: updateActiveConnections: URL list [http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/Scheidsgasse, http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/0302, http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/03020202, http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/Wohnzimmer], connection org.openhab.habdroid.core.connection.DefaultConnection@d805956
04-29 16:00:30.741 32386 32386 D PageConnectionHolderFragment: Canceling connection for URL http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/ceilingLight
04-29 16:00:30.769 32386 32386 D WidgetListFragment: onPause() http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/ceilingLight
04-29 16:00:30.773 32386 32386 D CubicBezierInterpolator: CubicBezierInterpolator mControlPoint1x = 0.23, mControlPoint1y = 0.06, mControlPoint2x = 0.09, mControlPoint2y = 0.97
04-29 16:00:30.774 32386 32386 D CubicBezierInterpolator: CubicBezierInterpolator mControlPoint1x = 0.6, mControlPoint1y = 0.9, mControlPoint2x = 0.8, mControlPoint2y = 1.0
04-29 16:00:30.774 32386 32386 D CubicBezierInterpolator: CubicBezierInterpolator mControlPoint1x = 0.23, mControlPoint1y = 0.06, mControlPoint2x = 0.09, mControlPoint2y = 0.97
04-29 16:00:30.774 32386 32386 D CubicBezierInterpolator: CubicBezierInterpolator mControlPoint1x = 0.6, mControlPoint1y = 0.9, mControlPoint2x = 0.8, mControlPoint2y = 1.0
04-29 16:00:30.777 32386 32386 D WidgetListFragment: onViewCreated() http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/Wohnzimmer
04-29 16:00:30.778 32386 32386 D WidgetListFragment: onActivityCreated() http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/Wohnzimmer
04-29 16:00:30.778 32386 32386 D WidgetListFragment: onStart() http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/Wohnzimmer
04-29 16:00:30.778 32386 32386 D PageConnectionHolderFragment: Trigger update for URL http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/Wohnzimmer, force false
04-29 16:00:30.778 32386 32386 D ContentController: Got update for URL http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/Wohnzimmer, pending []
04-29 16:00:30.783 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/light?state=&format=SVG, avoidCache false
04-29 16:00:30.783 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/light?state=&format=SVG, avoidCache false
04-29 16:00:30.784 32386 16503 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/light?state=&format=SVG
04-29 16:00:30.784 32386 16503 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:30.784 32386 16503 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:30.784 32386 16503 D OkHttp : --> END GET
04-29 16:00:30.786 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/sun_clouds?state=&format=SVG, avoidCache false
04-29 16:00:30.788 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/sun_clouds?state=&format=SVG, avoidCache false
04-29 16:00:30.795 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/light?state=&format=SVG, avoidCache false
04-29 16:00:30.795 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/light?state=&format=SVG, avoidCache false
04-29 16:00:30.798 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/receiver?state=&format=SVG, avoidCache false
04-29 16:00:30.799 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/receiver?state=&format=SVG, avoidCache false
04-29 16:00:30.801 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/group?state=ON&format=SVG, avoidCache false
04-29 16:00:30.801 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/group?state=ON&format=SVG, avoidCache false
04-29 16:00:30.802 32386 32386 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
04-29 16:00:30.804 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/group?state=&format=SVG, avoidCache false
04-29 16:00:30.804 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/group?state=&format=SVG, avoidCache false
04-29 16:00:30.805 32386 32386 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
04-29 16:00:30.806 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/television?state=&format=SVG, avoidCache false
04-29 16:00:30.807 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/television?state=&format=SVG, avoidCache false
04-29 16:00:30.812 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/group?state=OFF&format=SVG, avoidCache false
04-29 16:00:30.812 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/group?state=OFF&format=SVG, avoidCache false
04-29 16:00:30.819 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/screen?state=ON&format=SVG, avoidCache false
04-29 16:00:30.820 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/screen?state=ON&format=SVG, avoidCache false
04-29 16:00:30.827 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/group?state=ON&format=SVG, avoidCache false
04-29 16:00:30.828 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/group?state=ON&format=SVG, avoidCache false
04-29 16:00:30.829 32386 32386 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
04-29 16:00:30.835 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/light?state=&format=SVG, avoidCache false
04-29 16:00:30.836 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/light?state=&format=SVG, avoidCache false
04-29 16:00:30.871 32386 16503 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/light?state=&format=SVG (86ms)
04-29 16:00:30.871 32386 16503 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:30.871 32386 16503 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:31 GMT
04-29 16:00:30.871 32386 16503 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:30.871 32386 16503 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:30.871 32386 16503 D OkHttp : <-- END HTTP
04-29 16:00:30.874 32386 16459 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/light?state=&format=SVG
04-29 16:00:30.875 32386 16459 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:30.875 32386 16459 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:30.875 32386 16459 D OkHttp : --> END GET
04-29 16:00:30.876 32386 16459 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/light?state=&format=SVG (1ms)
04-29 16:00:30.876 32386 16459 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:30.876 32386 16459 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:31 GMT
04-29 16:00:30.876 32386 16459 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:30.876 32386 16459 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:30.876 32386 16459 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:30.876 32386 16459 D OkHttp : <-- END HTTP
04-29 16:00:30.880 32386 16503 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/sun_clouds?state=&format=SVG
04-29 16:00:30.880 32386 16503 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:30.880 32386 16503 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:30.880 32386 16503 D OkHttp : --> END GET
04-29 16:00:30.890 32386 16503 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/sun_clouds?state=&format=SVG (10ms)
04-29 16:00:30.890 32386 16503 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:30.890 32386 16503 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:31 GMT
04-29 16:00:30.890 32386 16503 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:30.890 32386 16503 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:30.890 32386 16503 D OkHttp : <-- END HTTP
04-29 16:00:30.900 32386 16459 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/sun_clouds?state=&format=SVG
04-29 16:00:30.900 32386 16459 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:30.900 32386 16459 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:30.900 32386 16459 D OkHttp : --> END GET
04-29 16:00:30.901 32386 16459 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/sun_clouds?state=&format=SVG (1ms)
04-29 16:00:30.901 32386 16459 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:30.901 32386 16459 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:31 GMT
04-29 16:00:30.901 32386 16459 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:30.901 32386 16459 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:30.901 32386 16459 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:30.901 32386 16459 D OkHttp : <-- END HTTP
04-29 16:00:30.910 32386 16503 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/light?state=&format=SVG
04-29 16:00:30.910 32386 16503 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:30.910 32386 16503 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:30.910 32386 16503 D OkHttp : --> END GET
04-29 16:00:30.912 32386 16503 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/light?state=&format=SVG (1ms)
04-29 16:00:30.912 32386 16503 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:30.912 32386 16503 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:31 GMT
04-29 16:00:30.912 32386 16503 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:30.912 32386 16503 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:30.912 32386 16503 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:30.912 32386 16503 D OkHttp : <-- END HTTP
04-29 16:00:30.914 32386 16459 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/light?state=&format=SVG
04-29 16:00:30.914 32386 16459 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:30.914 32386 16459 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:30.914 32386 16459 D OkHttp : --> END GET
04-29 16:00:30.916 32386 16459 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/light?state=&format=SVG (1ms)
04-29 16:00:30.916 32386 16459 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:30.916 32386 16459 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:31 GMT
04-29 16:00:30.916 32386 16459 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:30.916 32386 16459 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:30.916 32386 16459 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:30.916 32386 16459 D OkHttp : <-- END HTTP
04-29 16:00:30.918 32386 16503 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/receiver?state=&format=SVG
04-29 16:00:30.918 32386 16503 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:30.918 32386 16503 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:30.918 32386 16503 D OkHttp : --> END GET
04-29 16:00:30.932 32386 16503 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/receiver?state=&format=SVG (13ms)
04-29 16:00:30.932 32386 16503 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:30.932 32386 16503 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:31 GMT
04-29 16:00:30.932 32386 16503 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:30.932 32386 16503 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:30.932 32386 16503 D OkHttp : <-- END HTTP
04-29 16:00:30.940 32386 16459 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/receiver?state=&format=SVG
04-29 16:00:30.940 32386 16459 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:30.940 32386 16459 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:30.940 32386 16459 D OkHttp : --> END GET
04-29 16:00:30.942 32386 16459 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/receiver?state=&format=SVG (1ms)
04-29 16:00:30.942 32386 16459 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:30.942 32386 16459 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:31 GMT
04-29 16:00:30.942 32386 16459 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:30.942 32386 16459 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:30.942 32386 16459 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:30.942 32386 16459 D OkHttp : <-- END HTTP
04-29 16:00:30.952 32386 16503 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/group?state=ON&format=SVG
04-29 16:00:30.952 32386 16503 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:30.952 32386 16503 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:30.953 32386 16503 D OkHttp : --> END GET
04-29 16:00:30.967 32386 16503 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/group?state=ON&format=SVG (14ms)
04-29 16:00:30.967 32386 16503 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:30.967 32386 16503 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:31 GMT
04-29 16:00:30.967 32386 16503 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:30.967 32386 16503 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:30.967 32386 16503 D OkHttp : <-- END HTTP
04-29 16:00:30.973 32386 16459 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/group?state=ON&format=SVG
04-29 16:00:30.973 32386 16459 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:30.973 32386 16459 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:30.973 32386 16459 D OkHttp : --> END GET
04-29 16:00:30.974 32386 16459 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/group?state=ON&format=SVG (1ms)
04-29 16:00:30.974 32386 16459 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:30.974 32386 16459 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:31 GMT
04-29 16:00:30.974 32386 16459 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:30.974 32386 16459 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:30.974 32386 16459 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:30.974 32386 16459 D OkHttp : <-- END HTTP
04-29 16:00:30.987 32386 16503 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/group?state=&format=SVG
04-29 16:00:30.987 32386 16503 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:30.987 32386 16503 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:30.987 32386 16503 D OkHttp : --> END GET
04-29 16:00:31.003 32386 16503 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/group?state=&format=SVG (15ms)
04-29 16:00:31.003 32386 16503 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:31.003 32386 16503 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:31 GMT
04-29 16:00:31.003 32386 16503 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:31.003 32386 16503 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:31.003 32386 16503 D OkHttp : <-- END HTTP
04-29 16:00:31.004 32386 32386 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
04-29 16:00:31.012 32386 16459 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/group?state=&format=SVG
04-29 16:00:31.012 32386 16459 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:31.012 32386 16459 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:31.012 32386 16459 D OkHttp : --> END GET
04-29 16:00:31.014 32386 16459 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/group?state=&format=SVG (1ms)
04-29 16:00:31.014 32386 16459 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:31.014 32386 16459 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:31 GMT
04-29 16:00:31.014 32386 16459 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:31.014 32386 16459 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:31.014 32386 16459 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:31.014 32386 16459 D OkHttp : <-- END HTTP
04-29 16:00:31.022 32386 16503 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/television?state=&format=SVG
04-29 16:00:31.023 32386 16503 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:31.023 32386 16503 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:31.023 32386 16503 D OkHttp : --> END GET
04-29 16:00:31.037 32386 32386 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
04-29 16:00:31.039 32386 16503 D OkHttp : <-- 404 Not Found http://<openhab-local-address>:8080/icon/television?state=&format=SVG (16ms)
04-29 16:00:31.040 32386 16503 D OkHttp : Cache-Control: must-revalidate,no-cache,no-store
04-29 16:00:31.040 32386 16503 D OkHttp : Content-Type: text/html;charset=iso-8859-1
04-29 16:00:31.040 32386 16503 D OkHttp : Content-Length: 332
04-29 16:00:31.040 32386 16503 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:31.040 32386 16503 D OkHttp : <-- END HTTP
04-29 16:00:31.040 32386 16503 D skia : --- SkAndroidCodec::NewFromStream returned null
04-29 16:00:31.041 32386 16459 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/television?state=&format=SVG
04-29 16:00:31.041 32386 16459 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:31.041 32386 16459 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:31.041 32386 16459 D OkHttp : --> END GET
04-29 16:00:31.057 32386 16459 D OkHttp : <-- 404 Not Found http://<openhab-local-address>:8080/icon/television?state=&format=SVG (16ms)
04-29 16:00:31.058 32386 16459 D OkHttp : Cache-Control: must-revalidate,no-cache,no-store
04-29 16:00:31.058 32386 16459 D OkHttp : Content-Type: text/html;charset=iso-8859-1
04-29 16:00:31.058 32386 16459 D OkHttp : Content-Length: 332
04-29 16:00:31.058 32386 16459 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:31.058 32386 16459 D OkHttp : <-- END HTTP
04-29 16:00:31.058 32386 16459 D skia : --- SkAndroidCodec::NewFromStream returned null
04-29 16:00:31.059 32386 16503 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/group?state=OFF&format=SVG
04-29 16:00:31.059 32386 16503 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:31.059 32386 16503 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:31.059 32386 16503 D OkHttp : --> END GET
04-29 16:00:31.079 32386 16503 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/group?state=OFF&format=SVG (20ms)
04-29 16:00:31.080 32386 16503 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:31.080 32386 16503 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:31 GMT
04-29 16:00:31.080 32386 16503 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:31.080 32386 16503 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:31.080 32386 16503 D OkHttp : <-- END HTTP
04-29 16:00:31.096 32386 16459 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/group?state=OFF&format=SVG
04-29 16:00:31.096 32386 16459 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:31.096 32386 16459 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:31.096 32386 16459 D OkHttp : --> END GET
04-29 16:00:31.097 32386 16459 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/group?state=OFF&format=SVG (1ms)
04-29 16:00:31.097 32386 16459 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:31.097 32386 16459 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:31 GMT
04-29 16:00:31.097 32386 16459 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:31.097 32386 16459 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:31.097 32386 16459 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:31.097 32386 16459 D OkHttp : <-- END HTTP
04-29 16:00:31.109 32386 16503 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/screen?state=ON&format=SVG
04-29 16:00:31.109 32386 16503 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:31.109 32386 16503 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:31.109 32386 16503 D OkHttp : --> END GET
04-29 16:00:31.120 32386 16503 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/screen?state=ON&format=SVG (11ms)
04-29 16:00:31.121 32386 16503 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:31.121 32386 16503 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:31 GMT
04-29 16:00:31.121 32386 16503 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:31.121 32386 16503 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:31.121 32386 16503 D OkHttp : <-- END HTTP
04-29 16:00:31.130 32386 16459 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/screen?state=ON&format=SVG
04-29 16:00:31.131 32386 16459 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:31.131 32386 16459 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:31.131 32386 16459 D OkHttp : --> END GET
04-29 16:00:31.134 32386 16459 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/screen?state=ON&format=SVG (2ms)
04-29 16:00:31.134 32386 16459 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:31.134 32386 16459 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:31 GMT
04-29 16:00:31.134 32386 16459 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:31.134 32386 16459 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:31.134 32386 16459 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:31.134 32386 16459 D OkHttp : <-- END HTTP
04-29 16:00:31.142 32386 16503 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/group?state=ON&format=SVG
04-29 16:00:31.143 32386 16503 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:31.143 32386 16503 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:31.143 32386 16503 D OkHttp : --> END GET
04-29 16:00:31.144 32386 16503 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/group?state=ON&format=SVG (1ms)
04-29 16:00:31.144 32386 16503 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:31.144 32386 16503 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:31 GMT
04-29 16:00:31.144 32386 16503 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:31.144 32386 16503 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:31.144 32386 16503 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:31.144 32386 16503 D OkHttp : <-- END HTTP
04-29 16:00:31.151 32386 16459 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/group?state=ON&format=SVG
04-29 16:00:31.152 32386 16459 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:31.152 32386 16459 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:31.152 32386 16459 D OkHttp : --> END GET
04-29 16:00:31.153 32386 16459 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/group?state=ON&format=SVG (1ms)
04-29 16:00:31.153 32386 16459 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:31.153 32386 16459 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:31 GMT
04-29 16:00:31.153 32386 16459 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:31.153 32386 16459 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:31.153 32386 16459 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:31.153 32386 16459 D OkHttp : <-- END HTTP
04-29 16:00:31.162 32386 16503 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/light?state=&format=SVG
04-29 16:00:31.162 32386 16503 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:31.162 32386 16503 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:31.162 32386 16503 D OkHttp : --> END GET
04-29 16:00:31.163 32386 16503 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/light?state=&format=SVG (1ms)
04-29 16:00:31.163 32386 16503 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:31.163 32386 16503 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:31 GMT
04-29 16:00:31.163 32386 16503 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:31.163 32386 16503 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:31.163 32386 16503 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:31.163 32386 16503 D OkHttp : <-- END HTTP
04-29 16:00:31.166 32386 16459 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/light?state=&format=SVG
04-29 16:00:31.166 32386 16459 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:31.166 32386 16459 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:31.166 32386 16459 D OkHttp : --> END GET
04-29 16:00:31.167 32386 16459 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/light?state=&format=SVG (1ms)
04-29 16:00:31.167 32386 16459 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:31.167 32386 16459 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:31 GMT
04-29 16:00:31.167 32386 16459 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:31.167 32386 16459 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:31.167 32386 16459 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:31.167 32386 16459 D OkHttp : <-- END HTTP
04-29 16:00:31.170 32386 32386 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
04-29 16:00:32.218 32386 32386 V AudioManager: playSoundEffect effectType: 0
04-29 16:00:32.219 32386 32386 D MainActivity: onOptionsItemSelected()
04-29 16:00:32.222 32386 32386 D PageConnectionHolderFragment: updateActiveConnections: URL list [http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/Scheidsgasse, http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/0302, http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/03020202], connection org.openhab.habdroid.core.connection.DefaultConnection@d805956
04-29 16:00:32.223 32386 32386 D PageConnectionHolderFragment: Canceling connection for URL http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/Wohnzimmer
04-29 16:00:32.240 32386 32386 D WidgetListFragment: onPause() http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/Wohnzimmer
04-29 16:00:32.244 32386 32386 D CubicBezierInterpolator: CubicBezierInterpolator mControlPoint1x = 0.23, mControlPoint1y = 0.06, mControlPoint2x = 0.09, mControlPoint2y = 0.97
04-29 16:00:32.245 32386 32386 D CubicBezierInterpolator: CubicBezierInterpolator mControlPoint1x = 0.6, mControlPoint1y = 0.9, mControlPoint2x = 0.8, mControlPoint2y = 1.0
04-29 16:00:32.245 32386 32386 D CubicBezierInterpolator: CubicBezierInterpolator mControlPoint1x = 0.23, mControlPoint1y = 0.06, mControlPoint2x = 0.09, mControlPoint2y = 0.97
04-29 16:00:32.245 32386 32386 D CubicBezierInterpolator: CubicBezierInterpolator mControlPoint1x = 0.6, mControlPoint1y = 0.9, mControlPoint2x = 0.8, mControlPoint2y = 1.0
04-29 16:00:32.249 32386 32386 D WidgetListFragment: onViewCreated() http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/03020202
04-29 16:00:32.249 32386 32386 D WidgetListFragment: onActivityCreated() http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/03020202
04-29 16:00:32.249 32386 32386 D WidgetListFragment: onStart() http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/03020202
04-29 16:00:32.249 32386 32386 D PageConnectionHolderFragment: Trigger update for URL http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/03020202, force false
04-29 16:00:32.250 32386 32386 D ContentController: Got update for URL http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/03020202, pending []
04-29 16:00:32.258 32386 32386 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
04-29 16:00:32.263 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/office?state=&format=SVG, avoidCache false
04-29 16:00:32.264 32386 16501 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/office?state=&format=SVG
04-29 16:00:32.264 32386 16501 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:32.264 32386 16501 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:32.264 32386 16501 D OkHttp : --> END GET
04-29 16:00:32.264 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/office?state=&format=SVG, avoidCache false
04-29 16:00:32.265 32386 16459 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/office?state=&format=SVG
04-29 16:00:32.265 32386 16459 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:32.265 32386 16459 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:32.265 32386 16459 D OkHttp : --> END GET
04-29 16:00:32.270 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/office?state=&format=SVG, avoidCache false
04-29 16:00:32.273 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/office?state=&format=SVG, avoidCache false
04-29 16:00:32.277 32386 16501 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/office?state=&format=SVG (12ms)
04-29 16:00:32.277 32386 16501 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:32.277 32386 16501 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:32 GMT
04-29 16:00:32.277 32386 16501 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:32.277 32386 16501 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:32.277 32386 16501 D OkHttp : <-- END HTTP
04-29 16:00:32.278 32386 16459 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/office?state=&format=SVG (12ms)
04-29 16:00:32.278 32386 16459 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:32.278 32386 16459 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:32 GMT
04-29 16:00:32.278 32386 16459 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:32.278 32386 16459 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:32.278 32386 16459 D OkHttp : <-- END HTTP
04-29 16:00:32.279 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/kitchen?state=&format=SVG, avoidCache false
04-29 16:00:32.279 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/kitchen?state=&format=SVG, avoidCache false
04-29 16:00:32.284 32386 16501 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/office?state=&format=SVG
04-29 16:00:32.284 32386 16503 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/office?state=&format=SVG
04-29 16:00:32.284 32386 16501 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:32.284 32386 16503 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:32.284 32386 16501 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:32.284 32386 16503 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:32.284 32386 16501 D OkHttp : --> END GET
04-29 16:00:32.284 32386 16503 D OkHttp : --> END GET
04-29 16:00:32.284 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/bedroom?state=&format=SVG, avoidCache false
04-29 16:00:32.285 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/bedroom?state=&format=SVG, avoidCache false
04-29 16:00:32.285 32386 16501 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/office?state=&format=SVG (1ms)
04-29 16:00:32.285 32386 16503 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/office?state=&format=SVG (1ms)
04-29 16:00:32.286 32386 16501 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:32.286 32386 16503 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:32.286 32386 16501 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:32 GMT
04-29 16:00:32.286 32386 16503 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:32 GMT
04-29 16:00:32.286 32386 16501 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:32.286 32386 16503 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:32.286 32386 16501 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:32.286 32386 16503 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:32.286 32386 16501 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:32.286 32386 16501 D OkHttp : <-- END HTTP
04-29 16:00:32.286 32386 16503 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:32.286 32386 16503 D OkHttp : <-- END HTTP
04-29 16:00:32.291 32386 16501 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/kitchen?state=&format=SVG
04-29 16:00:32.291 32386 16459 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/kitchen?state=&format=SVG
04-29 16:00:32.291 32386 16501 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:32.291 32386 16459 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:32.291 32386 16501 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:32.291 32386 16459 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:32.291 32386 16501 D OkHttp : --> END GET
04-29 16:00:32.291 32386 16459 D OkHttp : --> END GET
04-29 16:00:32.296 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/sofa?state=&format=SVG, avoidCache false
04-29 16:00:32.296 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/sofa?state=&format=SVG, avoidCache false
04-29 16:00:32.307 32386 16459 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/kitchen?state=&format=SVG (16ms)
04-29 16:00:32.307 32386 16459 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:32.307 32386 16459 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:32 GMT
04-29 16:00:32.307 32386 16459 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:32.307 32386 16459 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:32.307 32386 16459 D OkHttp : <-- END HTTP
04-29 16:00:32.307 32386 16501 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/kitchen?state=&format=SVG (16ms)
04-29 16:00:32.307 32386 16501 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:32.307 32386 16501 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:32 GMT
04-29 16:00:32.307 32386 16501 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:32.307 32386 16501 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:32.307 32386 16501 D OkHttp : <-- END HTTP
04-29 16:00:32.312 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/video?state=&format=SVG, avoidCache false
04-29 16:00:32.313 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/video?state=&format=SVG, avoidCache false
04-29 16:00:32.316 32386 16503 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/bedroom?state=&format=SVG
04-29 16:00:32.316 32386 16503 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:32.316 32386 16503 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:32.316 32386 16503 D OkHttp : --> END GET
04-29 16:00:32.317 32386 16501 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/bedroom?state=&format=SVG
04-29 16:00:32.317 32386 16501 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:32.317 32386 16501 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:32.317 32386 16501 D OkHttp : --> END GET
04-29 16:00:32.334 32386 16503 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/bedroom?state=&format=SVG (17ms)
04-29 16:00:32.334 32386 16503 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:32.334 32386 16503 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:32 GMT
04-29 16:00:32.334 32386 16503 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:32.334 32386 16503 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:32.334 32386 16503 D OkHttp : <-- END HTTP
04-29 16:00:32.334 32386 16501 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/bedroom?state=&format=SVG (16ms)
04-29 16:00:32.334 32386 16501 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:32.334 32386 16501 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:32 GMT
04-29 16:00:32.334 32386 16501 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:32.334 32386 16501 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:32.334 32386 16501 D OkHttp : <-- END HTTP
04-29 16:00:32.349 32386 16459 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/sofa?state=&format=SVG
04-29 16:00:32.350 32386 16459 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:32.350 32386 16459 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:32.350 32386 16459 D OkHttp : --> END GET
04-29 16:00:32.351 32386 16501 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/sofa?state=&format=SVG
04-29 16:00:32.351 32386 16501 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:32.351 32386 16501 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:32.351 32386 16501 D OkHttp : --> END GET
04-29 16:00:32.366 32386 16459 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/sofa?state=&format=SVG (14ms)
04-29 16:00:32.366 32386 16459 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:32.366 32386 16459 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:32 GMT
04-29 16:00:32.366 32386 16459 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:32.366 32386 16459 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:32.366 32386 16459 D OkHttp : <-- END HTTP
04-29 16:00:32.380 32386 16503 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/video?state=&format=SVG
04-29 16:00:32.380 32386 16503 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:32.380 32386 16503 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:32.380 32386 16503 D OkHttp : --> END GET
04-29 16:00:32.383 32386 16501 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/sofa?state=&format=SVG (31ms)
04-29 16:00:32.383 32386 16501 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:32.383 32386 16501 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:32 GMT
04-29 16:00:32.383 32386 16501 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:32.383 32386 16501 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:32.383 32386 16501 D OkHttp : <-- END HTTP
04-29 16:00:32.392 32386 16503 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/video?state=&format=SVG (11ms)
04-29 16:00:32.392 32386 16503 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:32.392 32386 16503 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:32 GMT
04-29 16:00:32.392 32386 16503 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:32.392 32386 16503 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:32.392 32386 16503 D OkHttp : <-- END HTTP
04-29 16:00:32.393 32386 16459 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/video?state=&format=SVG
04-29 16:00:32.393 32386 16459 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:32.393 32386 16459 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:32.393 32386 16459 D OkHttp : --> END GET
04-29 16:00:32.410 32386 16459 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/video?state=&format=SVG (16ms)
04-29 16:00:32.411 32386 16459 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:32.411 32386 16459 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:32 GMT
04-29 16:00:32.411 32386 16459 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:32.411 32386 16459 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:32.411 32386 16459 D OkHttp : <-- END HTTP
04-29 16:00:32.813 32386 32386 V AudioManager: playSoundEffect effectType: 0
04-29 16:00:32.813 32386 32386 D MainActivity: onOptionsItemSelected()
04-29 16:00:32.815 32386 32386 D PageConnectionHolderFragment: updateActiveConnections: URL list [http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/Scheidsgasse, http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/0302], connection org.openhab.habdroid.core.connection.DefaultConnection@d805956
04-29 16:00:32.815 32386 32386 D PageConnectionHolderFragment: Canceling connection for URL http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/03020202
04-29 16:00:32.832 32386 32386 D WidgetListFragment: onPause() http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/03020202
04-29 16:00:32.836 32386 32386 D CubicBezierInterpolator: CubicBezierInterpolator mControlPoint1x = 0.23, mControlPoint1y = 0.06, mControlPoint2x = 0.09, mControlPoint2y = 0.97
04-29 16:00:32.837 32386 32386 D CubicBezierInterpolator: CubicBezierInterpolator mControlPoint1x = 0.6, mControlPoint1y = 0.9, mControlPoint2x = 0.8, mControlPoint2y = 1.0
04-29 16:00:32.837 32386 32386 D CubicBezierInterpolator: CubicBezierInterpolator mControlPoint1x = 0.23, mControlPoint1y = 0.06, mControlPoint2x = 0.09, mControlPoint2y = 0.97
04-29 16:00:32.837 32386 32386 D CubicBezierInterpolator: CubicBezierInterpolator mControlPoint1x = 0.6, mControlPoint1y = 0.9, mControlPoint2x = 0.8, mControlPoint2y = 1.0
04-29 16:00:32.842 32386 32386 D WidgetListFragment: onViewCreated() http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/0302
04-29 16:00:32.842 32386 32386 D WidgetListFragment: onActivityCreated() http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/0302
04-29 16:00:32.843 32386 32386 D WidgetListFragment: onStart() http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/0302
04-29 16:00:32.843 32386 32386 D PageConnectionHolderFragment: Trigger update for URL http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/0302, force false
04-29 16:00:32.843 32386 32386 D ContentController: Got update for URL http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/0302, pending []
04-29 16:00:32.849 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/soundvolume?state=&format=SVG, avoidCache false
04-29 16:00:32.849 32386 16499 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/soundvolume?state=&format=SVG
04-29 16:00:32.849 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/soundvolume?state=&format=SVG, avoidCache false
04-29 16:00:32.850 32386 16499 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:32.851 32386 16499 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:32.851 32386 16499 D OkHttp : --> END GET
04-29 16:00:32.851 32386 16459 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/soundvolume?state=&format=SVG
04-29 16:00:32.851 32386 16459 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:32.851 32386 16459 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:32.851 32386 16459 D OkHttp : --> END GET
04-29 16:00:32.853 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/chromecast?state=54.0&format=SVG, avoidCache false
04-29 16:00:32.854 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/chromecast?state=54.0&format=SVG, avoidCache false
04-29 16:00:32.855 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/amazon?state=54.0&format=SVG, avoidCache false
04-29 16:00:32.856 32386 16503 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/chromecast?state=54.0&format=SVG
04-29 16:00:32.856 32386 16503 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:32.856 32386 16503 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:32.856 32386 16503 D OkHttp : --> END GET
04-29 16:00:32.857 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/amazon?state=54.0&format=SVG, avoidCache false
04-29 16:00:32.859 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/radio?state=34.0&format=SVG, avoidCache false
04-29 16:00:32.859 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/radio?state=34.0&format=SVG, avoidCache false
04-29 16:00:32.861 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/sunrise?state=&format=SVG, avoidCache false
04-29 16:00:32.861 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/sunrise?state=&format=SVG, avoidCache false
04-29 16:00:32.863 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/relax?state=&format=SVG, avoidCache false
04-29 16:00:32.863 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/relax?state=&format=SVG, avoidCache false
04-29 16:00:32.866 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/speedtest_analytics8?state=&format=SVG, avoidCache false
04-29 16:00:32.867 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/speedtest_analytics8?state=&format=SVG, avoidCache false
04-29 16:00:32.867 32386 16459 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/soundvolume?state=&format=SVG (15ms)
04-29 16:00:32.867 32386 16459 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:32.867 32386 16459 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:33 GMT
04-29 16:00:32.867 32386 16459 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:32.867 32386 16459 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:32.867 32386 16459 D OkHttp : <-- END HTTP
04-29 16:00:32.868 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/sonoff_basic?state=&format=SVG, avoidCache false
04-29 16:00:32.869 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/sonoff_basic?state=&format=SVG, avoidCache false
04-29 16:00:32.871 32386 32386 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
04-29 16:00:32.878 32386 16501 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/chromecast?state=54.0&format=SVG
04-29 16:00:32.878 32386 16501 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:32.878 32386 16501 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:32.878 32386 16501 D OkHttp : --> END GET
04-29 16:00:32.880 32386 16499 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/soundvolume?state=&format=SVG (28ms)
04-29 16:00:32.880 32386 16499 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:32.880 32386 16499 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:33 GMT
04-29 16:00:32.880 32386 16499 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:32.880 32386 16499 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:32.880 32386 16499 D OkHttp : <-- END HTTP
04-29 16:00:32.885 32386 16459 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/amazon?state=54.0&format=SVG
04-29 16:00:32.885 32386 16459 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:32.885 32386 16459 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:32.885 32386 16459 D OkHttp : --> END GET
04-29 16:00:32.899 32386 16503 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/chromecast?state=54.0&format=SVG (42ms)
04-29 16:00:32.899 32386 16503 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:32.899 32386 16503 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:33 GMT
04-29 16:00:32.899 32386 16503 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:32.899 32386 16503 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:32.899 32386 16503 D OkHttp : <-- END HTTP
04-29 16:00:32.899 32386 16501 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/chromecast?state=54.0&format=SVG (20ms)
04-29 16:00:32.899 32386 16501 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:32.899 32386 16501 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:33 GMT
04-29 16:00:32.899 32386 16501 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:32.899 32386 16501 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:32.899 32386 16501 D OkHttp : <-- END HTTP
04-29 16:00:32.905 32386 16459 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/amazon?state=54.0&format=SVG (19ms)
04-29 16:00:32.905 32386 16459 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:32.905 32386 16459 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:33 GMT
04-29 16:00:32.905 32386 16459 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:32.905 32386 16459 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:32.905 32386 16459 D OkHttp : <-- END HTTP
04-29 16:00:32.910 32386 16499 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/amazon?state=54.0&format=SVG
04-29 16:00:32.910 32386 16499 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:32.910 32386 16499 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:32.910 32386 16499 D OkHttp : --> END GET
04-29 16:00:32.910 32386 16501 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/radio?state=34.0&format=SVG
04-29 16:00:32.910 32386 16501 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:32.910 32386 16501 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:32.910 32386 16501 D OkHttp : --> END GET
04-29 16:00:32.912 32386 16499 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/amazon?state=54.0&format=SVG (1ms)
04-29 16:00:32.912 32386 16499 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:32.912 32386 16499 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:33 GMT
04-29 16:00:32.912 32386 16499 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:32.912 32386 16499 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:32.912 32386 16499 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:32.912 32386 16499 D OkHttp : <-- END HTTP
04-29 16:00:32.912 32386 16459 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/radio?state=34.0&format=SVG
04-29 16:00:32.912 32386 16459 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:32.912 32386 16459 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:32.912 32386 16459 D OkHttp : --> END GET
04-29 16:00:32.916 32386 16503 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/sunrise?state=&format=SVG
04-29 16:00:32.916 32386 16503 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:32.916 32386 16503 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:32.916 32386 16503 D OkHttp : --> END GET
04-29 16:00:32.933 32386 16501 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/radio?state=34.0&format=SVG (22ms)
04-29 16:00:32.933 32386 16501 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:32.933 32386 16501 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:33 GMT
04-29 16:00:32.933 32386 16501 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:32.933 32386 16501 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:32.933 32386 16501 D OkHttp : <-- END HTTP
04-29 16:00:32.934 32386 16503 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/sunrise?state=&format=SVG (18ms)
04-29 16:00:32.934 32386 16459 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/radio?state=34.0&format=SVG (22ms)
04-29 16:00:32.934 32386 16503 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:32.934 32386 16503 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:33 GMT
04-29 16:00:32.934 32386 16503 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:32.934 32386 16503 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:32.934 32386 16503 D OkHttp : <-- END HTTP
04-29 16:00:32.936 32386 16459 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:32.936 32386 16459 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:33 GMT
04-29 16:00:32.936 32386 16459 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:32.936 32386 16459 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:32.936 32386 16459 D OkHttp : <-- END HTTP
04-29 16:00:32.941 32386 16499 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/sunrise?state=&format=SVG
04-29 16:00:32.941 32386 16499 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:32.941 32386 16499 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:32.941 32386 16499 D OkHttp : --> END GET
04-29 16:00:32.944 32386 16499 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/sunrise?state=&format=SVG (2ms)
04-29 16:00:32.944 32386 16499 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:32.944 32386 16499 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:33 GMT
04-29 16:00:32.944 32386 16499 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:32.944 32386 16499 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:32.944 32386 16499 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:32.944 32386 16499 D OkHttp : <-- END HTTP
04-29 16:00:32.949 32386 16503 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/relax?state=&format=SVG
04-29 16:00:32.949 32386 16503 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:32.949 32386 16503 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:32.949 32386 16503 D OkHttp : --> END GET
04-29 16:00:32.949 32386 16499 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/relax?state=&format=SVG
04-29 16:00:32.950 32386 16499 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:32.950 32386 16499 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:32.950 32386 16499 D OkHttp : --> END GET
04-29 16:00:32.950 32386 16501 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/speedtest_analytics8?state=&format=SVG
04-29 16:00:32.950 32386 16501 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:32.950 32386 16501 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:32.950 32386 16501 D OkHttp : --> END GET
04-29 16:00:32.968 32386 16503 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/relax?state=&format=SVG (18ms)
04-29 16:00:32.968 32386 16503 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:32.968 32386 16503 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:33 GMT
04-29 16:00:32.968 32386 16503 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:32.968 32386 16503 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:32.971 32386 16501 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/speedtest_analytics8?state=&format=SVG (20ms)
04-29 16:00:32.971 32386 16501 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:32.971 32386 16501 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:33 GMT
04-29 16:00:32.971 32386 16501 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:32.971 32386 16501 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:32.971 32386 16501 D OkHttp : <-- END HTTP
04-29 16:00:32.972 32386 16503 D OkHttp : <-- END HTTP
04-29 16:00:32.974 32386 16499 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/relax?state=&format=SVG (24ms)
04-29 16:00:32.974 32386 16499 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:32.974 32386 16499 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:33 GMT
04-29 16:00:32.974 32386 16499 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:32.974 32386 16499 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:32.974 32386 16499 D OkHttp : <-- END HTTP
04-29 16:00:32.979 32386 16459 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/speedtest_analytics8?state=&format=SVG
04-29 16:00:32.979 32386 16459 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:32.979 32386 16459 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:32.979 32386 16459 D OkHttp : --> END GET
04-29 16:00:32.979 32386 16499 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/sonoff_basic?state=&format=SVG
04-29 16:00:32.979 32386 16499 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:32.979 32386 16499 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:32.979 32386 16499 D OkHttp : --> END GET
04-29 16:00:32.981 32386 16459 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/speedtest_analytics8?state=&format=SVG (1ms)
04-29 16:00:32.981 32386 16459 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:32.981 32386 16459 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:33 GMT
04-29 16:00:32.981 32386 16459 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:32.981 32386 16459 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:32.981 32386 16459 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:32.981 32386 16459 D OkHttp : <-- END HTTP
04-29 16:00:32.981 32386 16501 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/sonoff_basic?state=&format=SVG
04-29 16:00:32.981 32386 16501 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:32.981 32386 16501 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:32.981 32386 16501 D OkHttp : --> END GET
04-29 16:00:32.996 32386 16499 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/sonoff_basic?state=&format=SVG (17ms)
04-29 16:00:32.997 32386 16499 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:32.997 32386 16499 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:33 GMT
04-29 16:00:32.997 32386 16499 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:32.997 32386 16499 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:32.997 32386 16499 D OkHttp : <-- END HTTP
04-29 16:00:33.003 32386 16501 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/sonoff_basic?state=&format=SVG (21ms)
04-29 16:00:33.003 32386 16501 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:33.003 32386 16501 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:33 GMT
04-29 16:00:33.003 32386 16501 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:33.004 32386 16501 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:33.004 32386 16501 D OkHttp : <-- END HTTP
04-29 16:00:33.298 32386 32386 V AudioManager: playSoundEffect effectType: 0
04-29 16:00:33.298 32386 32386 D MainActivity: onOptionsItemSelected()
04-29 16:00:33.300 32386 32386 D PageConnectionHolderFragment: updateActiveConnections: URL list [http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/Scheidsgasse], connection org.openhab.habdroid.core.connection.DefaultConnection@d805956
04-29 16:00:33.300 32386 32386 D PageConnectionHolderFragment: Canceling connection for URL http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/0302
04-29 16:00:33.312 32386 32386 D WidgetListFragment: onPause() http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/0302
04-29 16:00:33.316 32386 32386 D CubicBezierInterpolator: CubicBezierInterpolator mControlPoint1x = 0.23, mControlPoint1y = 0.06, mControlPoint2x = 0.09, mControlPoint2y = 0.97
04-29 16:00:33.317 32386 32386 D CubicBezierInterpolator: CubicBezierInterpolator mControlPoint1x = 0.6, mControlPoint1y = 0.9, mControlPoint2x = 0.8, mControlPoint2y = 1.0
04-29 16:00:33.317 32386 32386 D CubicBezierInterpolator: CubicBezierInterpolator mControlPoint1x = 0.23, mControlPoint1y = 0.06, mControlPoint2x = 0.09, mControlPoint2y = 0.97
04-29 16:00:33.317 32386 32386 D CubicBezierInterpolator: CubicBezierInterpolator mControlPoint1x = 0.6, mControlPoint1y = 0.9, mControlPoint2x = 0.8, mControlPoint2y = 1.0
04-29 16:00:33.320 32386 32386 D WidgetListFragment: onViewCreated() http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/Scheidsgasse
04-29 16:00:33.320 32386 32386 D WidgetListFragment: onActivityCreated() http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/Scheidsgasse
04-29 16:00:33.321 32386 32386 D WidgetListFragment: onStart() http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/Scheidsgasse
04-29 16:00:33.321 32386 32386 D PageConnectionHolderFragment: Trigger update for URL http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/Scheidsgasse, force false
04-29 16:00:33.321 32386 32386 D ContentController: Got update for URL http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/Scheidsgasse, pending []
04-29 16:00:33.327 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/garbage?state=Sonderabfall&format=SVG, avoidCache false
04-29 16:00:33.327 32386 16455 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/garbage?state=Sonderabfall&format=SVG
04-29 16:00:33.327 32386 16455 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:33.327 32386 16455 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:33.327 32386 16455 D OkHttp : --> END GET
04-29 16:00:33.327 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/garbage?state=Sonderabfall&format=SVG, avoidCache false
04-29 16:00:33.328 32386 16501 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/garbage?state=Sonderabfall&format=SVG
04-29 16:00:33.328 32386 16501 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:33.328 32386 16501 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:33.328 32386 16501 D OkHttp : --> END GET
04-29 16:00:33.334 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/restabfall?state=Restabfall&format=SVG, avoidCache false
04-29 16:00:33.334 32386 16499 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/restabfall?state=Restabfall&format=SVG
04-29 16:00:33.334 32386 16499 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:33.335 32386 16499 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:33.335 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/restabfall?state=Restabfall&format=SVG, avoidCache false
04-29 16:00:33.335 32386 16499 D OkHttp : --> END GET
04-29 16:00:33.335 32386 16459 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/restabfall?state=Restabfall&format=SVG
04-29 16:00:33.335 32386 16459 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:33.335 32386 16459 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:33.335 32386 16459 D OkHttp : --> END GET
04-29 16:00:33.351 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/smiley?state=100&format=SVG, avoidCache false
04-29 16:00:33.352 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/smiley?state=100&format=SVG, avoidCache false
04-29 16:00:33.359 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/garden?state=&format=SVG, avoidCache false
04-29 16:00:33.359 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/garden?state=&format=SVG, avoidCache false
04-29 16:00:33.364 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/musiccast?state=&format=SVG, avoidCache false
04-29 16:00:33.364 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/musiccast?state=&format=SVG, avoidCache false
04-29 16:00:33.368 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/configuration?state=&format=SVG, avoidCache false
04-29 16:00:33.369 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/configuration?state=&format=SVG, avoidCache false
04-29 16:00:33.371 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/nas?state=&format=SVG, avoidCache false
04-29 16:00:33.371 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/nas?state=&format=SVG, avoidCache false
04-29 16:00:33.373 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/nas?state=&format=SVG, avoidCache false
04-29 16:00:33.373 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/nas?state=&format=SVG, avoidCache false
04-29 16:00:33.375 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/printer?state=&format=SVG, avoidCache false
04-29 16:00:33.376 32386 32386 I WidgetImageView: Refreshing image at http://<openhab-local-address>:8080/icon/printer?state=&format=SVG, avoidCache false
04-29 16:00:33.430 32386 16499 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/restabfall?state=Restabfall&format=SVG (95ms)
04-29 16:00:33.430 32386 16499 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:33.430 32386 16499 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:33 GMT
04-29 16:00:33.430 32386 16499 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:33.430 32386 16499 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:33.430 32386 16499 D OkHttp : <-- END HTTP
04-29 16:00:33.438 32386 16455 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/garbage?state=Sonderabfall&format=SVG (110ms)
04-29 16:00:33.438 32386 16455 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:33.438 32386 16455 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:33 GMT
04-29 16:00:33.438 32386 16455 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:33.438 32386 16503 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/smiley?state=100&format=SVG
04-29 16:00:33.438 32386 16455 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:33.438 32386 16455 D OkHttp : <-- END HTTP
04-29 16:00:33.438 32386 16503 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:33.438 32386 16503 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:33.438 32386 16503 D OkHttp : --> END GET
04-29 16:00:33.444 32386 16501 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/garbage?state=Sonderabfall&format=SVG (115ms)
04-29 16:00:33.444 32386 16501 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:33.444 32386 16501 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:33 GMT
04-29 16:00:33.444 32386 16501 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:33.444 32386 16501 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:33.444 32386 16501 D OkHttp : <-- END HTTP
04-29 16:00:33.464 32386 16459 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/restabfall?state=Restabfall&format=SVG (128ms)
04-29 16:00:33.464 32386 16459 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:33.464 32386 16459 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:33 GMT
04-29 16:00:33.464 32386 16459 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:33.464 32386 16459 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:33.464 32386 16459 D OkHttp : <-- END HTTP
04-29 16:00:33.485 32386 16503 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/smiley?state=100&format=SVG (46ms)
04-29 16:00:33.485 32386 16503 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:33.485 32386 16503 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:33 GMT
04-29 16:00:33.485 32386 16503 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:33.485 32386 16503 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:33.485 32386 16503 D OkHttp : <-- END HTTP
04-29 16:00:33.487 32386 16499 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/smiley?state=100&format=SVG
04-29 16:00:33.487 32386 16499 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:33.487 32386 16499 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:33.487 32386 16499 D OkHttp : --> END GET
04-29 16:00:33.488 32386 16499 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/smiley?state=100&format=SVG (1ms)
04-29 16:00:33.488 32386 16499 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:33.488 32386 16499 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:33 GMT
04-29 16:00:33.488 32386 16499 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:33.488 32386 16499 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:33.488 32386 16499 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:33.488 32386 16499 D OkHttp : <-- END HTTP
04-29 16:00:33.492 32386 16499 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/garden?state=&format=SVG
04-29 16:00:33.492 32386 16499 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:33.492 32386 16499 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:33.492 32386 16499 D OkHttp : --> END GET
04-29 16:00:33.494 32386 16503 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/musiccast?state=&format=SVG
04-29 16:00:33.494 32386 16455 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/garden?state=&format=SVG
04-29 16:00:33.494 32386 16503 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:33.494 32386 16503 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:33.494 32386 16503 D OkHttp : --> END GET
04-29 16:00:33.494 32386 16455 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:33.494 32386 16455 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:33.494 32386 16455 D OkHttp : --> END GET
04-29 16:00:33.496 32386 16530 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/musiccast?state=&format=SVG
04-29 16:00:33.496 32386 16530 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:33.496 32386 16530 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:33.496 32386 16530 D OkHttp : --> END GET
04-29 16:00:33.507 32386 16499 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/garden?state=&format=SVG (15ms)
04-29 16:00:33.508 32386 16499 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:33.508 32386 16499 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:34 GMT
04-29 16:00:33.508 32386 16499 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:33.508 32386 16499 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:33.508 32386 16499 D OkHttp : <-- END HTTP
04-29 16:00:33.511 32386 16503 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/musiccast?state=&format=SVG (17ms)
04-29 16:00:33.511 32386 16503 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:33.511 32386 16503 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:34 GMT
04-29 16:00:33.511 32386 16503 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:33.511 32386 16503 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:33.511 32386 16503 D OkHttp : <-- END HTTP
04-29 16:00:33.515 32386 16501 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/configuration?state=&format=SVG
04-29 16:00:33.516 32386 16501 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:33.516 32386 16501 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:33.516 32386 16501 D OkHttp : --> END GET
04-29 16:00:33.569 32386 16530 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/musiccast?state=&format=SVG (73ms)
04-29 16:00:33.569 32386 16530 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:33.569 32386 16530 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:34 GMT
04-29 16:00:33.569 32386 16530 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:33.569 32386 16530 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:33.569 32386 16530 D OkHttp : <-- END HTTP
04-29 16:00:33.571 32386 16455 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/garden?state=&format=SVG (77ms)
04-29 16:00:33.571 32386 16455 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:33.571 32386 16455 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:34 GMT
04-29 16:00:33.571 32386 16455 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:33.571 32386 16455 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:33.571 32386 16455 D OkHttp : <-- END HTTP
04-29 16:00:33.580 32386 16499 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/configuration?state=&format=SVG
04-29 16:00:33.580 32386 16499 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:33.580 32386 16499 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:33.580 32386 16499 D OkHttp : --> END GET
04-29 16:00:33.618 32386 16499 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/configuration?state=&format=SVG (38ms)
04-29 16:00:33.618 32386 16499 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:33.618 32386 16499 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:34 GMT
04-29 16:00:33.618 32386 16499 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:33.618 32386 16499 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:33.618 32386 16499 D OkHttp : <-- END HTTP
04-29 16:00:33.623 32386 16455 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/nas?state=&format=SVG
04-29 16:00:33.623 32386 16455 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:33.623 32386 16455 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:33.623 32386 16455 D OkHttp : --> END GET
04-29 16:00:33.661 32386 16455 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/nas?state=&format=SVG (37ms)
04-29 16:00:33.661 32386 16455 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:33.661 32386 16455 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:34 GMT
04-29 16:00:33.661 32386 16455 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:33.661 32386 16455 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:33.662 32386 16455 D OkHttp : <-- END HTTP
04-29 16:00:33.668 32386 16499 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/nas?state=&format=SVG
04-29 16:00:33.668 32386 16499 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:33.668 32386 16499 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:33.668 32386 16499 D OkHttp : --> END GET
04-29 16:00:33.670 32386 16499 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/nas?state=&format=SVG (1ms)
04-29 16:00:33.670 32386 16499 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:33.670 32386 16499 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:34 GMT
04-29 16:00:33.670 32386 16499 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:33.670 32386 16499 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:33.670 32386 16499 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:33.670 32386 16499 D OkHttp : <-- END HTTP
04-29 16:00:33.677 32386 16455 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/nas?state=&format=SVG
04-29 16:00:33.677 32386 16455 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:33.677 32386 16455 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:33.677 32386 16455 D OkHttp : --> END GET
04-29 16:00:33.678 32386 16455 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/nas?state=&format=SVG (1ms)
04-29 16:00:33.678 32386 16455 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:33.678 32386 16455 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:34 GMT
04-29 16:00:33.678 32386 16455 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:33.678 32386 16455 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:33.678 32386 16455 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:33.678 32386 16455 D OkHttp : <-- END HTTP
04-29 16:00:33.683 32386 16499 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/nas?state=&format=SVG
04-29 16:00:33.683 32386 16499 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:33.683 32386 16499 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:33.683 32386 16499 D OkHttp : --> END GET
04-29 16:00:33.687 32386 16499 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/nas?state=&format=SVG (3ms)
04-29 16:00:33.687 32386 16499 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:33.687 32386 16499 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:34 GMT
04-29 16:00:33.687 32386 16499 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:33.687 32386 16499 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:33.687 32386 16499 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:33.687 32386 16499 D OkHttp : <-- END HTTP
04-29 16:00:33.699 32386 16455 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/printer?state=&format=SVG
04-29 16:00:33.699 32386 16455 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:33.699 32386 16455 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:33.699 32386 16455 D OkHttp : --> END GET
04-29 16:00:33.740 32386 16455 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/printer?state=&format=SVG (40ms)
04-29 16:00:33.740 32386 16455 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:33.740 32386 16455 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:34 GMT
04-29 16:00:33.740 32386 16455 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:33.740 32386 16455 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:33.740 32386 16455 D OkHttp : <-- END HTTP
04-29 16:00:33.759 32386 16499 D OkHttp : --> GET http://<openhab-local-address>:8080/icon/printer?state=&format=SVG
04-29 16:00:33.759 32386 16499 D OkHttp : User-Agent: openHAB client for Android
04-29 16:00:33.759 32386 16499 D OkHttp : Cache-Control: max-stale=2147483647
04-29 16:00:33.759 32386 16499 D OkHttp : --> END GET
04-29 16:00:33.762 32386 16499 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/printer?state=&format=SVG (2ms)
04-29 16:00:33.762 32386 16499 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:33.762 32386 16499 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:34 GMT
04-29 16:00:33.762 32386 16499 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:33.762 32386 16499 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:33.762 32386 16499 D OkHttp : Warning: 110 HttpURLConnection "Response is stale"
04-29 16:00:33.762 32386 16499 D OkHttp : <-- END HTTP
04-29 16:00:33.799 32386 16501 D OkHttp : <-- 200 OK http://<openhab-local-address>:8080/icon/configuration?state=&format=SVG (283ms)
04-29 16:00:33.799 32386 16501 D OkHttp : Content-Type: image/svg+xml
04-29 16:00:33.799 32386 16501 D OkHttp : Last-Modified: Mon, 29 Apr 2019 14:00:34 GMT
04-29 16:00:33.799 32386 16501 D OkHttp : Transfer-Encoding: chunked
04-29 16:00:33.799 32386 16501 D OkHttp : Server: Jetty(9.4.11.v20180605)
04-29 16:00:33.799 32386 16501 D OkHttp : <-- END HTTP
04-29 16:00:33.858 32386 32386 V AudioManager: playSoundEffect effectType: 0
04-29 16:00:33.858 32386 32386 D MainActivity: onOptionsItemSelected()
04-29 16:00:33.887 32386 32386 W InputMethodManager: startInputReason = 4
04-29 16:00:35.173 32386 32386 V AudioManager: playSoundEffect effectType: 0
04-29 16:00:35.197 32386 32386 I zygote64: Deoptimizing boolean androidx.core.view.ViewCompat.hasTransientState(android.view.View) due to JIT inline cache
04-29 16:00:35.208 32386 32386 D MainActivity: onPause()
04-29 16:00:35.208 32386 32386 D WidgetListFragment: onPause() http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/Scheidsgasse
04-29 16:00:35.212 32386 32386 V NFC : this device does not have NFC support
04-29 16:00:35.213 32386 32386 I am_on_paused_called: [0,org.openhab.habdroid.ui.MainActivity,handlePauseActivity]
04-29 16:00:35.238 32386 32386 D HwCust : Create obj success use class android.app.HwCustActivityImpl
04-29 16:00:35.238 32386 32386 D HwCust : Create obj success use class android.app.HwCustHwWallpaperManagerImpl
--------- beginning of system
04-29 16:00:35.240 32386 32386 V ActivityThread: ActivityThread,callActivityOnCreate
04-29 16:00:35.242 32386 32386 D skia : --- SkAndroidCodec::NewFromStream returned null
04-29 16:00:35.254 32386 32386 D HwRTBlurUtils: check blur style for HwPhoneWindow, themeResId : 0x7f1100d5, context : org.openhab.habdroid.ui.PreferencesActivity@f243498, Nhwext : 0, get Blur : disable with , null
04-29 16:00:35.254 32386 32386 D HwRTBlurUtils: check blur style for HwPhoneWindow, themeResId : 0x7f1100d5, context : org.openhab.habdroid.ui.PreferencesActivity@f243498, Nhwext : 0, get Blur : disable with , null
04-29 16:00:35.255 32386 32386 I AppCompatViewInflater: app:theme is now deprecated. Please move to using android:theme instead.
04-29 16:00:35.269 32386 32386 D PreferencesActivity: Removing notification prefs for < 25
04-29 16:00:35.282 32386 32386 D ActivityThread: add activity client record, r= ActivityRecord{1ec3958 token=android.os.BinderProxy@3dfee7b {org.openhab.habdroid/org.openhab.habdroid.ui.PreferencesActivity}} token= android.os.BinderProxy@3dfee7b
04-29 16:00:35.283 32386 32386 I am_on_resume_called: [0,org.openhab.habdroid.ui.PreferencesActivity,LAUNCH_ACTIVITY]
04-29 16:00:35.285 32386 32439 D OpenGLRenderer: HWUI Binary is enabled
04-29 16:00:35.295 32386 32386 I PressGestureDetector: onAttached begin
04-29 16:00:35.295 32386 32386 I PressGestureDetector: onAttached end
04-29 16:00:35.296 32386 16535 I PressGestureDetector: HiTouch restricted: AboardArea.
04-29 16:00:35.339 32386 32439 D mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, egl_color_buffer_format *, EGLBoolean) returns 0x3000
04-29 16:00:35.407 32386 32439 D OpenGLRenderer: HWUI Binary is enabled
04-29 16:00:35.445 32386 32386 W InputMethodManager: startInputReason = 1
04-29 16:00:35.494 32386 32439 W libEGL : EGLNativeWindowType 0x733cd1a010 disconnect failed
04-29 16:00:35.597 32386 32386 D MainActivity: onSaveInstanceState()
04-29 16:00:35.599 32386 32386 D MainActivity: onStop()
04-29 16:00:35.600 32386 32386 D PageConnectionHolderFragment: onStop()
04-29 16:00:35.600 32386 32386 D PageConnectionHolderFragment: Canceling connection for URL http://<openhab-local-address>:8080/rest/sitemaps/Scheidsgasse/Scheidsgasse
04-29 16:00:35.600 32386 32386 I am_on_stop_called: [0,org.openhab.habdroid.ui.MainActivity,handleStopActivity]
04-29 16:00:35.911 32386 32386 D CubicBezierInterpolator: CubicBezierInterpolator mControlPoint1x = 0.23, mControlPoint1y = 0.06, mControlPoint2x = 0.09, mControlPoint2y = 0.97
04-29 16:00:35.912 32386 32386 D CubicBezierInterpolator: CubicBezierInterpolator mControlPoint1x = 0.6, mControlPoint1y = 0.9, mControlPoint2x = 0.8, mControlPoint2y = 1.0
04-29 16:00:35.912 32386 32386 D CubicBezierInterpolator: CubicBezierInterpolator mControlPoint1x = 0.23, mControlPoint1y = 0.06, mControlPoint2x = 0.09, mControlPoint2y = 0.97
04-29 16:00:35.913 32386 32386 D CubicBezierInterpolator: CubicBezierInterpolator mControlPoint1x = 0.6, mControlPoint1y = 0.9, mControlPoint2x = 0.8, mControlPoint2y = 1.0
04-29 16:00:36.719 32386 32386 V AudioManager: playSoundEffect effectType: 0
04-29 16:00:36.740 32386 32386 I am_on_paused_called: [0,org.openhab.habdroid.ui.PreferencesActivity,handlePauseActivity]
04-29 16:00:36.766 32386 32386 D HwCust : Create obj success use class android.app.HwCustActivityImpl
04-29 16:00:36.767 32386 32386 D HwCust : Create obj success use class android.app.HwCustHwWallpaperManagerImpl
04-29 16:00:36.770 32386 32386 V ActivityThread: ActivityThread,callActivityOnCreate
04-29 16:00:36.773 32386 32386 D skia : --- SkAndroidCodec::NewFromStream returned null
04-29 16:00:36.780 32386 32386 D HwRTBlurUtils: check blur style for HwPhoneWindow, themeResId : 0x7f1100d5, context : org.openhab.habdroid.ui.LogActivity@34dade5, Nhwext : 0, get Blur : disable with , null
04-29 16:00:36.781 32386 32386 D HwRTBlurUtils: check blur style for HwPhoneWindow, themeResId : 0x7f1100d5, context : org.openhab.habdroid.ui.LogActivity@34dade5, Nhwext : 0, get Blur : disable with , null
04-29 16:00:36.782 32386 32386 I AppCompatViewInflater: app:theme is now deprecated. Please move to using android:theme instead.
04-29 16:00:36.790 32386 32386 D CubicBezierInterpolator: CubicBezierInterpolator mControlPoint1x = 0.23, mControlPoint1y = 0.06, mControlPoint2x = 0.09, mControlPoint2y = 0.97
04-29 16:00:36.791 32386 32386 D CubicBezierInterpolator: CubicBezierInterpolator mControlPoint1x = 0.6, mControlPoint1y = 0.9, mControlPoint2x = 0.8, mControlPoint2y = 1.0
04-29 16:00:36.791 32386 32386 D CubicBezierInterpolator: CubicBezierInterpolator mControlPoint1x = 0.23, mControlPoint1y = 0.06, mControlPoint2x = 0.09, mControlPoint2y = 0.97
04-29 16:00:36.791 32386 32386 D CubicBezierInterpolator: CubicBezierInterpolator mControlPoint1x = 0.6, mControlPoint1y = 0.9, mControlPoint2x = 0.8, mControlPoint2y = 1.0
04-29 16:00:36.803 32386 32386 D ActivityThread: add activity client record, r= ActivityRecord{3e15dd7 token=android.os.BinderProxy@93b78dc {org.openhab.habdroid/org.openhab.habdroid.ui.LogActivity}} token= android.os.BinderProxy@93b78dc
04-29 16:00:36.806 32386 32386 I am_on_resume_called: [0,org.openhab.habdroid.ui.LogActivity,LAUNCH_ACTIVITY]
04-29 16:00:36.811 32386 32439 D OpenGLRenderer: HWUI Binary is enabled
04-29 16:00:36.828 32386 32386 I PressGestureDetector: onAttached begin
04-29 16:00:36.828 32386 32386 I PressGestureDetector: onAttached end
04-29 16:00:36.830 32386 16540 I PressGestureDetector: HiTouch restricted: AboardArea.
04-29 16:00:36.869 32386 32439 D mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, egl_color_buffer_format *, EGLBoolean) returns 0x3000
04-29 16:00:36.869 32386 32439 D OpenGLRenderer: HWUI Binary is enabled
04-29 16:00:36.912 32386 32386 D LogActivity: onCreateOptionsMenu()
04-29 16:00:36.939 32386 32386 W InputMethodManager: startInputReason = 1
04-29 16:00:37.291 32386 32439 W libEGL : EGLNativeWindowType 0x733d341010 disconnect failed
04-29 16:00:37.294 32386 32439 D OpenGLRenderer: endAllActiveAnimators on 0x73401fb400 (ListView) with handle 0x733fed0560
04-29 16:00:37.353 32386 32386 I am_on_stop_called: [0,org.openhab.habdroid.ui.PreferencesActivity,handleStopActivity]
04-29 16:01:00.543 32386 32386 V AudioManager: playSoundEffect effectType: 0
04-29 16:01:00.580 32386 32386 I am_on_paused_called: [0,org.openhab.habdroid.ui.LogActivity,handlePauseActivity]
04-29 16:01:00.763 32386 32386 I am_on_resume_called: [0,org.openhab.habdroid.ui.LogActivity,RESUME_ACTIVITY]
04-29 16:01:06.663 32386 32386 V AudioManager: playSoundEffect effectType: 0
04-29 16:01:06.701 32386 32386 I am_on_paused_called: [0,org.openhab.habdroid.ui.LogActivity,handlePauseActivity]
04-29 16:01:06.843 32386 32386 I am_on_resume_called: [0,org.openhab.habdroid.ui.LogActivity,RESUME_ACTIVITY]
04-29 16:01:13.531 32386 32386 V AudioManager: playSoundEffect effectType: 0
04-29 16:01:13.570 32386 32386 I am_on_paused_called: [0,org.openhab.habdroid.ui.LogActivity,handlePauseActivity]
04-29 16:01:13.732 32386 32386 I am_on_resume_called: [0,org.openhab.habdroid.ui.LogActivity,RESUME_ACTIVITY]
04-29 16:01:18.233 32386 32386 V AudioManager: playSoundEffect effectType: 0
04-29 16:01:18.268 32386 32386 I am_on_paused_called: [0,org.openhab.habdroid.ui.LogActivity,handlePauseActivity]
04-29 16:01:18.416 32386 32386 I am_on_resume_called: [0,org.openhab.habdroid.ui.LogActivity,RESUME_ACTIVITY]
04-29 16:01:20.565 32386 32386 V AudioManager: playSoundEffect effectType: 0
04-29 16:01:20.565 32386 32386 D LogActivity: onOptionsItemSelected()
04-29 16:01:20.578 32386 32386 I am_on_paused_called: [0,org.openhab.habdroid.ui.LogActivity,handlePauseActivity]
04-29 16:01:20.620 32386 32386 I am_on_resume_called: [0,org.openhab.habdroid.ui.PreferencesActivity,RESUME_ACTIVITY]
04-29 16:01:20.653 32386 32439 D mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, egl_color_buffer_format *, EGLBoolean) returns 0x3000
04-29 16:01:20.682 32386 32386 W InputMethodManager: startInputReason = 1
04-29 16:01:20.740 32386 32439 W libEGL : EGLNativeWindowType 0x733e2b4010 disconnect failed
04-29 16:01:20.741 32386 32439 D OpenGLRenderer: endAllActiveAnimators on 0x733ceb0800 (RippleDrawable) with handle 0x7341799ac0
04-29 16:01:20.847 32386 32386 I am_on_stop_called: [0,org.openhab.habdroid.ui.LogActivity,destroy]
04-29 16:01:20.847 32386 32386 D ActivityThread: Remove activity client record, r= ActivityRecord{3e15dd7 token=android.os.BinderProxy@93b78dc {org.openhab.habdroid/org.openhab.habdroid.ui.LogActivity}} token= android.os.BinderProxy@93b78dc
04-29 16:01:22.065 32386 32386 V AudioManager: playSoundEffect effectType: 0
04-29 16:01:22.091 32386 32386 I am_on_paused_called: [0,org.openhab.habdroid.ui.PreferencesActivity,handlePauseActivity]
04-29 16:01:22.124 32386 32386 D HwCust : Create obj success use class android.app.HwCustActivityImpl
04-29 16:01:22.124 32386 32386 D HwCust : Create obj success use class android.app.HwCustHwWallpaperManagerImpl
04-29 16:01:22.125 32386 32386 V ActivityThread: ActivityThread,callActivityOnCreate
04-29 16:01:22.127 32386 32386 D skia : --- SkAndroidCodec::NewFromStream returned null
04-29 16:01:22.135 32386 32386 D HwRTBlurUtils: check blur style for HwPhoneWindow, themeResId : 0x7f1100d5, context : org.openhab.habdroid.ui.LogActivity@8ba78a4, Nhwext : 0, get Blur : disable with , null
04-29 16:01:22.135 32386 32386 D HwRTBlurUtils: check blur style for HwPhoneWindow, themeResId : 0x7f1100d5, context : org.openhab.habdroid.ui.LogActivity@8ba78a4, Nhwext : 0, get Blur : disable with , null
04-29 16:01:22.136 32386 32386 I AppCompatViewInflater: app:theme is now deprecated. Please move to using android:theme instead.
04-29 16:01:22.143 32386 32386 D CubicBezierInterpolator: CubicBezierInterpolator mControlPoint1x = 0.23, mControlPoint1y = 0.06, mControlPoint2x = 0.09, mControlPoint2y = 0.97
04-29 16:01:22.144 32386 32386 D CubicBezierInterpolator: CubicBezierInterpolator mControlPoint1x = 0.6, mControlPoint1y = 0.9, mControlPoint2x = 0.8, mControlPoint2y = 1.0
04-29 16:01:22.144 32386 32386 D CubicBezierInterpolator: CubicBezierInterpolator mControlPoint1x = 0.23, mControlPoint1y = 0.06, mControlPoint2x = 0.09, mControlPoint2y = 0.97
04-29 16:01:22.144 32386 32386 D CubicBezierInterpolator: CubicBezierInterpolator mControlPoint1x = 0.6, mControlPoint1y = 0.9, mControlPoint2x = 0.8, mControlPoint2y = 1.0
04-29 16:01:22.152 32386 32386 D ActivityThread: add activity client record, r= ActivityRecord{250093a token=android.os.BinderProxy@14bcb37 {org.openhab.habdroid/org.openhab.habdroid.ui.LogActivity}} token= android.os.BinderProxy@14bcb37
04-29 16:01:22.156 32386 32386 I am_on_resume_called: [0,org.openhab.habdroid.ui.LogActivity,LAUNCH_ACTIVITY]
04-29 16:01:22.158 32386 32439 D OpenGLRenderer: HWUI Binary is enabled
04-29 16:01:22.167 32386 32386 I PressGestureDetector: onAttached begin
04-29 16:01:22.167 32386 32386 I PressGestureDetector: onAttached end
04-29 16:01:22.168 32386 16753 I PressGestureDetector: HiTouch restricted: AboardArea.
04-29 16:01:22.210 32386 32439 D mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, egl_color_buffer_format *, EGLBoolean) returns 0x3000
openHAB Server log
See gif file.
Reverse Proxy log
None.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (9 by maintainers)
Top Results From Across the Web
Refresh page and run function after - JavaScript - Stack Overflow
I'm trying to refresh a page and then run a function once the refresh has been completed. However the code I have now,...
Read more >REFRESH command - HighBond
The REFRESH command updates the contents of a table by re-running the IMPORT command, or the ACCESSDATA command, initially used to define and...
Read more >Db2 12 - Commands - -REFRESH DB2,EARLY (Db2) - IBM
The -REFRESH command has member-only scope, and must be executed for every instance where a unique recognition character for the -START command is...
Read more >Command: refresh | Terraform - HashiCorp Developer
The terraform refresh command reads the current settings from all managed remote objects and updates the Terraform state to match.
Read more >Refresh command (TMSL) | Microsoft Learn
Learn about the Refresh command, which processes objects in the current database and always runs in parallel, unless you throttle it.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

IIRC OkHttp thread pool size is 5 by default … We may be onto something 😉 I’ll try to repro with deep nesting.
I guess you’re right. Some widgets allow to show a process state itself: “Display processing status” at https://material.io/design/components/selection-controls.html#switches