File: control

package info (click to toggle)
pynobo 1.8.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 200 kB
  • sloc: python: 798; makefile: 6; sh: 5
file content (34 lines) | stat: -rw-r--r-- 1,399 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
Source: pynobo
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/echoromeo/pynobo
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/pynobo
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/pynobo.git

Package: python3-pynobo
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Nobø Ecohub integration interface for controlling heating systems
 This library offers an interface for interacting with Nobø Ecohub, enabling
 the control and monitoring of heating systems. Users can integrate their
 heating systems into network configurations, allowing them to adjust operation
 modes for different heater zones. The interface retrieves data on
 temperatures, zone modes, and schedules directly from the Ecohub, allowing for
 flexible heater management. Automatic management of heating zones is possible
 through operation modes such as 'Auto', 'Heat', and preset switches like
 'Away' and 'Comfort'. The library can create and modify week profiles,
 implement global overrides for zones, and maintain connection via periodic
 keep-alive messages.