You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Overview

Pictures


OTA Hacking

Based on https://github.com/elahd/wyze_plug_flasher


mkdir ~/wpf

cd ~/wpf

pip install requests 

Clone the repo:

git clone https://github.com/HclX/WyzeUpdater.git

Get the flasher:

wget https://github.com/elahd/wyze_plug_flasher/releases/download/v0.1-alpha/wyze_plug_flasher.bin

Get Tasmota binary v9.2.0

wget https://github.com/arendst/Tasmota/releases/download/v9.2.0/tasmota.bin

mv tasmota.bin thirdparty.bin


Use WyzeUpdater to get a list of your Wyze devices. You will have an account 

python3 wyze_updater.py list




References

  • No labels