Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change SSID via telnet? #144

Open
Vendo232 opened this issue Jan 4, 2022 · 1 comment
Open

How to change SSID via telnet? #144

Vendo232 opened this issue Jan 4, 2022 · 1 comment

Comments

@Vendo232
Copy link

Vendo232 commented Jan 4, 2022

Would anyone know how to change SSID and password on wyze v3 via telnet?

@endertable
Copy link

Yes, there are 2 files in the /configs directory. One is named .wifissid and the other is named .wifipasswd and each holds the relevant info.
As an example type the following to put a new SID/password:

cd /configs
echo -n “newsid” > .wifissid
echo -n “newpassword” > .wifipasswd

Then reboot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants