Beiträge von Abelblublight

    Is there a way to download a CVS file from EM? I can only get the status when using:

    Code
    curl -X POST https://<server_uri>/device/status -d "id=<device_id>&auth_key=<auth_key>"

    but no info on how to get other parameters or csv

    curl -OJ -X POST -d "add_keys=true&ts=1677625200&end_ts=1679698800" https://<server_uri>/emdata/0/data.csv -d "id=>device_id>&auth_key=<auth_key>"

    I get a file with "{"isok":false,"errors":{"404":"Requested method was not found"}}"