File: control

package info (click to toggle)
pyvicare 2.56.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,580 kB
  • sloc: python: 4,977; sh: 5; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,656 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
Source: pyvicare
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-authlib <!nocheck>,
 python3-deprecated <!nocheck>,
 python3-pytest <!nocheck>,
 python3-requests <!nocheck>,
Standards-Version: 4.7.3
Homepage: https://github.com/somm15/PyViCare
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/pyvicare
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/pyvicare.git

Package: python3-pyvicare
Architecture: all
Depends:
 python3-requests,
 ${misc:Depends},
 ${python3:Depends},
Description: Library for accessing Viessmann heating devices via the ViCare API
 This library provides a means to access and interact with Viessmann heating
 devices through the official ViCare API. It enables users to control various
 functionalities of Viessmann devices, like gas boilers or heat pumps, when
 connected to a network, making it possible to manage heating and domestic hot
 water settings. By communicating with the Viessmann cloud service, the library
 retrieves device information, monitor configurations, and send commands for
 temperature adjustments and heating modes. This includes accessing device
 metrics such as supply temperature, room temperature, and operational status.
 Integration with another application, such as Home Assistant, is possible by
 utilizing the data and capabilities exposed by the library. Note that
 Viessmann's API rate limits apply to this library's operations.