rkoshak / sensorReporter

A python based service that receives sensor inputs and publishes them in various ways.
Apache License 2.0
105 stars 41 forks source link

Sensor: pafal energy meter #80

Closed Urmel closed 3 years ago

Urmel commented 3 years ago

This PR introduces a sensor that supports reading out Pafal 20ec3gr energy meters via serial connections. It only supports this one type (I do not own any others ;)), but likely can be extended to others, as it is based on iec62056 protocol.

rkoshak commented 3 years ago

Thanks for the PR! I've no way to test this so I'll have to take your word for it that it works. Especially thanks for adding the docs!