I am trying input bulk now.
I can upload data successfuly into emoncms.org, i see it in the feeds and on graph as well, when i call this:
https://emoncms.org/input/bulk.json?apikey=xxx&data=[[1700739360,1,0,10]]&time=0
[time_stamp, node_id, power_dhw, power_room]
However when i do the same call with multiple records, lets say data from this morning, smthng like this:
https://emoncms.org/input/bulk.json?apikey=xxxx&data=[[1700725860,1,2220,0],[1700725920,1,2236,0],[1700725980,1,2254,0],[1700726040,1,2268,0],[1700726100,1,2278,0],[1700726160,1,2286,0],[1700726220,1,2299,0],[1700726280,1,2314,0],[1700726340,1,2287,0],[1700726400,1,2260,0],[1700726460,1,2227,0],[1700726520,1,2194,0],[1700726580,1,2199,0],[1700726640,1,2198,0],[1700726700,1,2164,0],[1700726760,1,2173,0],[1700726820,1,2180,0],[1700726880,1,2149,0],[1700726940,1,2160,0],[1700727000,1,859,0],[1700727060,1,29,0],[1700727060,1,0,12],[1700740260,1,0,10]]&time=0
I get positive reply from server ‘‘ok’’ but the data is not there.
I dont know why it works with one record but not with mulitple. What could be the reason?
Should i use variable or fixed time series feed? Tried both with no improvement.