From 3a96acd0731e144ca461a183b6ef3fe70411514e Mon Sep 17 00:00:00 2001 From: Michael Ingraham <34340210+meingraham@users.noreply.github.com> Date: Sat, 7 Sep 2019 12:32:19 -0400 Subject: [PATCH] Updated Smart Meter Interface (markdown) --- Smart-Meter-Interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Smart-Meter-Interface.md b/Smart-Meter-Interface.md index 10d894b5..0b9a3c73 100644 --- a/Smart-Meter-Interface.md +++ b/Smart-Meter-Interface.md @@ -45,7 +45,7 @@ the list of meter entries start with the meter number to which this decoder belo `1,1-0:1.8.0*255(@1,consumption,KWh,Total_in,4` - meter number, comma separated -- then until `@` char => sequence to decode OBIS as ASCI, or SML, EBUS, RAW as HEX ASCII +- then until `@` char => sequence to decode OBIS as ASCII, or SML, EBUS, RAW as HEX ASCII - OBIS: ascii OBIS code until the `(` char which indicates the start of the meter value - SML: SML binary OBIS as hex until FF indicating start of SML coded value - EBUS,RAW: hex values of EBUS,RAW block to compare `xx` means ignore value, `ss` = extract this signed byte, `uu` = extract this unsigned byte, `uuuu` = extract this unsigned word, `ssss` = extract this signed word, `ffffffff` = extract this float value.