timestamps on push notifications and logs
Hi, I am getting strange time on my push notifications and on the logs. Looking at the code it seem a variable called car_time is used to produce string indicating time. Also looking at the code I can not seem to find where this car_time variable is set. The only place I could find is the vehicle_teslaroadster.c . If I am not missing something wouldn't it be beneficial to get the time from the GPS or the GSM network instead? I am attaching a screenshot of my app where the timestamp of the push notification is visible together with the time displayed on my phone. Nikolay
Here: unsigned long car_time Time (in seconds), as measured by the car. The 0 value of this can be whatever the car module desires. It is acceptable to merely initialize this to zero and increment it by 1 for every ticker1() received. Alternatively, a more accurate method is to read the real time clock from the vehicle CAN bus (if available) and update from there. I think the Tesla Roadster is the only vehicle actually updating it from the CAN bus. There was some (fairly recent) discussion about getting this from the GPS, and Tom did the foundation work (utils.{h,c} JDEpoch, JdToYMD, JdFromYMD, and datestring_to_timestamp in net.c), but we haven't completed the changes to the core net.c (+CCLK handler) to do this yet. I attach the mailing list eMail showing how this will be done. Regards, Mark. On 15 Jun, 2014, at 9:35 pm, Nikolay Shishkov <nshishkov@yahoo.com> wrote:
Hi,
I am getting strange time on my push notifications and on the logs. Looking at the code it seem a variable called car_time is used to produce string indicating time. Also looking at the code I can not seem to find where this car_time variable is set. The only place I could find is the vehicle_teslaroadster.c .
If I am not missing something wouldn't it be beneficial to get the time from the GPS or the GSM network instead?
I am attaching a screenshot of my app where the timestamp of the push notification is visible together with the time displayed on my phone.
Nikolay <Screenshot_2014-06-15-07-26-47.png>_______________________________________________ OvmsDev mailing list OvmsDev@lists.teslaclub.hk http://lists.teslaclub.hk/mailman/listinfo/ovmsdev
participants (2)
-
Mark Webb-Johnson -
Nikolay Shishkov