Skip to content

Commit 814d075

Browse files
committed
update documentation
1 parent 8b29070 commit 814d075

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ The following smart meters are supported (see [Wiki/Home](https://github.com/scs
2222
* Landis+Gyr E570: \
2323
Data pushed by smart meter over CII interface (wired M-Bus, HDLC, DLMS/COSEM)
2424
* Landis+Gyr E360: \
25-
Data pushed by smart meter over P1 interface (HDLC, DLMS/COSEM only, no DSMR)
25+
Data pushed by smart meter over P1 interface (P1, HDLC, DLMS/COSEM only, no DSMR)
2626
* Iskraemeco AM550: \
27-
Data pushed by smart meter over P1 interface (HDLC, DLMS/COSEM only, no DSMR)
27+
Data pushed by smart meter over P1 interface (P1, HDLC, DLMS/COSEM only, no DSMR)
2828
* Kamstrup OMNIPOWER with HAN-NVE: \
2929
Data pushed by smart meter over inserted [HAN-NVE module](https://www.kamstrup.com/en-en/electricity-solutions/meters-devices/modules/hannve) (wired M-Bus, HDLC, DLMS/COSEM)
3030
* Siemens TD-351x: \
3131
Data fetched over bidirectional IR interface (IEC 62056-21, Mode C, unencrypted)
3232

33-
Note: All smart meters integrated so far push binary data encoded with HDLC (IEC 62056-46) and DLMS/COSEM. Both unencrypted and encrypted DLMS messages are accepted by the software.
33+
Note: All smart meters integrated so far push binary data encoded with HDLC (IEC 62056-46) and DLMS/COSEM. Both unencrypted and encrypted DLMS messages are accepted by the software. The P1-DSMR ASCII-based protocol is not supported.
3434

3535
The following data sinks are implemented:
3636
* MQTT (v3.1.1):
@@ -43,6 +43,8 @@ The following data sinks are implemented:
4343
* Unauthenticated
4444
* Authenticated with username / password
4545
* Authenticated with client certificate
46+
* MQTT RL-DSP: \
47+
like MQTT sink but with topic- and payload-format specified in VSE RL-DSP CH2024 document
4648
* Logger to `stdout`
4749

4850
`smartmeter-datacollector` is fully configurable through a `.ini` configuration file. The [`smartmeter-datacollector-configurator`](https://github.com/scs/smartmeter-datacollector-configurator) web interface can help to create and modify the configuration.
@@ -122,12 +124,12 @@ pipx install smartmeter-datacollector-configurator
122124

123125
## Method 3: Debian package
124126

125-
`smartmeter-datacollector` is also available as a Debian (`.deb`) package from the [releases](https://github.com/scs/smartmeter-datacollector/releases) which installs the application bundled with its Python dependencies in a zipapp / `.pyz` file. The Debian package includes a systemd service file which enables `smartmeter-datacollector` to automatically start after booting the system.
127+
`smartmeter-datacollector` is also available as a Debian (`.deb`) package from [releases](https://github.com/scs/smartmeter-datacollector/releases) which installs the application bundled with its Python dependencies in a zipapp / `.pyz` file. The Debian package includes a systemd service file which enables `smartmeter-datacollector` to automatically start after booting the system.
126128

127129
### Requirements
128130

129131
* Distribution: Debian based (like Debian, Ubuntu, ..)
130-
* Release: bookworm/12 (trixie/13)
132+
* Release: >= bookworm/12
131133
* CPU architecture: independent
132134

133135
### Installation

0 commit comments

Comments
 (0)