Skip to main content

Python controller for reading tesla powerwall status

Project description

Tesla powerwall controller (Unofficial)

Python wrapper around some of the basic powerwall api calls

Quick start:

Download from PyPI:

pip install tesla-powerwall-controller

Usage:

from tesla_powerwall_controller import PowerwallController

controller = PowerwallController("192.168.0.100")

controller.get_battery_charge()
>> "The battery is at 42 percent"

controller.get_grid_power()
>> "You are exporting 200 watts"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tesla-powerwall-controller-0.4.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

tesla_powerwall_controller-0.4-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page