https://github.com/lash-l/anova_wifi
A Python package for reading anova sous vide api data
https://github.com/lash-l/anova_wifi
anova anova-precision-cooker anova-sous-vide python
Last synced: 11 months ago
JSON representation
A Python package for reading anova sous vide api data
- Host: GitHub
- URL: https://github.com/lash-l/anova_wifi
- Owner: Lash-L
- License: mit
- Created: 2023-01-18T18:27:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T12:10:39.000Z (almost 2 years ago)
- Last Synced: 2025-04-03T12:22:06.849Z (about 1 year ago)
- Topics: anova, anova-precision-cooker, anova-sous-vide, python
- Language: Python
- Homepage:
- Size: 293 KB
- Stars: 2
- Watchers: 1
- Forks: 8
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Anova Wifi
A package to get read only data from Anova precision cookers with wifi
## Installation
Install this via pip (or your favourite package manager):
`pip install anova-wifi`
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification.
Contributions of any kind welcome!
## Credits
This package was created with
[Copier](https://copier.readthedocs.io/) and the
[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template)
project template.
This is heavily based off of information
from [this reddit post](https://www.reddit.com/r/sousvide/comments/p43k18/tracking_my_anovas_status_over_time_using_the_api/)
by [/u/InitializedVariable](https://www.reddit.com/user/InitializedVariable)