AVMFritz Binding DECT 200 Support

Hello,

is it possible that the DECT 200 for the AVM FritzBinding is not fully supported at the moment? I receive updates for temperature and power but if I link an item to the outlet Channel I get NPE in DeviceHandler when sending a command to it in line 162: https://github.com/openhab/openhab2/blob/master/addons/binding/org.openhab.binding.avmfritz/src/main/java/org/openhab/binding/avmfritz/handler/DeviceHandler.java#L162

Looking at the code, it seems the connection is only initialized for the PL546E standalone thing type: https://github.com/openhab/openhab2/blob/master/addons/binding/org.openhab.binding.avmfritz/src/main/java/org/openhab/binding/avmfritz/handler/DeviceHandler.java#L83.

Isn´t it possible to switch the DECT 200 or am I doing something wrong?

Regards

Dennis

Can you give me an example for one switch. I need information about the openhab files *. cfg, items and sitemap.

thank you in advance

This is the things config file:

Bridge avmfritz:fritzbox:fritzbox [ ipAddress="192.168.178.1", user="openhab", password="openhab" ] {
    FRITZ_DECT_200 DECT1 [ ain="087610218095" ]
}

This the items file:

Switch Switch3 "Schalter Büro" (Office) { channel="avmfritz:FRITZ_DECT_200:fritzbox:DECT1:outlet" }

When executing

smarthome send Switch3 ON

I receive the exception posted above.