Skip to main content

Time Series

This is the message that should be published in regular intervals from the agent to Facilio cloud. It contains live data with point names and values as key value pairs and has publish type 6

Timeseries#

{  "agent": "agent-name",  "uniqueId": "mpan / dir number",  "version": 3,  "publishType": 6,  "publish_ts_sec": 1691584200,   // data sending time (optional)  "ts_sec": 1691582400,       // data poll time  "data": [    {      "name": "totalEnergyConsumption",      "value": 10    },    {      "name": "activePowerB",      "value": 20    }  ] }
On This Topic