Gardena Smart Sensor INITIALIZING Error

Using the Gardena Binding with OH2.2 but got problems with the sensor.
Sensor tries to Initialize but never got online. The Bridge is online and I got onetime new Sensor data but then nothing more…

Status of Thing in Paper UI ends up with:
UNINITIALIZED - HANDLER_INITIALIZING_ERROR
Illegal status INITIALIZING. Bindings only may set UNKNOWN, ONLINE, OFFLINE or REMOVED.

Logfile

2018-02-24 22:54:18.719 [hingStatusInfoChangedEvent] - ‘gardena:sensor:9fee2218:e9b46734-fb12-4876-a9aa-c296054bcd3f’ changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING

2018-02-24 22:54:18.725 [hingStatusInfoChangedEvent] - ‘gardena:watering_computer:9fee2218:d5da77bd-8483-40b6-8577-3c114cef8327’ changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING

2018-02-24 22:54:18.729 [hingStatusInfoChangedEvent] - ‘gardena:mower:9fee2218:73affbad-dede-421d-a919-a4f276a6b751’ changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING

2018-02-24 22:54:18.733 [ERROR] [nal.common.AbstractInvocationHandler] - An error occurred while calling method ‘ThingHandler.initialize()’ on ‘org.openhab.binding.gardena.handler.GardenaThingHandler@12f6a2c’: Illegal status INITIALIZING. Bindings only may set UNKNOWN, ONLINE, OFFLINE or REMOVED.

java.lang.IllegalArgumentException: Illegal status INITIALIZING. Bindings only may set UNKNOWN, ONLINE, OFFLINE or REMOVED.

at org.openhab.binding.gardena.handler.GardenaThingHandler.updateStatus(GardenaThingHandler.java:269) [256:org.openhab.binding.gardena:2.2.0]

at org.openhab.binding.gardena.handler.GardenaThingHandler.initialize(GardenaThingHandler.java:68) [256:org.openhab.binding.gardena:2.2.0]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]

2018-02-24 22:54:18.744 [ERROR] [ome.core.thing.internal.ThingManager] - Exception occurred while initializing handler of thing ‘gardena:sensor:9fee2218:e9b46734-fb12-4876-a9aa-c296054bcd3f’: Illegal status INITIALIZING. Bindings only may set UNKNOWN, ONLINE, OFFLINE or REMOVED.

java.lang.IllegalArgumentException: Illegal status INITIALIZING. Bindings only may set UNKNOWN, ONLINE, OFFLINE or REMOVED.

Any ideas ?

Thx

Got the same problem using latest snapshot.

The gateway seams only to link when fully removed from power.

Once connected the lawnmower can’t get found as well.

I got in contact with the dev and according to errors the binding is not properly installed. Removing it and reinstall did not fix this.

Any suggestions?