Skip to content

Python library to monitor Comwatt GEN4 energy manager

License

Notifications You must be signed in to change notification settings

51CGO/python-comwatt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python library to monitor Comwatt GEN4 energy manager

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages