1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
Source: python-autarco
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-poetry-core,
Build-Depends-Indep:
python3-aiohttp <!nocheck>,
python3-aresponses <!nocheck>,
python3-mashumaro <!nocheck>,
python3-orjson <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-asyncio <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-syrupy <!nocheck>,
python3-yarl <!nocheck>,
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.
|