aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/Makefile
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2022-07-03 17:04:17 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2022-07-03 17:05:57 +0000
commit8284bfddcfd4fee2ce2c9c1b53544915f3346001 (patch)
tree68a0a45dfe90527c1f9892caaad9df771dc589d3 /net-mgmt/Makefile
parent94f4ea096a21d3e8fbf1224ff1f2f2201f33f252 (diff)
downloadports-8284bfddcfd4fee2ce2c9c1b53544915f3346001.tar.gz
ports-8284bfddcfd4fee2ce2c9c1b53544915f3346001.zip
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
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r--net-mgmt/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index b6c14b4eeff2..e555a6d183fd 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -322,6 +322,7 @@
SUBDIR += py-pyeapi
SUBDIR += py-pynetbox
SUBDIR += py-pynxos
+ SUBDIR += py-pypowerwall
SUBDIR += py-pysmi
SUBDIR += py-pysnmp
SUBDIR += py-pysnmp-mibs