Snippet for changing PSK passphrase.. Still running into the same problem, many years later url = f"{BASE_URL}/networks/{network_id}/wireless/ssids/{ssid_number}" payload = { "authMode": "psk", "encryptionMode": "wpa", #Michael "wpaEncryptionMode": "WPA2 only", # Setting WPA2 encryption mode "psk": new_password nothing works, removing the line #"encryptionMode": "wpa", #Micke Or changing to wpa-eap, wpa, wep or wpa... Still a problem?
... View more