Skip to content

Fix profile selection when linking channel to Item

Pre-release
Pre-release
Compare
Choose a tag to compare
@florian-h05 florian-h05 released this 23 Dec 21:25

This contains a JAR of openhab#2941 built for 4.3.0.

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.
Please note that the bundle version number of the built bundle might differ from the example above.

These bundle id numbers may be different on your system.