openhab-addons: setpoint in basicui broken

I use ‘setpoint’ in my sitemap like this

Text label="Sollwerte" icon="temperature" {
            Frame label="Soll-Temperaturen" {
                Setpoint item=Sollwert_Wohnen minValue=15 maxValue=30 step=1
                Setpoint item=Sollwert_Diele minValue=15 maxValue=30 step=1
                Setpoint item=Sollwert_HWR minValue=15 maxValue=30 step=1
                Setpoint item=Sollwert_WC minValue=15 maxValue=30 step=1
                Setpoint item=Sollwert_Gast minValue=15 maxValue=30 step=1
                Setpoint item=Sollwert_Ankleide minValue=15 maxValue=30 step=1
                Setpoint item=Sollwert_Schlafen minValue=15 maxValue=30 step=1
                Setpoint item=Sollwert_Arbeiten minValue=15 maxValue=30 step=1
                Setpoint item=Sollwert_Zimmer1 minValue=15 maxValue=30 step=1
                Setpoint item=Sollwert_Zimmer2 minValue=15 maxValue=30 step=1
                Setpoint item=Sollwert_Bad minValue=15 maxValue=30 step=1
            }
        }

Label, current value and change buttons show up nicely in the classicui, but not in the basicui:

img_1057 img_1056

About this issue

  • Original URL
  • State: closed
  • Created 9 years ago
  • Comments: 28 (19 by maintainers)

Commits related to this issue

Most upvoted comments

Yes, it should work. Try the launch config from the repo (revert all your local changes). jersey-all is not part there, only jersey-min. Also check the other jaxrs bundles:

bildschirmfoto 2015-12-27 um 14 24 59