Łukasz Dywicki

Results 206 comments of Łukasz Dywicki

Hello @anganing, I was facing similar issue with AMSADS, which lead to concept of (dis)connection listener. I am not sure if this API is fully supported for 0.11 build thus...

Old releases of `maven-bundle-plugin` and/or bnd library used during the build are not compatible with Java above 11. You either need to bump bundle plugin version or downgrade JDK to...

David might not be active any more in community. You can try with @ghys, @J-N-K or @hmerk.

> Before starting OpenHAB for the first time after the installation, I create this file /var/lib/openhab/config/org/openhab/i18n.config: Create file named `/var/lib/openhab/etc/org.openhab.i18n.cfg`. The `/var/lib/openhab/config/` is a "state" tracking reference directory, but not...

You can not run away from making "network" an API citizen, especially if you ever consider making better support for containers which multiply network interfaces even in most basic setups....

Just a comment, but also suggestion. I like the idea and on backend side there are tools which are reffered as vaults which serve similar purpose as you began to...

@morph166955 Small suggestion, since you are deep in topic - you might look into pcks11 as well as softtpm which allows to simulate security chip. The pcks11 itself is a...

> The information is NOT redundant. You can change the label or description of a channel (I don't know how to do that in text files, I guess you can...

> @splatch Why is there an error on the DCO for this PR? Looks like bot does not recognize sign off for you commit. Can you do `git commit -a...

> mmh..... "nothing to commit, working tree clean" @kgoderis Sorry, it should be `git commit --amend -s`, my bad.