[SOLVED] Empty label in MQTT Item

I have configured a MQTT item (presence from FIND3 platform). state is correctly updated, but corresponding label remains empty.

  • Platform information:

    • Hardware: Intel NUC
    • OS: Ubuntu Linux
    • Java Runtime Environment: Oracle JSE 1.8
    • openHAB version: 2.3
  • Configurations:

    • my .items file (wifi data obscured):
      String mqttfind_giancola “giancola is @ [%s]” {mqtt="<[mqtt_broker:…/location/wifi-ec\:1f\:…:state:JSONPATH($.guesses[0].location)]"}

    • (JSON transformation installed)
      *events.log:

2018-09-17 12:20:32.050 [vent.ItemStateChangedEvent] - mqttfind_giancola changed from NULL to open_space

And you sitemap code, please?

I haven’t written any sitemaps. I’m looking at status labels from PaperUI -> Configuration -> Items.

There is your answer
The labals will appear in the sitemap
They will not change in the PaperUI. It is only for administrative purpose.

Thank you, I confirm that if I set up a simple sitemap the label is correctly visualized (for example in BasicUI).