Calculate Document
Get Historical Data From Device

Get Historical Data From Device

{"link":"https://server_address/device_data_2592_2021-04-13T02-27-11.zip"}{"error":{"message":"Invalid token."}} or {"error":{"message":"No toke

Related articles

Gordon SoftEther VPN Server 配置 (含本机作为server 以及 vps 作为server) The ultimate guide to using Kindle app for iPad and iPhone Jingubang Stats, Unique Effect, and How to Get 2024年7月在Pixel7 Pro上使用前置代理连接Google VPN

{"link":"https://server_address/device_data_2592_2021-04-13T02-27-11.zip"}

{"error":{"message":"Invalid token."}}

or

{"error":{"message":"No token provided."}}

or

{"error":{"message":"Request with incorrect parameters"}}

or

{ " error":{"message":"wrong pin format . " } }

{ " error":{"message":"No is enum enum constant cc.blynk.server.core.model.widgets.outputs.graph . Period . year " } } 

or

{ " error":{"message":"no datum " } } 

or

{ " error":{"message":"wrong pin format . " } }

Let’s say you live in Sydney, Australia and there is a garage door opener and want to get an exact time you departed today in one file. The accuracy you need is up to 1 minute and it should be in “YYYY-MM-DD HH:MM:SS” format. Your device uses Datastream with ID 20 and virtual pin 6 for open/close commands. Let’s say you also need to get the list of all the Events that were recorded during this period.

{
    "meta":
     [ 
        {
            "name": "data_stream_name",
             " type " : " string " 
        },
        {
            "name": "ts",
            "type": "UInt32"
        },
        {
            "name": "value",
            "type": "Float64"
        }
    ],

    "data":
     [ 
        {
            "data_stream_name": "",
            "ts": 2021-05-14 12:25:00,
            "value": 1.6100000000000003
        }
    ],

    "rows": 1,

    "rows_before_limit_at_least": 1
}