TR064 - Mac address UNDEF

Hello,
I want to display the Wireless status of the WLAN Repeaters - FritzAVM Repeater 1200 (AX).
As I couldn’t find a better approach to retrieve this information, I try to detect the MAC address of Fritz WLAN Repeater 1200, using TR064, on the FritzBox (MeshMaster).
Unfortunately this seems not to work, as the item state always change from NULL to ON to UNDEF.

Any clue why this is not working, or any idea how to retrieve the Repeater / Mesh States?

I did some debugging I found the following (MAC address changed) - just wondering this issue is related to the binding or FritzBox which I guess.

2023-04-19 12:10:06.150 [TRACE] [ng.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:GetSpecificHostEntry xmlns:u="urn:dslforum-org:service:Hosts:1"><NewMACAddress>D2:F2:08:AA:AA:AA</NewMACAddress></u:GetSpecificHostEntry></SOAP-ENV:Body></SOAP-ENV:Envelope>
2023-04-19 12:10:06.327 [TRACE] [ng.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>714</errorCode>
<errorDescription>NoSuchEntryInArray</errorDescription>
</UPnPError>
</detail>
</s:Fault>
</s:Body>
</s:Envelope>
2023-04-19 12:10:06.327 [DEBUG] [ng.tr064.internal.soap.SOAPConnector] - Failed to get Tr064ChannelConfig{channelType=macOnline, getAction=GetSpecificHostEntry, dataType='boolean, parameter='D2:F2:08:AA:AA:AA}: HTTP-Response-Code 500 (Internal Server Error), SOAP-Fault: 714 (NoSuchEntryInArray)

1 Like