mweinelt / sml-exporter

Smartmeter Prometheus Exporter using the Smartmeter Message Language (SML)
MIT License
0 stars 1 forks source link

Validate authenticity and integrity of SML frames #11

Open mweinelt opened 1 year ago

mweinelt commented 1 year ago

We currently skip the public key entirely, but its purpose is to authenticate frames sent by the smartmeter.

https://github.com/mweinelt/sml-exporter/blob/0e2220316cf6f240e719935c21790af79acf9243/sml_exporter/__init__.py#L144-L146