anova-wifi
A package to get read only data from Anova precision cookers with wifi
What it is and what it does
anova-wifi is a Python library for controlling Anova precision cookers over WiFi. It wraps the device's documented command schema and exposes methods to start and stop cooks, as well as update running cook parameters like target temperature and timer. The library uses aiohttp for async network communication and provides state tracking through device push updates.
The package is designed for read-write interaction with WiFi-enabled Anova devices. It reports which commands are valid at any given moment based on device type and current cooking state, though callers must still handle exceptions since state can change between checks and commands. The update_running_cook method is inferred from device behavior rather than published documentation but is confirmed working on real hardware.
Use it for:
- Automate sous vide cooking workflows by triggering cooks from external systems or scripts.
- Monitor and log Anova device state over time for analysis or alerting.
- Build a custom control interface or dashboard for managing multiple Anova cookers.
- Integrate Anova devices into home automation or IoT platforms.
- Adjust cooking parameters mid-cook programmatically based on external conditions.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Communicate with Anova precision cookers over WiFi to read device state and send cooking commands like start, stop, and parameter updates.
Yes, if you own a WiFi-enabled Anova cooker and need programmatic control. The package is actively maintained, has no known vulnerabilities, and uses a permissive MIT license. The single dependency is standard and low-friction. Verify that your specific device model is supported and that the Python 3.14.2+ requirement fits your environment.
Install
anova-wifi on PyPI
pip
pip install anova-wifiuv
uv add anova-wifipoetry
poetry add anova-wifiInstalling anova-wifi
Before you install
Low install friction with a single runtime dependency. Active maintenance as of 2026-08-10.
License in practice
MIT license permits free use, modification, and distribution with minimal restrictions—suitable for commercial and private projects.
Quickstart
pip install anova-wifi
from anova_wifi import APCWifiDevice
device = APCWifiDevice(ip_address)
await device.start_cook(target_temperature, cook_time_seconds, temperature_unit)
Requires Python 3.14.2 or later (and below 4.0.0); device must be on the same network and accessible by IP address.
Verify before relying
- Whether the package supports all Anova device models or only specific ones (pro/a3-a8 mentioned).
- Real-world reliability and latency characteristics when controlling devices remotely.
- Whether state synchronization is guaranteed or advisory only in practice.
Package facts
| License | MIT (permissive) |
| Python support | capped below the current Python release (<4.0.0,>=3.14.2) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — aiohttp |
| Maintenance | actively maintained — 4 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 75,600/month — #14,696 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: anova_wifi-2.0.0-py3-none-any.whl
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
uart-devicesProvides a Python interface to interact with…
permissive · top 15,000 on PyPI
pyenphaseProvides a Python library to communicate with…
permissive · top 15,000 on PyPI
govee-bleProvides Python bindings to discover, connect…
permissive · top 15,000 on PyPI
aioamazondevicesAsync Python library for controlling and…
permissive · top 15,000 on PyPI
sensor-state-dataProvides data models for storing and converting…
permissive · top 15,000 on PyPI
bluetooth-sensor-state-dataProvides data models for parsing, storing, and…
permissive · top 15,000 on PyPI
scikit-posthocsProvides post hoc statistical tests for…
permissive · top 15,000 on PyPI
asusrouterAsynchronous API wrapper for querying and…
permissive · top 15,000 on PyPI
aiodhcpwatcherWatches for DHCP packets on the network using…
permissive · top 15,000 on PyPI
inkbird-bleParses BLE advertisements from INKBIRD…
permissive · top 15,000 on PyPI