Error in Frame handling in WEB UI

Hi There,

while building my weather area in openhab i tried to implemnet a Frame with some dynamic data in it. Bases on the WIKI the Frame has a label and optional an item.

I created an item
DateTime SensorVerandaObservation "Letztes Update [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" <IconClock> (gSensorVeranda)

and put it into an Frame in my Sitemap
Frame item=SensorVerandaObservation label="Wetterdaten von [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" { removed some Stuff }

Got no Error, the Headline of the Frame is somwhat puzzled. I Ecpected something like this:
Wetterdaten von 06.12.2015 19:30
but i get
Wetterdaten von <span style="">06.12.2015 19:30</span>
checked it in HAbdroid an the span ist replaced by []

Question: Is this a bug or a feature? Openhab Version is 1.7.1

Thomas

I have the “” Problem aswell.

This is not a valid frame definition, try

Frame {
Text item=SensorVerandaObservation
      }

As far as I know you don’t need to repeat the label in the frame again if it is already defined in the item.
At least this is the way it works in my sitemap …

I disagree. According to the wiki this is possible and imo it definately makes sense.
The alternative android app 3Hou.se renders it just fine.

[quote=“Spaceman_Spiff, post:4, topic:4828, full:true”]
According to the wiki this is possible …[/quote]

You are right. Still I would at least try my different version to see what happens …

Your suggestions works. That’s how most of my data is displayed.
However displaying data (or metainformation) as a Framecaption has a really nice touch and I like it very much.
But to get back to topic:
@Dibbler42 : You should create a bug report at github.