HA-teleinfo-slashx57

Teleinfo sensor package for HomeAssistant


Keywords
gce-electronics, home-automation, ipx800
License
MIT
Install
pip install HA-teleinfo-slashx57==0.0.1

Documentation

PyPI

pyipx800

Package Python pour contrôler le module IPX800v4 de GCE-Electronics.

Utilisation

from pyipx800 import pyipx800

ipx = pyipx800.pyipx800("ipx800_v4", 80, "apikey")
ipx.configure()

d1 = ipx.inputs[0]
print("Input %d : <%s> = %d" % (d1.id, d1.name, d1.state))

License Information

READ LICENSE FILE