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

Trigger GI request from center #55

Open aklira opened 1 year ago

aklira commented 1 year ago

The value for connection lost is "do_value": 1 and when the connection is back "do_value": 0

Datapoint to be created:

{
    "data_object":{
       "do_type":<from exchanged data conf>,
       "do_ca":<from exchanged data conf>,
       "do_oa":0,
       "do_cot":3,
       "do_test":false,
       "do_negative":false,
       "do_ioa":<from exchanged data conf>,
       "do_value":1,
       "do_quality_iv":false,
       "do_quality_bl":false,
       "do_quality_ov":false,
       "do_quality_sb":false,
       "do_quality_nt":false,
       "do_ts":<gateway timestamp>,
       "do_ts_iv":false,
       "do_ts_su":false,
       "do_ts_sub":false
    }
 }