openhab-core
openhab-core copied to clipboard
Core framework of openHAB
I'm creating this issue to start brainstorming ideas which may or may not grow into something. For starters, I will share some unstructured thoughts, which could grow into something structured...
Fixes error reported by new SAT checker PMD 7.0.0-rc4 marks this as an error which breaks the build. ref: openhab/static-code-analysis#462
I have a Smarthome/j Amazon echo binding installed using Json 3rd Party Add-on Service. Each time I updated my snapshot build (in docker), this binding keeps disappearing from my openhab...
There are a number of bugs in, and potential improvements to, the ColorUtil module as follows. ### 1. hsbToXy() method produces invalid xyY results The hsbToXy() method produces invalid results....
Closes https://github.com/openhab/openhab-core/issues/3732 Closes https://github.com/openhab/openhab-core/issues/3896 This PR implements unit support in all PersistenceExtension commands, returning the full value including unit for Number item types with a dimension. It therefore changes return...
The changes in this PR allow to leave out the pageId in a request for updates from a subscription. The motivation for this was discussed in https://github.com/openhab/openhab-core/issues/3650 Leaving out the...
More and more bindings dynamically create channels for an added thing. While this makes it easy to support various variations of a device it does also lead to unexpected behaviour...
I would find it convenient that Items could also "expire" even when no event is received. Currently expiration timer is not starting with fresh start and the item will remain...
Refer to: https://github.com/openhab/openhab-core/issues/3813 This commit comprises a few changes: 1) Login screen - password field can be emptied but username must include generated API token with format oh.xxx.yyyyyyy 2) Some...
### Applies to - Main UI Item state display, AND - Basic UI Sitemap Text element state display ### Actual Behaviour OH passes DIFFERENT strings, (either a QuantityType compatible string,...