From 5765a9485dae48f93da172b5c79b98f7806f2223 Mon Sep 17 00:00:00 2001 From: Fabian Wolter Date: Sun, 28 Apr 2024 20:56:13 +0200 Subject: [PATCH] [airq] Add note about JVM cryptographic strength policy (#16695) Signed-off-by: Fabian Wolter --- bundles/org.openhab.binding.airq/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bundles/org.openhab.binding.airq/README.md b/bundles/org.openhab.binding.airq/README.md index 2659ed9e0f..1ae3c69b2b 100644 --- a/bundles/org.openhab.binding.airq/README.md +++ b/bundles/org.openhab.binding.airq/README.md @@ -116,6 +116,12 @@ The rw column is empty if the channel is only readable, w if the channel can be | errorBars | Switch | rw | Calculate Maximum Errors | | warmupPhase | Switch | rw | Output data as Warmup Phase | +## Usage with Docker + +This binding requires the JVM cryptographic strength policy to be set to "unlimited". +Otherwise the connection to the device will fail. +See the [openHAB Docker image documentation](https://github.com/openhab/openhab-docker/blob/main/README.md#java-cryptographic-strength-policy) for details. + ## Example ### air-Q.things -- 2.47.3