fledge-power / fledge-south-iec104

A south plugin to gather data using the IEC 104 protocol.
Apache License 2.0
1 stars 3 forks source link

handle messages in monitoring direction #20

Closed aklira closed 2 years ago

aklira commented 2 years ago

Abstract The objective is to enable the transmission of the main messages (ASDU) used in power system telecontrol (according to IEC 60870-5-104 standard.) Minimal list: MSP, MDP, MME Pre-requisites Read the design document Test data Rules : rules, errors and logs R1: If an ASDU is not known in the exchanged data configuration (CA, IOA or unknown type id), the message is rejected and the error is logged. Acceptance criteria Given a JSON configuration file When: the iec 104 south plugin is running Then: the ASDU are acquired and transfored into internal FledgePower datapoints.