torfmaster / hackdose-sml-parser

5 stars 2 forks source link

Test parser with your smart meter #1

Open torfmaster opened 1 year ago

torfmaster commented 1 year ago

I own only a ISKRA MT-175 which means that the parser is only tested with this device. The goal is to make the library compatible with more devices. In order to facilitate this you can

Any support is very much appreciated! If you need support reading data from your smart meter, I am happy to assist you!

fkohlgrueber commented 1 year ago

Do you know the https://github.com/devZer0/libsml-testing repo? It contains data dumps from many different power meter models and is a really good source of real-world data.

I'm using the data in sml-rs as integration tests, see https://github.com/fkohlgrueber/sml-rs/pull/8. I'm using the insta crate which has been working great. I can only recommend checking it out.