Hello!
Can someone telling me what is wrong with this bulk upload?:
http://DOMAIN/input/bulk.json?data=[[5,1,107.77,0.0,0,104.19,4686.637,1225.726,0.3862228666406248,371.5122368,1442.47,0],[5,1,1057.77,0.0,0,1044.19,4686.637,1225.726,0.3862228666406248,371.5122368,1442.47,0],[5,1,1057.77,0.0,0,1057.77,4686.637,1225.726,0.3862228666406248,371.5122368,1442.47,0],[5,1,1057.77,0.0,0,1057.77,4686.637,1225.726,0.3862228666406248,371.5122368,1442.47,0],[5,1,1057.77,0.0,0,1057.77,4686.638,1225.726,0.3862228666406248,371.5122368,1442.47,0],[10,1,1069.97,0.0,0,1057.77,4686.638,1225.726,0.3862228666406248,371.5122368,1442.47,0],[10,1,1069.97,0.0,0,1057.77,4686.638,1225.726,0.3862228666406248,371.5122368,1442.47,0],[10,1,1069.97,0.0,0,1069.97,4686.638,1225.726,0.3862228666406248,371.5122368,1442.47,0],[10,1,1069.97,0.0,0,1069.97,4686.638,1225.726,0.3862228666406248,371.5122368,1442.47,0],[10,1,1069.97,0.0,0,1069.97,4686.64,1225.726,0.3862228666406248,371.5122368,1442.47,0],[15,1,1069.03,0.0,0,1069.97,4686.64,1225.726,0.3862228666406248,371.5122368,1442.47,0],[15,1,1069.03,0.0,0,1069.97,4686.64,1225.726,0.3862228666406248,371.5122368,1442.47,0],[15,1,1069.03,0.0,0,1069.03,4686.64,1225.726,0.3862228666406248,371.5122368,1442.47,0],[15,1,1069.03,0.0,0,1069.03,4686.64,1225.726,0.3862228666406248,371.5122368,1442.47,0],[15,1,1069.03,0.0,0,1069.03,4686.641,1225.726,0.3862228666406248,371.5122368,1442.47,0]]&time=1429467612&apikey=0283c4xxxxxxxxxxxxxxxxd9a80cad94
Or are to many values?
Thank you!
Edit - masked apikey - BT
Re: Json bulk date wrong
It not too many frames, emonhub can post up to 250 in one go and I haven't heard of anyone having issues with too many values in a frame that I recall.
Assuming "DOMAIN" includes "/emoncms" if your server requires it and the frames are all from node1.It maybe the time offset, I believe the leading value of each frame should be a negative value to indicate the duration prior to the "time=" value ie if the "time=" value is time of posting the leading value would indicate how old the frames are in relation to the posting time.
Positive numbers as far as I know are relative to 00:00:00 01/01/1970 rather than the accompanying "time="
Re: Json bulk date wrong
I upload with Java and there I have the milliseconds time.
I try to change to negative offset.
Thank you!