Source: python-autarco Maintainer: Home Assistant Team Uploaders: Edward Betts , Section: python Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-poetry-core, Build-Depends-Indep: python3-aiohttp , python3-aresponses , python3-mashumaro , python3-orjson , python3-pytest , python3-pytest-asyncio , python3-pytest-cov , python3-syrupy , python3-yarl , Standards-Version: 4.7.3 Homepage: https://github.com/klaasnicolaas/python-autarco Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-autarco Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-autarco.git Testsuite: autopkgtest-pkg-pybuild Package: python3-autarco Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: Client for reading data from Autarco solar inverter systems This library communicates with the My Autarco service to retrieve information about Autarco solar installations associated with an account. It uses account credentials to access site data and to query individual systems by their public key. . It can return account information listing the sites available to the user, including identifiers, system names, retailer names and reported health status. For a specific site, it can provide general details such as address information, timezone, creation date, whether a battery or consumption meter is present, and cumulative figures for consumption and CO2 savings. . The library also retrieves inverter data, including serial numbers, current AC power output, total AC energy output, grid status and health status. Separate solar production data is available with current power production and energy totals for today, the current month and the full recorded period. Where a battery is installed, battery data includes present flow, net charge or discharge, state of charge, and charged and discharged energy totals for daily, monthly and overall periods.