20.10.2023, 15:39
Is there a way to do a webrequest to:
http://192.168.0.10/scada-vis/trends/fetch
with a payload like this for example:
{"ids":[2,5,6,8,9,14,10,11,12,13],"dates_curr":{"start":{"year":2023,"day":1,"month":1},"end":{"year":2023,"day":1,"month":3}}}
This way you get csv response including date / timestamp (afaik) because trend.fetch does not include them
http://192.168.0.10/scada-vis/trends/fetch
with a payload like this for example:
{"ids":[2,5,6,8,9,14,10,11,12,13],"dates_curr":{"start":{"year":2023,"day":1,"month":1},"end":{"year":2023,"day":1,"month":3}}}
This way you get csv response including date / timestamp (afaik) because trend.fetch does not include them