Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: RobThree/DSMRParser.Net

2.0.0

15 Apr 22:36
25d743f

Choose a tag to compare

This release has some (small) breaking changes. Most notably the Telegram class is no longer constructable and is from now on sealed. You'll have to use the DSMRTelegramParser class to create (or rather: parse) a Telegram. You're most likely not affected. If you are, please create an issue and let me know.

Other than that the changes are mostly small quality of life changes. We now support specifying TimeZoneInfo to be able to specify how date/time values should be parsed. The UnitValue<T> and TimeStampedValue<T> classes now have ToString(...) overrides that allow you to specify a format and IFormatProvider. The m3 and dm3 units are now formatted as and dm³. Finally, the Readme has been finally completed.

Minor bugfixes

07 Mar 15:22
c1a82b1

Choose a tag to compare

DateTimeOffset sometimes represented an incorrect timezone

Verify CRC whenever one is found, not depending on version numbers.

21 Dec 19:07
4053c15

Choose a tag to compare

CRC's are now calculated whenever a CRC is found.

Bugfix release

21 Dec 17:59
238acbb

Choose a tag to compare

  • Fixed parsing of ElectricityFailureLog timespan values
  • Fixed when CRC check is performed
  • Fixed SlaveDelivered unit from m³ to kWh.

Initial release

02 Dec 01:49
e88b1ac

Choose a tag to compare

Initial release

v1.0.0-alpha

24 Nov 20:40
9c3fae9

Choose a tag to compare

v1.0.0-alpha Pre-release
Pre-release

Initial alpha release