Skip to content

Python library to request data from TQ-Automation Energy Manager EM300

License

Notifications You must be signed in to change notification settings

stieler-it/tqenergymanager300py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Python library to request data from TQ-Automation Energy Manager EM300

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages