Scripts
This directory contains the following 2 scripts:
createdb.shis used to create the SQL database file used by the loggermigratedb.shis used to fill the newly created SQL database with the old file based logging content
The created database exists out of 3 rows, ignoring the RowId column:
DateTimeUtcis anINTEGERand represents the UTC date and time in the Unix epoch formatWattsis anINTEGERand represents the power output at the time of loggingKilowattHouris aREALand represents the cumulative power generated that day
Try running each script without any arguments for more help or read their source code.