Documentation and code for manipulating sleep diaries
Plees Tracker is an Android app, available on F-Droid.
The following resources may be useful:
The export format is very simple. The documentation below explains it in some detail.
You may find the following useful:
From the app’s main page, do:
Export to File
SAVE
in the bottom-rightThis is an ASCII CSV file. Here is an example:
sid,start,stop,rating
1,1234567890987,2345678909876,0
2,3456789098765,4567890987654,5
sid
Unique ID of this record. Incrementing integer starting at 1.
start
and stop
Indicate the time the user started and stopped tracking, in integer milliseconds since the Unix epoch.
rating
Integer between 0 and 5 indicating the user’s rating.