Crates.io | teleinfo-parser |
lib.rs | teleinfo-parser |
version | 0.5.0 |
source | src |
created_at | 2017-08-30 21:59:25.933335 |
updated_at | 2023-09-19 20:46:12.202589 |
description | A small library for parsing TeleInfo frames from french EDF energy meters. |
homepage | https://sr.ht/~npen/teleinfo-parser/ |
repository | https://git.sr.ht/~npen/teleinfo-parser |
max_upload_size | |
id | 29943 |
size | 58,773 |
teleinfo-parser is a small Rust library to parse the stream of TeleInfo frames from french EDF energy meters.
It can be used in your own program to do whatever you want with informations, like saving values in a database.
Currently it has been tested only with my own meter with the "Tarif Bleu" "Heures creuses" and "Base".
If you need a more complete crate you can have a look at the teleinfo-nom library.