Skip to content

DSMR beta release (03-02-2023-3)

Pre-release
Pre-release
Compare
Choose a tag to compare
@Hilbrand Hilbrand released this 09 Nov 10:41
137dbba

This beta DSMR beta release (supports openHAB 3.2.0 and above) intends to improve feedback given by the binding when the data from the meter can't be correctly read. When the data can't be read correctly, for example due to incorrect P1 cables, the binding now tries to better give feedback.

03-02-2023-3

  • Fixed incorrect additional key initialization in discovery service.
  • Some additional improvements to not set thing directly off line when temporary read problems happen.

27-01-2023

  • Several stability improvements:
    • Additional checks on validity of smarty decryption tokens.
    • Made handling corrupted data more lenient by not setting the thing to offline every time a corrupt telegram is received, but let the watchdog handle this.

20-11-2022

  • Added safeguard against buffer overflows in reading data in SmartyDecryptor.

09-11-2022

  • Improve reporting on inability parse data
  • Fixes nullpointer exception that can happen when corrupt data is read.