On Thu, Jul 30, 2015, at 08:21 AM, Denis Taranushin wrote:
> 1. Genieacs works wrong with Huaway. genieacs doesn't parse respond.
> There are a lot of CR in respond from Huaway ( .dump-file):
> 
> <ParameterValueStruct>
> <Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.2.SSID</Name>
> <Value xsi:type="xsd:string">HG232f-SSID2</Value>
> </ParameterValueStruct>
> <ParameterValueStruct>
> <Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.2.BeaconType</Name>
> <Value xsi:type="xsd:string">11i</Value>
> </ParameterValueStruct>
> 
> 
> Unlike the others' responds (there is no newline (CR)):
> <ParameterValueStruct><Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.SSID</Name><Value
>  
> xsi:type="xsd:string">BB</Value></ParameterValueStruct>
> 
> May it be reason for genieacs parses wrong?

What's the error you're getting? It would also help if you include the
body of the request.

> 2. If i open Summary there is SSID in "Device parameters" for DIR-300:
> InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.SSID DIR-300
> it match (for parameters.json):
> "InternetGatewayDevice.LANDevice./^\\d+$/.WLANConfiguration./^\\d+$/.SSID" 
> : {"alias" : "summary.wlanSsid"},
> 
> But there is no WLAN SSID printed on "Listing devices"-table.
> 
> How maght it be fixed? I can provide .dump-files if it necessary
> or... how do i troubleshooting those bugs?

I'm guessing there's another parameter that matches that alias. Replace
the regex segments with the actual instance number and see if that
works.

Zaid
_______________________________________________
Users mailing list
[email protected]
http://lists.genieacs.com/mailman/listinfo/users

Reply via email to