Chart refresh time in millisecond - OH2 demo.sitemap uses refresh=600

Hello,

I was wondering that refresh time for chart is measured in milliseconds.
I was especially wondering as the OH2 demo.sitemap uses refresh=600 which means 0.6s (which is almost like a film :wink:).

To make the OH2 demo more useful for beginners like me it would be fine if the refresh value would be more realistic as the temperature evolve slowly it makes no sense to be faster then let’s say a minute (10 minutes would be also fine).

			Frame {
				Switch item=Weather_Chart_Period label="Chart Period" icon="chart" mappings=[0="Hour", 1="Day", 2="Week"]
				// refresh is in milliseconds
				Chart item=Weather_Chart period=h refresh=60000 visibility=[Weather_Chart_Period==0, Weather_Chart_Period=="NULL"]
				Chart item=Weather_Chart period=D refresh=60000 visibility=[Weather_Chart_Period==1]
				Chart item=Weather_Chart period=W refresh=60000 visibility=[Weather_Chart_Period==2]
			}

Do you agree?
Who can enhance the demo.sitemap in this way?

Regards,
Axel

Strange, I fixed that few weeks or months ago.
Are you running OH 2.1 ?

Sorry, yes, I run OH2.0.0-3 as this is the latest version for QNAP.
If already fixed - great - I will wait for OP2.1 for QNAP - hope that this will come soon.
Regards,
Axel