Hello, when I restart my openhab server I am getting this warning;
2018-06-21 11:59:40.560 [WARN ] [iscovery.TradfriDiscoveryParticipant] - Discovered Tradfri gateway doesn't have an IP address: [ServiceInfoImpl@17994763 name: 'gw-a0cc2bfd176b._coap._udp.local.' address: '(null):0' status: 'DNS: JmDNS-IP-2 [/2605:6000:1711:c592:0:6f04:acd2:7875%wlan0] state: probing 1 task: null', has NO data, empty]
Does anyone know what it means?
I also get a warning saying that my firmware is not up to date:
2018-06-21 11:59:50.188 [WARN ] [radfri.handler.TradfriGatewayHandler] - Gateway with old firmware - please consider upgrading to the latest version.
Any ideas? I am thinking I should submit an issue on git.
Dim
(Angelos)
June 22, 2018, 7:31am
2
these are simple warnings… if everything works fine with your Tradfri setup… I would ignore them
Are you running the latest firmware on the Tradfri Gateway?
I don’t use this addon, so I don’t know details.
Maybe this should be revisited: https://github.com/eclipse/smarthome/pull/4930
namraccr
(namraccr)
June 23, 2018, 3:14am
3
That should have never been a WARNING, imo.
cweitkamp
(Christoph Weitkamp)
June 23, 2018, 8:08am
4
namraccr:
That should have never been a WARNING, imo.
I agree. I saw this in my logs, too. Even after my patch. I guess we have to rethink the way how we perform this check. The first time the Tradfri Gateway handler initializes the property firmware is empty. It will be set during runtime. But we check against it for a required minimum version. This version check is necessary because IKEA has changed their authentication method since the release.