Last updated:
0 purchases
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"))
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.