Updated Smart Meter Interface (markdown)

Michael Ingraham 2019-09-07 12:32:19 -04:00
parent 4a9609082a
commit 3a96acd073
1 changed files with 1 additions and 1 deletions

@ -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.