jedie / pysmartmeter

Collect data from Hitchi Smartmeter and expose it via MQTT
GNU General Public License v3.0
7 stars 1 forks source link

Add support for SML (Smart Message Language) binary protocol #37

Open jedie opened 1 year ago

jedie commented 1 year ago

Currently only energy meters that send OBIS text protocol are supported. We should add a support layer for SML (Smart Message Language) binary protocol: https://wiki.volkszaehler.org/software/sml

Ref.: https://github.com/jedie/pysmartmeter/issues/36 and https://github.com/jedie/pysmartmeter/pull/31

EDIT: Maybe use https://pypi.org/project/pysml see also: https://github.com/mtdcr/pysml ?

Paxz commented 3 months ago

Hey @jedie do you still plan on implementing support for SML? I would really love to use this, but my Device only sends SML. I doubt that I could write a parser on my own, given that I don't have any python experience. But if there is anything I can provide (like sample-data for example), just notify me.

jedie commented 3 months ago

I don't have a SML device. So i will not implement this, sorry. But i will merge a good PR if somebody contribute.