Unable to change WiFi password in Calyx ONT?

Hi all,
I am unable to change the WiFi password in my Calyx ONT.

I tried below payload

{
    "name": "setParameterValues",
    "parameterValues": [
        [
            "InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.PreSharedKey.1.X_000631_KeyPassphrase",
            "simple_password"
        ]
    ]
}

I get successful from genieacs but it does not change the password in ONT or in genieacs dashboard.

X_000631_KeyPassphrase is not an actual field to writable field, all I needed was to update the correct writable field which was InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.PreSharedKey.1.KeyPassphrase

1 Like

yeap that’s the same key I use for Huawei. Lost a month reading and experimenting on the subject until I tested it.