openhab-core
openhab-core copied to clipboard
Core framework of openHAB
When you drop a binding Jar in the `/addons` folder, the binding **does** install. And the binding does find respective things via background discovery. HOWEVER the respective bindings do NOT...
I'd like to get all events except the `ItemStateEvent` (because with OH4 the `ItemStateUpdateEvent` is available). Currently the websocket filter works like a whitelist which means I have to know...
Problem: In openHAB 4.3.1, the reload of rules files does not function as expected. After making changes to the rules file, the system does not seem to reload the file...
When having multiple tabs of Main UI opened, the UI often fails to send HTTP requests to the server because the browser does not execute the requests. This is because...