Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

[FritzboxTr064] Warning from soap response showing up in the logs, but Binding is working #5749

Open
andrekoeln opened this issue Jan 3, 2019 · 4 comments

Comments

@andrekoeln
Copy link

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 <==
@andrekoeln
Copy link
Author

I just found the item that causes this problem:

Switch  fboxCD0Switch    "Call Deflection ID 0"         (gfritzbox) {fritzboxtr064="callDeflectionSwitch:0"}

I don't have any call deflection configured.

Maybe this could be handled a bit more gracefully by the binding?

@9037568 9037568 changed the title [tr064] Fault in FritzBox soap response showing up in the logs, but Binding is working [FritzboxTr064] Warning from soap response showing up in the logs, but Binding is working Jan 4, 2019
@9037568
Copy link
Contributor

9037568 commented Jan 4, 2019

Can you attach a log with the binding in TRACE mode?

@andreas-bulling
Copy link

Thanks for the solution - I had the same issue

@phrogg
Copy link

phrogg commented Mar 12, 2019

I had the problem as well. Thanks @andrekoeln for the solution!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants