You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,15 +22,15 @@ The following smart meters are supported (see [Wiki/Home](https://github.com/scs
22
22
* Landis+Gyr E570: \
23
23
Data pushed by smart meter over CII interface (wired M-Bus, HDLC, DLMS/COSEM)
24
24
* 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)
26
26
* 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)
28
28
* Kamstrup OMNIPOWER with HAN-NVE: \
29
29
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)
30
30
* Siemens TD-351x: \
31
31
Data fetched over bidirectional IR interface (IEC 62056-21, Mode C, unencrypted)
32
32
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.
34
34
35
35
The following data sinks are implemented:
36
36
* MQTT (v3.1.1):
@@ -43,6 +43,8 @@ The following data sinks are implemented:
43
43
* Unauthenticated
44
44
* Authenticated with username / password
45
45
* 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
46
48
* Logger to `stdout`
47
49
48
50
`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.
`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.
126
128
127
129
### Requirements
128
130
129
131
* Distribution: Debian based (like Debian, Ubuntu, ..)
0 commit comments