mirror of https://github.com/arendst/Tasmota.git
Updated Smart Meter Interface (markdown)
parent
4a9609082a
commit
3a96acd073
|
@ -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`
|
`1,1-0:1.8.0*255(@1,consumption,KWh,Total_in,4`
|
||||||
|
|
||||||
- meter number, comma separated
|
- 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
|
- 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
|
- 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.
|
- 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.
|
||||||
|
|
Loading…
Reference in New Issue