Skip to main content

Python client for Comwatt

Project description

Commwatt Gen4 Python client

This module allow you to retrieve data from your Comwatt PowerGen4 box. It connects to the Commwatt website using Selenium webdriver and firefox and reads teh data.

Installation

Prerequisites:

Install using pip:

$ python -m pip install comwatt

Usage

import comwatt
c = comwatt.PowerGEN4(<username>, <password>)
s = c.get_devices("sun")
print(s[0].value_instant)

Available device types are:

  • injection
  • withdrawal
  • sun
  • hotwatertank
  • plug

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

comwatt-0.10.0.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

comwatt-0.10.0-py3-none-any.whl (4.4 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