Skip to content

Rosi2143/openHAB3_ui_widgets

Repository files navigation

openHAB3_ui_widgets

sources

github repos

  1. openHAB3Widgets
  2. OpenhabWidget
  3. HeatingWidget
  4. oh3-widgets
  • see the readme file in the directory
  • branch conventions
    • main branches are the "originals"
    • master branches are "my" versions

tips and tricks

Display State vs. State

The @ symbol can be used in front of an item name string as a shortcut to the displayState from the items dictionary with a fallback to the raw state:

footer: =@'Switch1'

is the same as

footer: =items['Switch1'].displayState || items['Switch1'].state

Similarly, @@ can be used as a shortcut for just the item state.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published