eclipse-archived / smarthome

Eclipse SmartHome™ project
https://www.eclipse.org/smarthome/
Eclipse Public License 2.0
862 stars 787 forks source link

[tr064] Fault in FritzBox soap response showing up in the logs, but Binding is working #6783

Closed andrekoeln closed 5 years ago

andrekoeln commented 5 years ago

Openhab 2.4 TR064 Binding installed and onine, Items are working fine (except DSL-related items, bit DSL is disable,because the router is using an external modem).

evey 30 seconds the logs show a fault:

==> /var/log/openhab2/openhab.log <==
2019-01-03 11:36:17.574 [WARN ] [itzboxtr064.internal.SoapValueParser] - Fault received from FritzBox for item :0 in SOAP response <?xml version="1.0"?><s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<s:Body>
<s:Fault>
<faultcode>s:Client</faultcode>
<faultstring>UPnPError</faultstring>
<detail>
<UPnPError xmlns="urn:dslforum-org:control-1-0">
<errorCode>713</errorCode>
<errorDescription>SpecifiedArrayIndexInvalid</errorDescription>
</UPnPError>
</detail>
</s:Fault>
</s:Body>
</s:Envelope>
==> /var/log/openhab2/events.log <==

UPNP is enabled. I can e.g. swithc Wifi on and off.

kaikreuzer commented 5 years ago

Please report at https://github.com/openhab/openhab1-addons/issues as this is where that binding lives.