python-tic 1.1.1

Creator: railscoder56

Last updated:

Add to Cart

Description:

pythontic 1.1.1

teleinfo - EDF teléinformation Python library

This library allows you to retrieve teleinfo using serial port device (USBTICLCV2).
Example
from ticpy import Teleinfo, TeleinfoMode

with Teleinfo('/dev/tty.usbserial-DA4Y56SG', mode=TeleinfoMode.HISTORY) as teleinfo:

frame = teleinfo.read_frame()
print(frame.get("PAPP"))

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.