Wouter Born
Wouter Born
That would be nice but as you can see the artifacts on Maven Central do not work as well as the Orbit bundles. To get rid of the warnings just...
Maybe just create and upload the POMs to fix the missing POM warnings instead of waiting for OSGi compatible artifacts to be released to Maven Central?
Would be nice to know how well it performs compared to nrjavaserial. As I understand [JNA](https://en.wikipedia.org/wiki/Java_Native_Access) based implementations perform a lot worse compared to implementations using [JNI](https://en.wikipedia.org/wiki/Java_Native_Interface). https://en.wikipedia.org/wiki/Java_Native_Access#Performance: > Benchmarks...
Some bindings do not use the OH serial transport, so you won't be able to use these with your ARM64 Apples. See: https://github.com/openhab/openhab-addons/issues/7573
It's less code and easier to understand if you just use a static import for `OnOffType.ON`: `if (ir.getItem("someItem").getState() == ON) {`
OnOffType is also used in add-on code and tests. Adding these options will probably result in contributors using the type in the wrong way and maintainers having to add review...
Did you set Polish as the most preferred language in your browser settings?
Outdated third party add-ons seem to cause this issue, see: https://community.openhab.org/t/oh4-4-1-gui-doesnt-show-installed-bindings/152413/24
> So in particular it extends coverage to Windows and Mac OS which are otherwise not covered by an implementation of UsbSerialDiscovery. Can it also be used on Linux instead...
> Reason is that the local fill-in strings (written by me) explicitly have key-words (e.g. Z-Wave, Zigbee, etc.) in them in order to specifically improve the chances of proper discovery....