Skip to content

Releases: fledge-power/fledgepower-filter-iec104topivot

v1.2.0

21 Nov 10:29
05b4a55
Compare
Choose a tag to compare

Version release note:

Bug fixes:

  • Changed pivot operation conversion data types from string to correct data types
  • Fixed operation data format
  • Fixed sonar scan issues
  • unit tests improvements
  • logs improvements

v1.1.0-stable

13 Sep 07:21
c83eb69
Compare
Choose a tag to compare

Version release note:

Features:

  • Support for filter in control direction
  • Added gi_enable configuration option to enable/disable general interrogation

Bug fixes:

  • In ingest function, IEC104 Commands are now identified by ca and ioa
  • Fixed issue where timestamp value would decrease
  • Added type checks when converting from IEC to Pivot
  • Fixed issue where plugin would crash if it didn't find a reading with a given asset name
  • Fixed duplicate version definition
  • Fixed memory leak in importExchangeConfig, added support for step command and step position, and added tests for new types
  • Added command ACK support
  • Fixed issue where negative was not sent for commands
  • Added negative when converting back to iec104
  • Fixed data checking for wrong child for Confirmation
  • Fixed sonar cloud reported issues
  • Now sends unrecognised datapoints without converting
  • Fixed issue where south_event was not being sent

v1.0.2-stable

11 Sep 08:11
d4f133a
Compare
Choose a tag to compare

Bug fix

Protocol conversion from IEC 104 to Pivot in monitoring direction:

Fixed issue when handling ACK conversion iec104 to pivot

v1.0.1-stable

04 Jul 17:36
ad075b9
Compare
Choose a tag to compare

Bug fix

Protocole conversion from IEC 104 to Pivot in monitoring direction:

Fixed problem with IV quality value set to 1 incorrectly

v1.0.0-stable

09 Jun 12:56
70a44bb
Compare
Choose a tag to compare

First release.

Protocole conversion from IEC 104 to Pivot in monitoring direction:

Supported ASDU types:

  • Single status points: M_SP_TB_1 or M_SP_NA_1
  • Double status points: M_DP_TB_1 or M_DP_NA_1
  • Normalized measured value: M_ME_TD_1 or M_ME_NA_1
  • Scaled measured value: M_ME_TE_1 or M_ME_NB_1
  • Short (float) measured value: M_ME_TF_1 or M_ME_NC_1