From: stefan-hoehn Date: Sun, 1 Oct 2023 19:51:07 +0000 (+0200) Subject: [Nanoleaf] ipv6 address doc (#15612) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=1f0e430506097f1a268e7cbb75e45e4451021592;p=openhab-addons.git [Nanoleaf] ipv6 address doc (#15612) * Nanoleaf codeowners change * add ipv6 info about nanolead discovery Signed-off-by: Stefan Höhn --- diff --git a/bundles/org.openhab.binding.nanoleaf/README.md b/bundles/org.openhab.binding.nanoleaf/README.md index dccf3b317c..5eef976196 100644 --- a/bundles/org.openhab.binding.nanoleaf/README.md +++ b/bundles/org.openhab.binding.nanoleaf/README.md @@ -126,6 +126,27 @@ The controller thing has the following parameters: | refreshInterval | Interval in seconds to refresh the state of the light panels settings. Default is 60. | | deviceType | Defines the type `lightpanels` (triangle) or `canvas` (square or hexagon) | +**Important note on the topic of IPV6 ip addresses:** + +With firmware version 8.5.2 or newer, panels may change between being OFFLINE and ONLINE. +This is due to the fact that if they are discovered with IPv6 addresses, the binding is not able to correctly send API requests to the devices. +It is therefore recommended to disable IPv6 on the openHAB server. + +This can e.g. be achieved on openHABian the following way: + +```text +sudo nano /etc/sysctl.conf` + +Add the following at the bottom of the file: + +net.ipv6.conf.all.disable_ipv6 = 1 +net.ipv6.conf.default.disable_ipv6 = 1 +net.ipv6.conf.lo.disable_ipv6 = 1 + +``` + +Reboot your server after the change. + The lightpanel thing has the following parameters: | Config | Description |