You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.nanoleaf/README.md
+2-16
Original file line number
Diff line number
Diff line change
@@ -132,22 +132,8 @@ The controller thing has the following parameters:
132
132
**Important note on the topic of IPV6 ip addresses:**
133
133
134
134
With firmware version 8.5.2 or newer, panels may change between being OFFLINE and ONLINE.
135
-
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.
136
-
It is therefore recommended to disable IPv6 on the openHAB server.
137
-
138
-
This can e.g. be achieved on openHABian the following way:
139
-
140
-
```shell
141
-
sudo nano /etc/sysctl.conf`
142
-
```
143
-
144
-
Add the following at the bottom of the file:
145
-
146
-
```ini
147
-
net.ipv6.conf.all.disable_ipv6 = 1
148
-
net.ipv6.conf.default.disable_ipv6 = 1
149
-
net.ipv6.conf.lo.disable_ipv6 = 1
150
-
```
135
+
This is because if they are discovered with IPv6 addresses, the binding is not able to correctly send API requests to the devices which leads to an unstable behaviour.
136
+
To avoid this, the binding will only discover devices based on their IPv4 address.
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.nanoleaf/src/main/java/org/openhab/binding/nanoleaf/internal/discovery/NanoleafMDNSDiscoveryParticipant.java
0 commit comments