Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 560 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 560 Bytes

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.