Wouter Born

Results 410 comments of Wouter Born

There are still issues with these tests: https://ci.openhab.org/job/PR-openHAB-Core/6164/ ``` TEST org.openhab.core.voice.internal.VoiceManagerImplTest#startDialogWithoutPassingAnyParameters()

Still unstable, see: https://ci.openhab.org/job/openHAB-Core/143 ``` TEST org.openhab.core.voice.internal.VoiceManagerImplTest#startDialogWithoutPassingAnyParameters()

AFAIK it's not stored in a file. It's generated using reflection based on the annotations the first time a request is made.

It would be nice to have these additional environment variables for any distro. When they are supported, it should be easy to use with Docker as well.

Did you limit the network interfaces on your ping devices? This config option was added in https://github.com/openhab/openhab-addons/pull/16145.

You can limit the interfaces to use in the Advanced settings of your Thing: ![config](https://github.com/user-attachments/assets/caf5062e-59f9-4648-b864-353570832f43)

Maybe your tool can show the CPU usage per thread similar to `top -H` ? The threads have a name so those can help to identify what is consuming your...

Let's close this now this is part of https://github.com/openhab/openhab-addons/pull/19097

> In the latest image (4.2.3) the openhab user is not added to the additional groups anymore. I don't see missing groups? :thinking: ### 4.2.2 ```shell $ docker run -e...

If I find some time I'll update the entrypoint script with a function that checks if a group with the ID already exists and if so add the openhab user...