openhab-core
openhab-core copied to clipboard
Core framework of openHAB
OH 3.2 (all versions) Commands are unsupported for Items of Image type. Only State updates and Refresh commands are allowed. This means that `sendCommand(ImageItem, RawType)`, or in fact any Type...
- Openhab 2.4 - Raspberry Pi 4, buster, fully patched. - openjdk version "1.8.0_152" - OpenJDK Runtime Environment (Zulu Embedded 8.25.0.76-linux-aarch32hf) (build 1.8.0_152-b76) - OpenJDK Client VM (Zulu Embedded 8.25.0.76-linux-aarch32hf)...
This test often fails on Windows builds: ``` TEST org.openhab.core.thing.internal.ThingManagerOSGiTest#thingManagerConsidersUNKNOWNasReadyToUseAndForwardsCommand()
When building a channel type, a channel or a discovery result, it would be interesting to be able to pass a @text string referencing a property file for the label...
Many bindings have built virtual channels with some hairy logic to keep the "last update time". There is also dedicated profile which allows to track that items which do not...
This is a request to add a new feature to OH3 to specify precision for items that are represented by BigDecimal since it supports precision. This could be done either...
Steps to reproduce: Installation: `apt-get install openhab` on raspberry pi Migrate to OH 3 with some existing rules. Save a new rule using the default UI. Expected result: a new...
Working with 3.3.0.M3 REST interface and have an interesting problem retrieving the config from things. The CURL command is generating an error, and the error is generating a secondary error...
Note - I have not personally observed this problem on a windows host, but it has been reported by various Pi users. Perhaps connected to operating system, java version, or...
I'm using openHAB 3.1.0.M3 on docker. When defining an item with a transformation to change the displayed name, the main UI ignores the user supplied transformation and gives precedence to...