Skip to content

Releases: jimtng/openhab-webui

Fix profile selection when linking a channel to an item

22 Dec 00:51
51d2811
Compare
Choose a tag to compare

Place jar in your addons directory
In Karaf, disable your built-in org.openhab.ui bundle and restart the new bundle. You can tell from the version number, which is which.

openhab> list -s | grep org.openhab.ui$                                                                                                     
226 │ Resolved │  80 │ 4.3.0                 │ org.openhab.ui
326 │ Active   │  80 │ 4.3.1.202412220041    │ org.openhab.ui

In the example above, 226 is the original bundle. Stop it using the command stop 226 or bundle:stop 226
Then restart the new bundle: restart 326 or bundle:restart 326.

These bundle id numbers may be different on your system.

Semantics 0.0.1

18 Apr 12:46
b317e98
Compare
Choose a tag to compare
Semantics 0.0.1 Pre-release
Pre-release

Install this jar files to test the custom semantics on the Main UI