Physical entities "lost in space"

Thank you for the detailed informations. :grinning:

Great!

Offline Things Display is another option. But I’m missing debounce.

Lately I’m using Thing Status Reporting [4.0.0.0;4.9.9.9] to trigger a script, based on the ideas of Offline Things Display but enhanced by the ability to use [ Debounce [4.0.0.0;4.9.9.9]

The groupItem of Offline Things Display gets metadata “deboundUIDs”

 value: <name of Debounce group>
  config:
    <uid of debounced thing>: <timeout>
    <uid of debounced thing>: <timeout>
    ...
    state: ON,OFF
    command: false

All items are created on demand.
Thanks to the authors of the used add ons.