[avmfritz] FRITZ!DECT 200 jsut "INITIALIZING" and items don't work

I installed the avmfritz binding via addons.config and configured the things and items via config files.

The Bridge is online, but the Thing (Dect 200) stays INITIALIZING.
Even the log schows it can get data from the FritzBox.

This is my configuration:

avmfritz.things

Bridge avmfritz:fritzbox:k [ ipAddress="192.168.1.1", password="mypassword", user="openhab" ] {
    FRITZ_DECT_200 DECT1 [ ain="08761008****" ]
}

avmfritz.items

Switch fritzDECT1switch "Switchable outlet" { channel="avmfritz:FRITZ_DECT_200:k:DECT1:outlet" }
Number fritzDECT1temp   "Actual measured temperature [%.1f °C]" { channel="avmfritz:FRITZ_DECT_200:k:DECT1:temperature" }
Number fritzDECT1energy "Accumulated energy consumption [%.3f Wh]" { channel="avmfritz:FRITZ_DECT_200:k:DECT1:energy" }
Number fritzDECT1power  "Current power consumption [%.2f W]" { channel="avmfritz:FRITZ_DECT_200:k:DECT1:power" }

karaf output:

openhab> smarthome:things list | grep fritz
avmfritz:fritzbox:k (Type=Bridge, Status=ONLINE: FritzBox online, Label=FRITZ!Box, Bridge=null)
avmfritz:FRITZ_DECT_200:k:DECT1 (Type=Thing, Status=INITIALIZING, Label=FRITZ!DECT 200, Bridge=avmfritz:fritzbox:k)
openhab> smarthome:items | grep fritz
fritzDECT1switch (Type=SwitchItem, State=NULL, Label=Switchable outlet, Category=null)
fritzDECT1temp (Type=NumberItem, State=NULL, Label=Actual measured temperature, Category=null)
fritzDECT1energy (Type=NumberItem, State=NULL, Label=Accumulated energy consumption, Category=null)
fritzDECT1power (Type=NumberItem, State=NULL, Label=Current power consumption, Category=null)

openhab.log:

2017-03-01 14:22:16.362 [DEBUG] [g.avmfritz.handler.DeviceListPolling] - polling fritzbox org.openhab.binding.avmfritz.config.AvmFritzConfiguration@1f5051[IP=192.168.1.1,port=<null>,proto=http,user
=openhab,password=IwBVB09g,pollingInterval=15,asyncTimeout=10000,syncTimeout=2000]
2017-03-01 14:22:16.369 [DEBUG] [ternal.hardware.FritzahaWebInterface] - GETting URL http://192.168.1.1/webservices/homeautoswitch.lua?switchcmd=getdevicelistinfos&sid=fc052eabbb08c017
2017-03-01 14:22:17.351 [DEBUG] [nal.hardware.FritzahaContentExchange] - HTTP response 200
2017-03-01 14:22:17.355 [DEBUG] [nal.hardware.FritzahaContentExchange] - HTTP response 200
2017-03-01 14:22:17.357 [DEBUG] [nal.hardware.FritzahaContentExchange] - response complete: <devicelist version="1"><device identifier="08761 0085957" id="16" functionbitmask="2944" fwversion="03.8
3" manufacturer="AVM" productname="FRITZ!DECT 200"><present>1</present><name>FRITZ!DECT 200 #1</name><switch><state>1</state><mode>manuell</mode><lock>0</lock><devicelock>0</devicelock></switch><po
wermeter><power>119590</power><energy>3719942</energy></powermeter><temperature><celsius>215</celsius><offset>0</offset></temperature></device></devicelist>

2017-03-01 14:22:17.358 [TRACE] [.callbacks.FritzAhaUpdateXmlCallback] - Received State response <devicelist version="1"><device identifier="08761 0085957" id="16" functionbitmask="2944" fwversion=
"03.83" manufacturer="AVM" productname="FRITZ!DECT 200"><present>1</present><name>FRITZ!DECT 200 #1</name><switch><state>1</state><mode>manuell</mode><lock>0</lock><devicelock>0</devicelock></switc
h><powermeter><power>119590</power><energy>3719942</energy></powermeter><temperature><celsius>215</celsius><offset>0</offset></temperature></device></devicelist>

2017-03-01 14:22:17.428 [DEBUG] [.binding.avmfritz.handler.BoxHandler] - set device model: org.openhab.binding.avmfritz.internal.ahamodel.DeviceModel@1605de2[ain=087610085957,bitmask=2944,isDectRep
eater=false,isPowermeter=true,isTempSensor=true,isSwitchableOutlet=true,id=16,manufacturer=AVM,productname=FRITZ!DECT 200,fwversion=03.83,present=1,name=FRITZ!DECT 200 #1,org.openhab.binding.avmfri
tz.internal.ahamodel.SwitchModel@15d8070[state=1,mode=manuell,lock=0],org.openhab.binding.avmfritz.internal.ahamodel.PowerMeterModel@dc8a59[power=119.590,energy=3719.942],org.openhab.binding.avmfri
tz.internal.ahamodel.TemperatureModel@c3f98c[celsius=21.5,offset=0.0]]

Any idea what is causing this problem?

Hi,

there is a not working example of the fritzbox thing configuration in the documentation. See discussion here: https://github.com/openhab/openhab2-addons/pull/1963

Thanks.

I got it working now.
see: https://github.com/openhab/openhab2-addons/pull/1963#issuecomment-283613534