~npen/teleinfo-parser

A small library for parsing TeleInfo frames from french EDF energy meters.
Update version to 0.5.0
Expose meter identifier in Base API
Add repository in manifest

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~npen/teleinfo-parser
read/write
git@git.sr.ht:~npen/teleinfo-parser

You can also use your local clone with git send-email.

#teleinfo-parser

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.