Reading IrDA data from an Elster A100C electricity meter
Submitted by daveb on Tue, 24/04/2012 - 12:55Hi
I've recently installed solar panels and wanted to read the data from the generation meter, an Elster A100C. This project uses an Arduino sending data via USB serial to a server. I hope it is of use.
http://www.rotwang.co.uk/projects/meter.html
Dave
Re: Reading IrDA data from an Elster A100C electricity meter
Thankyou for sharing this daveb, I have added a link from the community builds section
Re: Reading IrDA data from an Elster A100C electricity meter
I ported the code to run on an emonTX:
Network ID is set to 11 as I am using another emonTX for live energy monitoring.
Dave
Re: Reading IrDA data from an Elster A100C electricity meter
Does anyone know if it's possible to read kvarh measurements (i.e. reactive power) over IrDA from an Elster A102C?
Re: Reading IrDA data from an Elster A100C electricity meter
Dont know the answer im afraid, I think the only items that can be read are the ones described in the class:
char product[12]; // eg. "Elster A100C..."
char firmware[9];
unsigned char mfg_serial[3];
unsigned char config_serial[2];
char utility_serial[16];
unsigned char meter_definition[3];
unsigned char rate_1_import_kWh[5]; // the reading we are interested in!
unsigned char rate_1_reserved[5];
unsigned char rate_1_reverse_kWh[5];
unsigned char rate_2_import_kWh[5];
unsigned char rate_2_reserved_kWh[5];
unsigned char rate_2_reverse_kWh[5];
unsigned char reserved_01[1];
unsigned char status;
unsigned char error;
unsigned char anti_creep[3];
unsigned char rate_1_time[3];
unsigned char rate_2_time[3];
unsigned char power_up[3];
unsigned char power_fail[2];
unsigned char watchdog;
unsigned char reverse_warning;
unsigned char reserved_02[10];
I will send Dave Berkeley who wrote the library an email to ask.
http://www.rotwang.co.uk/projects/projects.html
Re: Reading IrDA data from an Elster A100C electricity meter
Hi Kevin
Trystan is right, the data from the meter is described by the class above, so no analysis of reactive power I'm afraid.
Re: Reading IrDA data from an Elster A100C electricity meter
Many thanks for the reply. And thanks for emailing Dave, Trystan!
Just to confirm: are you guys talking about the Elster A100C rather than the A102C? The Elster website suggests that the A102C does measure reactive power, although it doesn't specify whether that measurement is exposed on the IrDA port. I've sent several emails to Elster but they haven't replied.
Have you guys tinkered with an A102C or A220?
Re: Reading IrDA data from an Elster A100C electricity meter
Sorry, one more question: does anyone know where I can get hold of Elster's documentation for the output of their IrDA ports?
Re: Reading IrDA data from an Elster A100C electricity meter
Found this on Google www.meterspec.com/143.pdf
Re: Reading IrDA data from an Elster A100C electricity meter
Brilliant, thank you! (I clearly wasn't trying hard enough when I googled for the same info!)
I've also spoken to a very nice man at Elster.
The conclusion seems to be that yes, the A102C does spit out both kWh and kvarh readings over the IrDA port. Hurray! I'll almost certainly buy an A102C over the next few days and I'll report back.
Re: Reading IrDA data from an Elster A100C electricity meter
Humph. Turns out the A102C isn't available in the UK. The AS230 might be a possibility though...