Wouter Born
Wouter Born
Did you already try Chrome or Firefox on macOS @NSchnitzler?
Do you stil have this issue @NSchnitzler? The issue can also be caused by the [minification](https://en.wikipedia.org/wiki/Minification_(programming)) of the code. Maybe you can test if this issue also occurs when using...
Thanks for reporting this! I'll definitely look into this when time allows for it. :-)
You could have a look at the [openHAB Plugwise Binding](https://github.com/openhab/openhab2-addons/tree/master/addons/binding/org.openhab.binding.plugwise). :slightly_smiling_face:
Not that I'm aware of. It would be nice if there was a facade for serial communications similar to slf4j. The code probably only depends on a subset of all...
See also https://github.com/openhab/openhab-addons/pull/16376 for another example of how to support multiple serial implementations in a library used by an add-on.
``` /opt/openhab/runtime/bin/karaf: 54: cd: can't cd to /home/developer /opt/openhab/runtime/bin/karaf: 67: .: cannot open ./inc: Permission denied ``` Probably your environment variables or openhab user homedir is not configured properly. E.g....
> However that will likely cause issues when developing with Eclipse, because the lastNPE plug-in does not take these args into consideration (https://github.com/lastnpe/eclipse-external-annotations-m2e-plugin/issues/11). I did some testing and debugging and...
This still an issue, see: https://ci.openhab.org/job/PR-openHAB-Core/6180
Today as well: https://ci.openhab.org/job/PR-openHAB-Core/6192/ ``` Wanted but not invoked: eventPublisherMock.post(); -> at org.openhab.core.internal.items.ExpireManagerTest.testIgnoreCommandDoesNotExtendExpiryOnStateUpdate(ExpireManagerTest.java:237) Actually, there were zero interactions with this mock. at org.openhab.core.internal.items.ExpireManagerTest.testIgnoreCommandDoesNotExtendExpiryOnStateUpdate(ExpireManagerTest.java:237) ```