solar3s / goregen

golang client for regenbox
GNU General Public License v3.0
9 stars 10 forks source link

DataLog by the type of batteries #6

Closed suparub closed 7 years ago

suparub commented 7 years ago

Hello World ! In order to differentiate the values of user/batteries types, would it be possible to : A - include in the the log file the name of the user + type of battery or B - name the log-file by the user and battery type.

AKA : [User] Name = "" [Battery] Type = "" Voltage = 0 Brand = "" Model = ""

Goal is to differentiate users and batteries type for the BIG DATA interpretations <- lol

rkjdid commented 7 years ago

the idea is to include in each datalog the whole configuration used (including username, battery etc.), and then the actual data

rkjdid commented 7 years ago

I'm leaning towards splitting each cycle into it's own file, named with this pattern "user-battery-chargeN.log" or something, merging them together afterwards shouldn't be too hard if needed