diff --git a/docs/Smart-Meter-Interface.md b/docs/Smart-Meter-Interface.md index eb59e1e533..5667876eef 100644 --- a/docs/Smart-Meter-Interface.md +++ b/docs/Smart-Meter-Interface.md @@ -99,7 +99,7 @@ Declare `>M` section with the number of connected meters (n = `1..5`): | `` | The GPIO pin number where meter data is received.
[xxx.xxx.xxx.xxx] IP number instead of pin number enables MODBUS TCP mode, the tcp port number is given at the baudrate position. (tx pin can be any number and is ignored)| | `` | The type of meter:
- `o` - OBIS ASCII type of coding
- `s` - SML binary smart message coding
- `e` - EBus binary coding
- `v` - VBus binary coding
- `m` - MODBus binary coding with serial mode 8N1
- `M` - MODBus binary coding with serial mode 8E1
- `k` - Kamstrup binary coding with serial mode 8N1
- `c` - Counter type
- `r` - Raw binary coding (any binary telegram) | | `` | Options flag:
- `0` - counter without pullup
- `1` - counter with pullup
- `16` - enable median filter for that meter. Can help with sporadic dropouts, reading errors (not available for counters). this option is enabled by default #define USE_SML_MEDIAN_FILTER, if you are low on memory and dont use this feature you may outcomment this define in the driver | -| `` | Parameters according to meter type:
- for `o,s,e,v,m,M,k,r` types: serial baud rate e.g. `9600`.
- for `c` type: a positive value = counter poll interval (not really recommended) or a negative value = debounce time (milliseconds) for irq driven counters. | +| `` | Parameters according to meter type:
- for `o,s,e,v,m,M,k,r` types: serial baud rate e.g. `9600` (or port# for Modbus TCP).
- for `c` type: a positive value = counter poll interval (not really recommended) or a negative value = debounce time (milliseconds) for irq driven counters. | | `` | Prefix for Web UI and MQTT JSON payload. Up to 7 characters.| | `` | The GPIO pin number where meter command is transmitted (optional).| | `` | The GPIO pin number to enable transmitter (RS485) may follow the TX pin in bracket (pin) without a colon an 'i' in front of the pin number means 'inverted' (optional).| @@ -213,7 +213,7 @@ With `=` character at the beginning of a line you can do some special decoding. | `*` character | To hide fields from result output or disable output completely. Compiling with `USE_SML_SCRIPT_CMD` required.
- as single character in `