lsiepel
lsiepel
> Another issue with the current iOS wake up implementation is that it is part of `performArpPing` which is [executed for every network interface](https://github.com/openhab/openhab-addons/blob/444d824a41b9d0e517c35e2736e59ad3aabcbeb8/bundles/org.openhab.binding.network/src/main/java/org/openhab/binding/network/internal/PresenceDetection.java#L357-L362). So it is executed many times...
An `InterruptException` should not log full stacktrace to ERROR level. Fixes: https://github.com/openhab/openhab-addons/issues/8277
There might be more, but at least the uv index system state channel is missing from the table of available system state channels. https://www.openhab.org/docs/developer/bindings/thing-xml.html#system-state-channel-types The related PR that added this...
If a thing type has `supported-bridge-type-refs` set, a configured bridge is mandatory. At this moment the MainUI is allowing you to add a Thing without a bridge. The interface should...