is always returning empty array
{ "success": true, "records": { "data": { "20": [], "21": [], "22": [], "40": [], "412": [] }, "meta": { "20": { "code": "OV1", "description": "Output voltage phase 1", "formatValueOnly": "%.1F", "formatWithUnit": "%.1F V" }, "21": { "code": "OV2", "description": "Output voltage phase 2", "formatValueOnly": "%.1F", "formatWithUnit": "%.1F V" }, "22": { "code": "OV3", "description": "Output voltage phase 3", "formatValueOnly": "%.1F", "formatWithUnit": "%.1F V" }, "40": { "code": "S", "description": "VE.Bus state", "formatValueOnly": "%s", "formatWithUnit": "%s" }, "412": { "code": "iST", "description": "Inverter state", "formatValueOnly": "%s", "formatWithUnit": "%s" } } }}
despite everything working fine both electrically and in the VRM dashboard.
What am I doing wrong? @Teun Lassche any advice?