question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

setpoint in basicui broken

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:28 (19 by maintainers)

github_iconTop GitHub Comments

1reaction
kaikreuzercommented, Dec 27, 2015

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
0reactions
SuperOokcommented, Jan 18, 2016

yes, looks very well now! 👍

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found