Skip to content

Releases: ndokter/dsmr_parser

v1.1.0

19 Feb 11:26
Compare
Choose a tag to compare
  • Add instantaneous reactive power + fixed swapped reactive total import export (#124).

v1.0.0

22 Dec 09:18
Compare
Choose a tag to compare
  • Switched to new numbering scheme https://semver.org/
  • Added support for Python 3.11 and dropped support for Python 3.6 (#112).
  • Add support for Fluvius V1.7.1 DSMR messages (#113).

v0.34

19 Oct 11:55
Compare
Choose a tag to compare
  • Adds support for the Sagemcom T210-D-r smart meter (#110).

v0.33

20 Apr 20:14
Compare
Choose a tag to compare
  • Test Python 3.10 in CI + legacy badge fix (#105).
  • Update telegram_specifications.py (#106).
  • Improve compatiblity with Belgian standard (#107).
  • Improve documentation asyncio (#63).

v0.32

04 Jan 20:29
Compare
Choose a tag to compare
  • Support DSMR data read via RFXtrx with integrated P1 reader (#98).

v0.31

21 Nov 13:08
Compare
Choose a tag to compare
  • Support for (German) EasyMeter Q3D using COM-1 Ethernet Gateway (#92).

v0.30

18 Aug 15:02
Compare
Choose a tag to compare
  • Add support for Swedish smart meters (#86).

v0.29

18 Apr 10:56
Compare
Choose a tag to compare
  • Add value and unit properties to ProfileGenericObject to make sure that code like iterators that rely on that do not break (#71)).
  • Remove deprecated asyncio coroutine decorator (#76)).

v0.28

12 Feb 17:00
Compare
Choose a tag to compare
  • Optional keep alive monitoring for TCP/IP connections (#73)).
  • Catch parse errors in TelegramParser, ignore lines that can not be parsed (#74)).

v0.27

24 Dec 20:49
Compare
Choose a tag to compare
  • fix for empty parentheses in ProfileGenericParser (redone) (pr #69).