Skip to main content

Client for TQ-Automation Energy Manager 300 JSON API

Project description

TQ-Automation Energy Manager 300

Python library to request data from TQ-Automation Energy Manager EM300 (aka B-control Energy Manager EM-300 aka Kostal EM300LR).

Usage:

import tqenergymanager300

client = TqEnergyManagerJsonClient(
	"192.168.251.22", "12345678", "Password"
)
logged_in = client.login()
if logged_in:
	print(client.fetch_data())

Special thanks to Kilian Knoll for an example project how to access the API.

This project is not affiliated with TQ-Systems GmbH or any of its affiliates.

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

tqenergymanager300-0.0.2.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

tqenergymanager300-0.0.2-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