Skip to content

Espurna OTA Manager

Colin Shorts edited this page Apr 19, 2022 · 5 revisions

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

Home
Change log

Getting started

Supported hardware and options

Configuration

Integrations

Network

Developers

More around ESPurna

Clone this wiki locally