Skip to main content

EDF Teleinfo frame acquisition

Project description

# python-teleinfo
Read and parse teleinfo data from France EDF electricity provider

Lors de l'installation, un outil CLI est installé : `bin/teleinfo_json`

Usage du module :

```
from teleinfo import Teleinfo
from teleinfo.hw_vendors import RpiDom
ti = Teleinfo(RpiDom())
print ti.get_frame()
```

Le parseur supporte aussi l'itération :

```
for frame in Teleinfo(RpiDom()):
do_something_with(frame)
```


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

teleinfo-1.0.4.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

teleinfo-1.0.4-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page