Port details |
- py-pypowerwall Python interface for Tesla Powerwall and solar power data
- 0.6.1 net-mgmt
=0 0.6.1Version of this port present on the latest quarterly branch. - Maintainer: zi@FreeBSD.org
 - Port Added: 2022-07-03 17:09:03
- Last Update: 2023-03-11 16:50:14
- Commit Hash: 40ee627
- Also Listed In: python
- License: MIT
- Description:
- This python module can be used to monitor and control Tesla Energy Powerwalls.
It uses a single class (Powerwall) and simple functions to fetch energy data
and poll API endpoints on the Gateway.
pyPowerwall will cache the authentication headers and API call responses to
help reduce the number of calls made to the Gateway (useful if you are
polling the Powerwall frequently for trending data).
* Works with Tesla Energy Gateways - Powerwall and Powerwall+
* Simple access through easy to use functions using customer credentials
* Will cache authentication to reduce load on Powerwall Gateway
* Will cache responses to limit number of calls to Powerwall Gateway
* Easy access to decoded binary device vitals
* Provides solar string data for Powerwall+ systems
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pypowerwall>0:net-mgmt/py-pypowerwall@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net-mgmt/py-pypowerwall/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/py-pypowerwall
- pkg install py39-pypowerwall
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-pypowerwall listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pypowerwall
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1678552679
SHA256 (jasonacox-pypowerwall-v0.6.1_GH0.tar.gz) = 0bceb7c7971f4561ca6abac30c46c1b10a6c1725ccdc40e8a0eed4064847ff7a
SIZE (jasonacox-pypowerwall-v0.6.1_GH0.tar.gz) = 197774
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-beautifulsoup>0 : www/py-beautifulsoup@py39
- py39-googleapis-common-protos>0 : devel/py-googleapis-common-protos@py39
- py39-requests>=2.21.0 : www/py-requests@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-beautifulsoup>0 : www/py-beautifulsoup@py39
- py39-googleapis-common-protos>0 : devel/py-googleapis-common-protos@py39
- py39-requests>=2.21.0 : www/py-requests@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net-mgmt_py-pypowerwall
- USES:
- python:3.6+ shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 7
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.1 11 Mar 2023 16:50:14
    |
Ryan Steinmetz (zi)  |
net-mgmt/py-pypowerwall: Update to 0.6.1 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.6.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.6.0 01 Aug 2022 13:25:10
    |
Ryan Steinmetz (zi)  |
net-mgmt/py-pypowerwall: Update to 0.6.0 |
0.5.0 20 Jul 2022 14:22:42
    |
Tobias C. Berner (tcberner)  |
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above ) |
0.5.0 05 Jul 2022 15:39:34
    |
Ryan Steinmetz (zi)  |
net-mgmt/py-pypowerwall: Update to 0.5.0 |
0.4.0 03 Jul 2022 17:05:57
    |
Ryan Steinmetz (zi)  |
net-mgmt/py-pypowerwall: new port
This python module can be used to monitor and control Tesla Energy Powerwalls.
It uses a single class (Powerwall) and simple functions to fetch energy data
and poll API endpoints on the Gateway.
pyPowerwall will cache the authentication headers and API call responses to
help reduce the number of calls made to the Gateway (useful if you are
polling the Powerwall frequently for trending data).
* Works with Tesla Energy Gateways - Powerwall and Powerwall+
* Simple access through easy to use functions using customer credentials
* Will cache authentication to reduce load on Powerwall Gateway
* Will cache responses to limit number of calls to Powerwall Gateway
* Easy access to decoded binary device vitals
* Provides solar string data for Powerwall+ systems
WWW: https://github.com/jasonacox/pypowerwall |
Number of commits found: 7
|