HclX / WyzeHacks

Hacks I discovered allowing Wyze camera owners to do customizations
MIT License
786 stars 75 forks source link

How to change SSID via telnet? #144

Open Vendo232 opened 2 years ago

Vendo232 commented 2 years ago

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

endertable commented 2 years ago

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.