File: control

package info (click to toggle)
forecast-solar 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 500 kB
  • sloc: python: 905; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 1,376 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
Source: forecast-solar
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,
Standards-Version: 4.7.3
Homepage: https://github.com/klaasnicolaas/forecast_solar
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/forecast-solar
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/forecast-solar.git

Package: python3-forecast-solar
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Library to request solar panel production forecasts
 This library provides an interface to obtain solar production forecasts for
 solar panel systems. Utilizing data from weather forecasts and historical
 solar production, it estimates the energy output your solar panels will
 generate. The estimates take into account various attributes such as the
 location, declination, azimuth, and total power capacity of your solar panels.
 The service includes predictions for energy production on a daily and hourly
 basis, as well as identifying peak production times. These predictions can be
 useful for planning energy usage, optimizing the performance of your solar
 panel system, and making informed decisions about energy consumption patterns.