DaveBerkeley / elster_meter

Arduino code to read an Elster A100C electricity meter.
http://www.rotwang.co.uk/projects/meter.html
GNU General Public License v2.0
14 stars 6 forks source link

Comunicate to A1800 energy meter #1

Open maufc opened 1 year ago

maufc commented 1 year ago

Hi, Are you familiarized with ANSI C12 protocol, what I suppose this library use to communicate to elster meter? I got a A1800 I would like to talk to. Thanks!

DaveBerkeley commented 1 year ago

I've only used the A100C and I'm not familiar with ANSI C12.

My Elster meter died a few years ago : they have a design defect that can cause them to reset periodically and fail to update the total.

maufc commented 1 year ago

Hi Dave Thanks so much for your answer. Sorry to hear that your meter passed away. But I can't get it... what protocol are you using? Or are you just reading pulses? I can see from code that it's is a kind of serial communication. Thanks