File: control

package info (click to toggle)
python-apsystems-ez1 2.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,328 kB
  • sloc: python: 697; makefile: 5
file content (47 lines) | stat: -rw-r--r-- 1,595 bytes parent folder | download
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
Source: python-apsystems-ez1
Section: python
Priority: optional
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 11),
 dh-python,
 openstack-pkg-tools,
 pybuild-plugin-pyproject,
 python3-all,
 python3-poetry-core,
 python3-setuptools,
Build-Depends-Indep:
 python3-aiohttp,
 python3-pytest,
 python3-pytest-cov,
 python3-pytest-asyncio,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-apsystems-ez1
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-apsystems-ez1.git
Homepage: https://github.com/SonnenladenGmbH/APsystems-EZ1-API

Package: python3-apsystems-ez1
Architecture: all
Depends:
 python3-aiohttp,
 ${misc:Depends},
 ${python3:Depends},
Description: interface for interacting with the local API of APsystems EZ1 Microinverters
 This package provides a Python library that can be used to interact with
 APsystems EZ1 Microinverters. It provides a convenient way to communicate with
 the microinverter over your local network, allowing to read and set various
 device parameters like power status, alarm information, device information,
 and power limits.
 .
 Features:
  - Get detailed device information
  - Retrieve alarm status information
  - Fetch output data (power output, energy readings)
  - Set and get maximum power limits (30 W up to 800 W)
  - Manage device power status (sleep_mode/on/off)
  - Calculate combined power output and total energy generated
 .
 This package is a dependency of Home Assistant.