-
Notifications
You must be signed in to change notification settings - Fork 1
/
db.json
481 lines (475 loc) · 10.8 KB
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
{
"meta": {
"batteryId": 334593247,
"passportCreatedDate": {
"day": 12,
"month": 5,
"year": 2022
},
"issuer": {
"name": "ImpBattMan GmbH",
"address": {
"street": "Street 9",
"city": "Berlin",
"postal": "12-345",
"country": "Germany",
"phoneNumber": "0056 345 567 456",
"email": "[email protected]"
}
}
},
"generalInformation": {
"passportNumber": "12345",
"batteryId": 334593247,
"batteryType": "Lithium-Ion",
"batteryModel": "2432-5665",
"batteryProducer": "BattProducer",
"chemistry": "Lithium nickel manganese cobalt (LiNMC)",
"manufacuringDate": {
"day": 12,
"month": 5,
"year": 2022
},
"manufacturingPlace": "No. 35, Xinjing Road, Haicang, Xiamen, China",
"importerInformation": {
"importerName": "ImpBattMan GmbH",
"address": {
"street": "Street 9",
"city": "Berlin",
"postal": "12-345",
"country": "Germany",
"phoneNumber": "0056 345 567 456",
"email": "[email protected]",
"website": "www.impbattman.com"
}
},
"placedToMarketDate": {
"day": 12,
"month": 5,
"year": 2022
},
"batteryBatchNumber": 999999,
"serial": "0815-4711",
"stateOfHealth": 80,
"stateOfCharge": 50,
"warranty": "7 years",
"status": "First life",
"co2": {
"co2FootprintTotalKG": {
"value": 40,
"unit": "kg"
},
"co2FootprintPerLifecycleKG": "5",
"co2FootprintVerification": "this is the statement of an idependet third party",
"co2FootprintMethodology": "CO2 metrics calculated in accordance with THIS methodology"
},
"dimensions": {
"length": {
"value": 40,
"unit": "cm"
},
"height": {
"value": 30,
"unit": "cm"
},
"width": {
"value": 20,
"unit": "cm"
}
},
"weight": {
"value": 120,
"unit": "kg"
}
},
"batteryComposition": {
"anodeContent": {
"naturalGraphiteContent": {
"value": 2450,
"unit": "g"
},
"anodeComposition": ["Carboxymethyl cellulose", "Styren butadien"]
},
"LiContent": {
"value": 7832,
"unit": "g"
},
"NiContent": {
"value": 1267,
"unit": "g"
},
"CoContent": {
"value": 367,
"unit": "g"
},
"electrolyteComposition": [
"LiPF6",
"Ethylene Carbonate",
"Dimethyl Carbonate- LiNO3"
],
"cathodeComposition": {
"liContent": {
"value": 7832,
"unit": "g"
},
"niContent": {
"value": 1267,
"unit": "g"
},
"coContent": {
"value": 367,
"unit": "g"
},
"otherCathodeComposition": ["cobalt", "manganese"]
},
"crm": ["Lithium", "Natural graphite", "Bauxite"],
"niRecyclateContent": {
"value": 12,
"unit": "%"
},
"liRecyclateContent": {
"value": 34,
"unit": "%"
},
"coRecyclateContent": {
"value": 5,
"unit": "%"
},
"pbRecyclateContent": {
"value": 2,
"unit": "%"
}
},
"stateOfHealth": {
"remainingCapacity": {
"value": 12,
"unit": "%"
},
"overallCapacityFade": {
"value": 88,
"unit": "%"
},
"remainingPowerCapabilityAndPowerFade": {
"value": 58,
"unit": "%"
},
"remainingRoundTripEfficiency": {
"value": 39,
"unit": "%"
},
"actualCoolingDemand": {
"value": 21,
"unit": "%"
},
"evolutionOfSelfDischargingRates": {
"value": 76,
"unit": "%"
},
"ohmicResistanceAndOrElectrochemicalImpedance": {
"value": 54,
"unit": "Ω"
},
"theDatesOfManufacturingOfTheBattery": {
"day": 12,
"month": 5,
"year": 2022
},
"theDatesOfPuttingBatteryIntoService": {
"day": 22,
"month": 7,
"year": 2022
},
"energyThroughput": {
"value": 59,
"unit": "%"
}
},
"parametersOfTheBattery": {
"stateOfCharge": {
"value": 12,
"unit": "%"
},
"maximumAllowedBatteryPower": {
"value": 8460,
"unit": "W"
},
"minimalVoltageWithTemperatureRangesWhenRelevant": {
"value": "680,2",
"unit": "V",
"tempRanges": {
"min": {
"value": "-0,5",
"unit": "°C"
},
"max": {
"value": 56,
"unit": "°C"
}
},
"refTest": "manual test"
},
"nominalVoltageWithTemperatureRangesWhenRelevant": {
"value": "620,2",
"unit": "V",
"tempRanges": {
"min": {
"value": "-0,5",
"unit": "°C"
},
"max": {
"value": 56,
"unit": "°C"
}
},
"refTest": "manual test"
},
"maximumVoltageWithTemperatureRangesWhenRelevant": {
"value": "710,2",
"unit": "V",
"tempRanges": {
"min": {
"value": "-0,5",
"unit": "°C"
},
"max": {
"value": 56,
"unit": "°C"
}
},
"refTest": "automatic test"
},
"originalPowerCapabilityWithTemperatureRangesWhenRelevant": {
"value": "34",
"unit": "W",
"tempRanges": {
"min": {
"value": "-0,5",
"unit": "°C"
},
"max": {
"value": 56,
"unit": "°C"
}
},
"refTest": "manual test"
},
"capacityThresholdForExhaustion": {
"value": 54,
"unit": "%"
},
"temperatureRangeTheBatteryCanWithstandWhenNotInUse": {
"tempRanges": {
"min": {
"value": "-0,5",
"unit": "°C"
},
"max": {
"value": 56,
"unit": "°C"
}
},
"refTest": "nuclear test"
},
"cRateOfRelevantCycleLifeTest": {
"value": "7,4"
},
"energyRoundtripEfficiency": {
"value": 59,
"unit": "%"
},
"ratedCapacity": {
"value": 59,
"unit": "Ah"
},
"appliedDischargeRate": {
"value": 1,
"unit": "A"
},
"appliedChargeRate": {
"value": 5,
"unit": "A"
},
"capacityFade": {
"value": 12,
"unit": "%"
},
"originalPower": {
"value": 50,
"unit": "W"
},
"powerCapabilityAt80StateOfCharge": {
"value": 30,
"unit": "Wh"
},
"powerCapabilityAt20StateOfCharge": {
"value": 15,
"unit": "Wh"
},
"temperatureRanges": {
"min": {
"value": "-0,7",
"unit": "°C"
},
"max": {
"value": 70,
"unit": "°C"
}
},
"powerFade": {
"value": 12,
"unit": "%"
},
"maximumAllowedBatteryEnergy": {
"value": 56,
"unit": "Wh"
},
"ratioBetweenMaximumAllowedBatteryPowerWAndBatteryEnergyWh": {
"value": 56,
"unit": "Wh"
},
"internalResistanceCell": {
"value": 12,
"unit": "Ω"
},
"internalResistancePack": {
"value": 54,
"unit": "Ω"
},
"internalResistanceIncreasePack": {
"value": 45,
"unit": "%"
},
"expectedLifetime": {
"value": "567 # of cycles",
"unit": ""
},
"depthOfDischargeInTheCycleLifeTest": {
"value": 12,
"unit": "%"
}
},
"dismantlingProcedures": {
"vehicleDismantlingProcedure": {
"value": "Vehicle dismantling procedure",
"url": "https://www.google.com/"
},
"batteryDismantlingProcedure": {
"value": "Battery dismantling procedure",
"url": "https://www.google.com/"
}
},
"safetyMeasures": {
"occupationalSafety": {
"value": "Occupational safety",
"url": "https://www.google.com/"
},
"fireProtection": {
"value": "Fire protection",
"url": "https://www.google.com/"
},
"usableExtinguishingAgent": {
"value": "Usable extinguishing agent",
"url": "https://www.google.com/"
},
"instructionsForSafelyPackagingBatteries": {
"value": "Instructions for safely packaging batteries",
"url": "https://www.google.com/"
},
"instructionsForSafelyTransportingBatteries": {
"value": "Instructions for safely transporting batteries",
"url": "https://www.google.com/"
}
},
"informationResponsibleSourcing": {
"responsibleRawMaterialsReport": {
"value": "Responsible raw materials report",
"url": "https://www.google.com/"
}
},
"additionalInformation": {
"linkToTheLabelElement": {
"value": "Link to the label element",
"url": "https://www.google.com/"
},
"symbolIndicatingSeparateCollectionAndHeavyMetalContent": {
"value": "Cd",
"icon": "trashcan"
},
"carbonFootprintDeclaration": {
"value": "Link to the document",
"url": "https://www.google.com/"
},
"carbonFootprintPerformanceClass": {
"value": "A+++"
},
"informationAsAResultOfBatteryUse": {
"value": "Link to the document",
"url": "https://www.google.com/"
},
"preventionAndManagementOfWasteBatteriesInformation": {
"value": "Link to the document",
"url": "https://www.google.com/"
},
"euDeclarationOfConformity": {
"value": "Link to the PDF document",
"url": "https://www.google.com/"
}
},
"specifications": {
"power": {
"EnergyTotal": "20",
"EnergyUsable": "15",
"PowerCapability80percent": "75",
"PowerCapability20percent": "15"
},
"voltage": {
"maxVoltage": "",
"minVoltage": "",
"nominalVoltage": ""
},
"internalResistance": 100,
"weight": 15.6,
"expectedLifetime": 10000,
"temperature": {
"OperationalTemperatureRange": "",
"TemperatureRange": ""
},
"numberOfCells": 20
},
"recyclateContent": {
"aluminiumPerc": 10,
"leadPerc": 20,
"lithiumPerc": 30,
"cobaltPerc": 40
},
"handling": {
"packagingInstructions": "ressourceLink",
"transportationInstructions": "ressourceLink",
"safetyInstructions": "ressourceLink",
"personalProtectiveEquipment": "ressourceLink"
},
"CE": {
"mark": "true",
"notifiedBodyId": "1234asdf",
"notifiedBodyName": "EU declaration of confirmity",
"notifiedBodyAddress": "Street 1, 12345 Bruessels, Belgium",
"issuedCertificate": "CertificationId"
},
"manufacturer": {
"ame": "Panasonic Inc.",
"brandName": "Panasonic",
"gpdmId": 12345,
"address": "Street 12, 1006 Kadoma, Japan",
"phoneNumber": "12345-12345 234",
"email": "[email protected]",
"nationalID": "WTF",
"TradeRegister": "hopefully not stored in batterypass",
"manufacturingFacilityLocation": "Hintertupfing JWD"
},
"ESGDueDilligence": {
"step1": "air",
"step2": "water",
"humanHealth": "",
"humanRights": ""
}
}