You can download the CSV output now to check where it gets the numbers from. To verify the 30 days averages you would need to pull off the "raw" values, and then manipulate as required in Excel or something
You can download the CSV output now to check where it gets the numbers from. To verify the 30 days averages you would need to pull off the "raw" values, and then manipulate as required in Excel or something
That's the downside to raw - lots of data points to plot. ChartJS 3 (currently in alpha) promises a big boost in performance, but there are a lot of breaking changes. I'll investigate migrating once it is stable and documentation is available.
You can download the CSV output now to check where it gets the numbers from. To verify the 30 days averages you would need to pull off the "raw" values, and then manipulate as required in Excel or something
I selected the option to download CSV file and it did so as a ZIP file which is fine.
I then opened the CSV file in Excel which is fine except I can't find a date/time function in Excel (2007 edition ) that will translate the column labeled time into a useful value. What function are you using and in which version of Excel to convert value for Time to a more standard date time?
I selected the option to download CSV file and it did so as a ZIP file which is fine.
I then opened the CSV file in Excel which is fine except I can't find a date/time function in Excel (2007 edition ) that will translate the column labeled time into a useful value. What function are you using and in which version of Excel to convert value for Time to a more standard date time?
Std Dev 0.812
UPDATE:
To have the time shown in your local time zone you need to modify the unix value in seconds by the offset of your local time zone in seconds. In my case I needed to subtract 14,400 seconds from the value in the CVS file.
I vote to leave it as it is. No need to rename something that has been for almost year or so. Oh and btw, Happy upcoming 1st birthday (April 17, 2019) to this script!
@Jack Yaz please is there any chance you could output the .CSV files with the "human readable" date/times (corrected for timezone) like you already do for the GUI display?
I think it would be much appreciated by the majority of us rather than having to fiddle with Excel on the Unix Timestamps each time we output a CSV
(Likewise for the upcoming spdMerlin 2.40 if it is doable)
@Jack Yaz please is there any chance you could output the .CSV files with the "human readable" date/times (corrected for timezone) like you already do for the GUI display?
I think it would be much appreciated by the majority of us rather than having to fiddle with Excel on the Unix Timestamps each time we output a CSV
(Likewise for the upcoming spdMerlin 2.40 if it is doable)
Right now the zip just bundles the existing csvs. I can look to modify the timestamps for the csvs, but this will add processing time (hopefully minimal if I can implement what I'd like to) but it will slow down every speedtest/csv generation run.
Right now the zip just bundles the existing csvs. I can look to modify the timestamps for the csvs, but this will add processing time (hopefully minimal if I can implement what I'd like to) but it will slow down every speedtest/csv generation run.
I'll likely make it a toggle option, I'll try and thrash it out this morning, but covering the helpdesk for work today (bank holiday, so hopefully quieter!). I'm sure there'll still be the odd customer who chooses to verbally abuse us though
Thanks Jack, appreciate it!
Any chance of getting the date/time in ISO format (like you display it in the spdMerlin GUI), for us weird countries like Australia that don't use US-style dates?
Thanks Jack, appreciate it!
Any chance of getting the date/time in ISO format (like you display it in the spdMerlin GUI), for us weird countries like Australia that don't use US-style dates?