Skip to content

Error when changing wifi config #1058

Description

@ToddRK

I moved my wyze cam3 from one wifi network to another and it refused to connect to the new network. I could reset the device by holding the reset button and then entering the new wifi SSID and password but it still wouldn't connect to the new network but it would connect to the old network when I put it back on that SSID/password.

I SSHed into the camera and noticed the /etc/thingino.json file had the wrong information for the new network. After changing to the new SSID/password, the wlan section of the json file had the new pass and pass_plain setting but the psk setting was for the old network. I copied the pass setting to psk and then the device connected properly to the new network.

It appears psk isn't being set properly in some cases.

A second question... should the pass_plain even be there? It seems redundant since the pass and psk variables have more or less the same info. Can pass_plain be deleted?

I haven't tested the latest Thingino release to see if the problem has already been fixed but I don't see any indication in the release notes that it was fixed. Here's the firmware version that I had the problem with.
IMAGE_ID=wyze_cam3_t31x_gc2053_rtl8189ftv-3.10
BUILD_ID="stable+622289f, 2026-02-02 11:07:40 +0000"
BUILD_TIME="2026-02-02 11:07:40 +0000"
COMMIT_ID="stable+622289f, 2026-02-02 10:28:47 +0000"

Other than this one problem, the Thingino firmware has been excellent and very stable. Thanks for all the work people have put into it!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions