setpoint in basicui broken
See original GitHub issueI 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:
Issue Analytics
- State:
- Created 8 years ago
- Comments:28 (19 by maintainers)
Top Results From Across the Web
Problem with setpoint in BasicUi Sitemap - Items & Sitemaps
Any idea? Is this a bug? I'm currently thinking of a workaround that, wenn the setpoint is changed to 8° I change it...
Read more >Sitemaps | v3 Documentation Preview
... or unstructured lines of element definition, parameters can be broken down to multiple code lines. ... Presentation of the Setpoint element in...
Read more >Interoperability with other OpenHAB instance - HestiaPi
But given that the setpoint can also be changed through BasicUI which will result in only a message on the cmnd topic, both...
Read more >openHAB 3 Basics - First look, migration, semantic model and ...
In this livestream, I gave an overview of my first experience with the awesome new openHAB3 home automation system. The stable version of ......
Read more >BasicUI [Archive] - WoWInterface
Datapanel:SetPoint("BOTTOM", UIParent, 0, 0) Datapanel:SetWidth(1200) if jostle then jostle:RegisterBottom(Datapanel) end else. Datapanel:SetPoint("TOP" ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

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:
yes, looks very well now! 👍