Clone
5
Espurna OTA Manager
Colin Shorts edited this page 2022-04-19 08:39:22 +01:00

Espurna OTA Manager

Espurna comes with a built in OTA management script located at code/ota.py. This script can be used for discovering and updating existing devices running espurna on your network.

Setup (using virtualenv)

cd ./code
virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt

Usage

python ota.py -h
python ota.py to search for ESPurna devices on the current network