Switch lamps to internal IDs; EAN becomes optional metadata
Directories rename from bare EANs to L0001..L0010 (measurement order). metrics.json gains an ean field, and a rated block with advertised values (flux, CCT, power, lifetime) where already documented, so the site can show advertised-vs-measured deltas. One EAN can now cover several lamp versions (variant field) and unbranded lamps need no barcode.
This commit is contained in:
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"name": "L0002",
|
||||
"ean": "8850646092349",
|
||||
"manufacturer": "LAMPTAN",
|
||||
"model": "LED Bulb Gloss V2 9W E27 Daylight 6500K",
|
||||
"notes": "",
|
||||
"rated": {
|
||||
"CCT_K": 6500,
|
||||
"Power_W": 9,
|
||||
"lifetime_h": 10000
|
||||
},
|
||||
"instrument": "HPCS6500",
|
||||
"measured_at": "2026-07-08T12:09:22+07:00",
|
||||
"instrument_date": "2026-07-08",
|
||||
"instrument_time": "16:32:28",
|
||||
"readings_averaged": 5,
|
||||
"tm30": {
|
||||
"Rf": 85.5,
|
||||
"Rg": 106.8
|
||||
},
|
||||
"cri": {
|
||||
"Ra": 82.33309326171874,
|
||||
"R1": 78.85802001953125,
|
||||
"R2": 89.04215393066406,
|
||||
"R3": 94.54287567138672,
|
||||
"R4": 78.46138305664063,
|
||||
"R5": 79.80294494628906,
|
||||
"R6": 85.16212768554688,
|
||||
"R7": 87.15971069335937,
|
||||
"R8": 65.63553466796876,
|
||||
"R9": -3.8793627262115478,
|
||||
"R10": 74.66177215576172,
|
||||
"R11": 77.88528747558594,
|
||||
"R12": 57.12005844116211,
|
||||
"R13": 82.02395477294922,
|
||||
"R14": 97.09636077880859,
|
||||
"R15": 72.19833831787109
|
||||
},
|
||||
"supply": {
|
||||
"ac_voltage": 230.0,
|
||||
"ac_frequency": 50.0,
|
||||
"dc_voltage": 24.0,
|
||||
"dc_current": 5.0,
|
||||
"mode": "AC"
|
||||
},
|
||||
"photometric": {
|
||||
"Phi_lm": 1540.8602783203125,
|
||||
"eta_lm_W": 165.84862060546874,
|
||||
"CCT_K": 6659.8484375,
|
||||
"Duv": 0.010610971972346306,
|
||||
"SDCM": 5.580641555786133,
|
||||
"TLCI": 70.72743530273438
|
||||
},
|
||||
"chromaticity": {
|
||||
"x": 0.3082125663757324,
|
||||
"y": 0.3393407940864563,
|
||||
"u": 0.19097186923027037,
|
||||
"v": 0.31538888812065125,
|
||||
"u_prime": 0.19097186923027037,
|
||||
"v_prime": 0.47308332324028013,
|
||||
"CIE_X": 2049.0698974609377,
|
||||
"CIE_Y": 2256.01787109375,
|
||||
"CIE_Z": 2343.14736328125
|
||||
},
|
||||
"radiometric": {
|
||||
"Phi_e_mW": 4848.180078125,
|
||||
"Phi_euv_mW": 0.0,
|
||||
"Phi_eb_mW": 1648.6570068359374,
|
||||
"Phi_ey_mW": 2240.1955078125,
|
||||
"Phi_er_mW": 923.9480712890625,
|
||||
"Phi_efr_mW": 30.31682472229004,
|
||||
"Phi_eir_mW": 0.0,
|
||||
"Phi_e_total": 4843.11806640625
|
||||
},
|
||||
"electrical": {
|
||||
"Voltage_V": 230.2557373046875,
|
||||
"Current_A": 0.06812887638807297,
|
||||
"Power_W": 9.29076976776123,
|
||||
"Freq_Hz": 50.021742248535155,
|
||||
"PF": 0.5922208309173584
|
||||
},
|
||||
"sensor": {
|
||||
"PeakSignal": 55251.4,
|
||||
"DarkSignal": 2504.2,
|
||||
"Compensate": 2840.0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user