It does work for me with the new 'refresh' tag:
Setting the interval with an input:
<input type="radio" token="refresh_interval" searchWhenChanged="true">
<label>Panel Refresh</label>
<choice value="24h">no refresh</choice>
<choice value="1m">1 Minute</choice>
<choice value="5m">5 Minutes</choice>
<default>1m</default>
<initialValue>1m</initialValue>
</input>
And then setting this inside the
<refresh>$refresh_interval$</refresh>
... View more