ich habe folgendes Problem mit meiner Fritzbox 7490:
Das fritzbox thing bzw. die bridge Channels funktionieren wunderbar. Mit "Add a new Thing" und "Scan" werden auch drei neue Things discovered:
- WANDevice - FRITZ!Box 7490 (UI)
- LANDevice - FRITZ!Box 7490 (UI)
- WANConnectionDevice - FRITZ!Box 7490 (UI)
Mit "Add all" füge ich alle drei Things hinzu, alle drei gehen auch Online.
Wenn ich dann Channels eines dieser drei subDevices auf ein Item verbinde kommt nur "UNDEF" an.
Ich habe die OH3.3M4 Version und dieselbe Version vom Binding. Den Callmonitor habe ich aktiviert, die bridge Channels gehen ja auch.
Über Karaf bekomme ich folgende Fehlermeldung:
Code: Alles auswählen
17:13:56.157 [TRACE] [ing.tr064.internal.soap.SOAPConnector] - Request: <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Header/><SOAP-ENV:Body><u:GetInfo xmlns:u="urn:dslforum-org:service:WANIPConnection:1"/></SOAP-ENV:Body></SOAP-ENV:Envelope>
17:13:56.178 [TRACE] [ing.tr064.internal.soap.SOAPConnector] - Re-Auth needed.
17:13:56.216 [TRACE] [ing.tr064.internal.soap.SOAPConnector] - Received 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>401</errorCode>
<errorDescription>Invalid Action</errorDescription>
</UPnPError>
</detail>
</s:Fault>
</s:Body>
</s:Envelope>
17:13:56.230 [WARN ] [ing.tr064.internal.soap.SOAPConnector] - Failed to get Tr064ChannelConfig{channelType=uptime, getAction=GetInfo, dataType='ui4, parameter='null'}: HTTP-Response-Code 500 (Internal Server Error), SOAP-Fault: 401 (Invalid Action)
Guido