Hello , I write from Italy , my name is Gerardo.
I installed emoncms on shared hosting linux, for control of a photovoltaic system . Sending data every 20 seconds to emoncms ( up to here works all normal ) , when there is no internet except the url with timestamp and then at 23:00 sending the url saved , but this is not working . The kwh become negative and the graphics do not update. the url typical saved and then sent is as follows : http://www.xxxxxxxxx.it/emoncms/input/post.json?csv=209.92,243.99,246.71,0.86,0.94,0.64,1,1,1,2153.88,71.62,2115.57,253.97,2089.92,24.87&
apikey=xxxxxxxxxxxxxxxxxx&node=1&time=1433235577
Emoncms version is v8.4.0
Has anyone had similar problems ?
who can help me ?
sure your response
thanks
Re: Emoncms v8.4.0 timestamp error
So you have emoncms v8.4.0 installed on shared linux hosting. to which send data to emoncms every 20 seconds and that works ok, good.
The next part isn't clear
The negative kwh does suggest a timestamp error, but there isn't enough info to suggest why.
Where does the data come from? do you run emonhub? do you have any logs?
Paul
Re: Emoncms v8.4.0 timestamp error
Hello paul thanks for the reply , I have not explained well . For example, to manually send:
http://www.xxxxxxxxx.it/emoncms/input/post.json?csv=
209.92,243.99,246.71,0.86,0.94,0.64,1,1,1,2153.88,71.62,2115.57,253.97,2089.92,24.87
&apikey=xxxxxxxxxxxxxxxxxx&node=1&time=1433235577
GMT: Tue, 02 Jun 2015 08:59:37 GMT
the value of today June 10 kwh = 0 , while that of June 2 becomes negative numbers high ...
values of 2 June entered manually are not updated even in graphics.
I explained?
sure your help
thanks
Re: Emoncms v8.4.0 timestamp error
If you submit value's for the 2nd of June they shouldn't effect the current days values unless you have a grand total accumulator covering both dates.
As for whythe values on the 2nd of June are going negative (or whether they should) that will depend on the existing values and timestamps in relation to the new values. There are far too many possible reasons if there is a problem to guess without considerably more info.
Paul