Is it possible to export the history of e.g. the months April-November 2019 from NanoSD and record it in MB-Smart?
I think you should be able to create a
template for the MB-Smart csv format and then export the data on the
HIstory tab.
Maybe somebody already has this template...
MB-Smart Month/Year csv format:
(date month-year-0)),MAX(Temp-1),MIN(Temp-2),MAX(Dewpoint-3),MIN(Dewpoint-4),TOTAL(Raintoday-5),MAX(Windspeed-6),AVG(Day WindSpeed-7),AVG(Temp-8),MAX(Barometer-9),MIN(Barometer-10)
Example of the csv record:
27 Dec,1.6,-0.8,-0.6,-2.8,0.0,7.2,1.4,-0.4,1032.2,1023.7
The month/year historical data are saved in the following files:
/weather34charts/<year>.csv
/weather34charts/<year>/<month>.csv
i.e.:
/weather34charts/2019.csv
/weather34charts/2019/December.csv
Note thath Weather34 also saves detail day csv data (for example 27December2019.csv) but I am not sure if these files are used in the historical graphs. As far as I know this csv are used just for current day charts.