File: control

package info (click to toggle)
pyotgw 2.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 408 kB
  • sloc: python: 4,580; sh: 5; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,388 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
Source: pyotgw
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-setuptools,
Build-Depends-Indep:
 python3-pyserial-asyncio-fast <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
Standards-Version: 4.7.3
Homepage: https://github.com/mvn23/pyotgw
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/pyotgw
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/pyotgw.git

Package: python3-pyotgw
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Library for interfacing with the OpenTherm Gateway
 This library provides a means to interface with the OpenTherm Gateway over
 serial or network connections. It enables communication with boilers and
 thermostats for executing and receiving commands and status updates. Functions
 include setting control setpoints, managing hot water override options, and
 configuring GPIO pins. Through this library, one can obtain comprehensive
 status information from the connected devices, selecting specific data points
 like temperatures, pressure, and operational statuses. The library supports
 both reading and writing operations to control connected heating systems
 effectively.