Skip to content

Releases: SmartGridready/SGrJava

DriverAPI 2.4.0

03 Nov 08:06

Choose a tag to compare

What's Changed

  • Modbus supports timeout parameter
  • Modbus supports RTU over TCP
  • Modbus exception codes are propagated to client
  • added HTTP header constants

Full Changelog: driver-api-2.3.2...driver-api-2.4.0

CommHandler 2.5.0

03 Nov 08:08

Choose a tag to compare

What's Changed

  • requires specification 2.2
  • requires driver API 2.4
  • added REST client for SGr declaration library
  • JSONata expressions as response query in REST / messaging data points and message filters
  • response or template query can be used in write operations

Full Changelog: commhandler-2.4.2...commhandler-2.5.0

DriverAPI 2.3.2

10 Oct 10:02

Choose a tag to compare

What's Changed

Added Javadoc.

Full Changelog: driver-api-2.3.1...driver-api-2.3.2

CommHandler 2.4.2

10 Oct 10:03

Choose a tag to compare

What's Changed

Full Changelog: commhandler-2.4.1...commhandler-2.4.2

CommHandler 2.4.1

26 May 15:40

Choose a tag to compare

What's Changed

  • fixed get all values from FP and JSON conversion by @mkrebs81 in #168
  • code documentation javadoc - driver API by @mkrebs81 in #167
  • use updated driver API 2.3.1

Full Changelog: commhandler-2.4.0...commhandler-2.4.1

DriverAPI 2.3.1

20 May 12:18

Choose a tag to compare

What's Changed

  • code documentation javadoc - driver API by @mkrebs81 in #167
  • HTTP status code 403 was 500, fixed

CommHandler 2.4.0

16 Apr 11:30

Choose a tag to compare

What's Changed

  • requires SGr specification 2.1
  • requires driver API 2.3
  • implemented value mappings in messaging interface similar to REST interface
  • added option to disable SSL certificate validation to REST interface
  • implemented introspection methods of dynamic data point parameters
  • data point {{value}} placeholders must be replaced with [[value]]

Full Changelog: commhandler-2.3.1...commhandler-2.4.0

CommHandler Release 2.3.1

15 Apr 12:47

Choose a tag to compare

What's Changed

  • Fix EID property replacement by @mkrebs81 in #163
  • updated specification to 2.1_2025-04-15
  • data point "{{value}}" placeholders must be replaced with "[[value]]"

Full Changelog: commhandler-2.3.0...commhandler-2.3.1

CommHandler 2.2.1

15 Apr 12:46

Choose a tag to compare

What's Changed

  • Added unit conversion to messaging device by @mkrebs81 in #159
  • support datetime data type by @mkrebs81 in #160
  • updated specification to 2.1_2025-04-15
  • data point "{{value}}" placeholders must be replaced with "[[value]]"

Full Changelog: commhandler-2.2.0...commhandler-2.2.1

DriverAPI 2.3.0

14 Apr 17:04

Choose a tag to compare

What's Changed

  • added option to disable SSL certificate validation in REST interface by @mkrebs81 in #165

Full Changelog: driver-api-2.2.0...driver-api-2.3.0