Source: pyplaato Maintainer: Home Assistant Team Uploaders: Edward Betts , Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-setuptools, Build-Depends-Indep: python3-pytest , python3-aiohttp , python3-dateutil , Rules-Requires-Root: no Standards-Version: 4.7.0 Homepage: https://github.com/JohNan/pyplaato Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/pyplaato Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/pyplaato.git Package: python3-pyplaato Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: Asynchronous client for fetching Plaato Airlock and Keg sensor data This library provides an interface to fetch data from Plaato Airlock and Keg devices using their official API. Specifically designed for beer brewers, it retrieves information such as the level of beer inside the keg, pouring status, and temperature for the Keg. For the Airlock, it accesses metrics like bubble count, CO2 volume, and several fermentation parameters. The library communicates with Plaato sensors over the internet, requiring an authentication token for data access. This enables monitoring of fermentation and storage conditions from connected Plaato devices, offering a wealth of vital data for those tracking their brewing progress via connected sensors. Note that this is an independent implementation and is not associated with or supported by Plaato itself.