openhab-core
openhab-core copied to clipboard
Core framework of openHAB
Alternative Comm Port Provider based on https://github.com/nyholku/purejavacomm. PureJavaComm aims to be a drop-in replacement for Sun's (now Oracle) abandoned JavaComm and an easier to deploy alternative to RXTX. Note that...
They are not available on Maven Central and generate warning during the build.
Shortly after starting OpenHAB 4.1, thus before everything was loaded, OH logs as follows. As there is nothing to do about this intermediary state, OH shall not log a stacktrace....
Use case is AndroidTV. Currently I scan for GoogleTV and ShieldTV which have different mdns service types "_androidtvremote2._tcp.local." versus "_nv_shield_remote._tcp.local.". Unfortunately I have devices (e.g. the ShieldTV) which announce both....
Feature request: add a `background` property to [org.openhab.core.model.sitemap.sitemap.LinkableWidget](https://www.openhab.org/javadoc/latest/org/openhab/core/model/sitemap/sitemap/LinkableWidget.html), which can be set to: - An image item for an image background - A URL for the image - A solid...
I've been noticing my average thread count rising a little every day. I went to investigate it and I find 380 of these pools have been created. It's unclear to...
Using openHAB 4.1.0. A Rule is triggered by cron `cronExpression: 0 0 9 ? * MON,TUE,WED,THU,FRI *`. But the rule action runs allways more than 20 minutes delayed. I already...
## Expected Behavior When a state description is set on a dimmer item (my example: `SCALE(dimmer.scale):%s`) it should be working or show an error what is wrong with the state...
I assume a significant amount of openHAB instances are running on single board computers. These have usually a limited set of memory especially the Raspberry Pi 3 based. For me...
This exception is meant to indicate that the request should be retried shortly, essentially, and at least some of the devices I own seem to be busy bees. Thus my...