@Roger Mahler We are sorry to hear that you're facing issues with network connectivity for your Azure Sphere device.
You are at the right place for the help. We are happy to help you in resolving the issue.
When a network failure occurs, you can get diagnostic information about the failure in two ways: through a call to the WifiConfig API and from the command line.
As you have already used the azsphere device network show-diagnostics command to display diagnostic information about the last error and it appears to be that you have mentioned WrongKey<Network credentials>.
If your device is connected to the incorrect network or is connected but with the wrong attributes, make sure that the network configuration is correct. If you changed the configuration, you must reload it. In an application, call WifiConfig_ReloadConfig or on the command line, use the azsphere device wifi reload-config command to reload the current configuration. To ensure that the network configuration persists across reboots, an app can call WifiConfig_PersistConfig.
I would suggest you, kindly go through the Troubleshoot network problems documentation and see if helps. Also, check Set up Wi-Fi on your Azure Sphere device