Adds support for the Sagemcom T210-D-r smart meter installed by Austrian grid operators.

The smart meter uses the DSMR/P1 standard and embeds the data in an encrypted and authenticated "DLMS General Global Cipher" frame.
The encryption/decryption is handled by the "dlms_cosem" lib.
Test cases are included.
Adds OBIS codes for reactive energy.
This commit is contained in:
Richard Schleich
2022-10-14 17:50:02 +02:00
parent 2aba206c6f
commit 09f4afcada
7 changed files with 211 additions and 3 deletions
+1
View File
@@ -5,6 +5,7 @@ deps=
pylama
pytest-asyncio
pytest-mock
dlms_cosem
commands=
py.test --cov=dsmr_parser test {posargs}
pylama dsmr_parser test