Teleinfo python library
Project description
pyticcom - EDF teléinformation Python library
This library allows you to retrieve teleinfo using serial port device (USBTICLCV2).
Example
from pyticcom import Teleinfo, TeleinfoMode
with Teleinfo('/dev/tty.usbserial-DA4Y56SG', mode=TeleinfoMode.HISTORY) as teleinfo:
frame = teleinfo.read_frame()
print(frame.get("PAPP"))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyticcom-1.1.tar.gz
(4.2 kB
view hashes)
Built Distribution
pyticcom-1.1-py3-none-any.whl
(11.4 kB
view hashes)