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,82 @@
|
||||
{
|
||||
"name": "L0005",
|
||||
"ean": "8718696821909",
|
||||
"manufacturer": "",
|
||||
"model": "",
|
||||
"notes": "",
|
||||
"instrument": "HPCS6500",
|
||||
"measured_at": "2026-07-09T11:37:56+07:00",
|
||||
"instrument_date": "2026-07-09",
|
||||
"instrument_time": "16:01:29",
|
||||
"readings_averaged": 5,
|
||||
"tm30": {
|
||||
"Rf": 82.3,
|
||||
"Rg": 101.7
|
||||
},
|
||||
"cri": {
|
||||
"Ra": 84.24250183105468,
|
||||
"R1": 84.03556823730469,
|
||||
"R2": 95.36416931152344,
|
||||
"R3": 92.87475128173828,
|
||||
"R4": 77.50055084228515,
|
||||
"R5": 82.90631866455078,
|
||||
"R6": 90.07671203613282,
|
||||
"R7": 83.78958129882812,
|
||||
"R8": 67.39235992431641,
|
||||
"R9": 11.145065879821777,
|
||||
"R10": 87.35107116699218,
|
||||
"R11": 78.51797485351562,
|
||||
"R12": 58.58184967041016,
|
||||
"R13": 88.6621597290039,
|
||||
"R14": 96.51313629150391,
|
||||
"R15": 78.12739868164063
|
||||
},
|
||||
"supply": {
|
||||
"ac_voltage": 230.0,
|
||||
"ac_frequency": 50.0,
|
||||
"dc_voltage": 24.0,
|
||||
"dc_current": 5.0,
|
||||
"mode": "AC"
|
||||
},
|
||||
"photometric": {
|
||||
"Phi_lm": 1689.199755859375,
|
||||
"eta_lm_W": 166.76909484863282,
|
||||
"CCT_K": 6843.89619140625,
|
||||
"Duv": 0.00573469353839755,
|
||||
"SDCM": 4.967654705047607,
|
||||
"TLCI": 70.45677032470704
|
||||
},
|
||||
"chromaticity": {
|
||||
"x": 0.30678791403770445,
|
||||
"y": 0.3280752062797546,
|
||||
"u": 0.19406740963459015,
|
||||
"v": 0.3112999379634857,
|
||||
"u_prime": 0.19406740963459015,
|
||||
"v_prime": 0.4669499099254608,
|
||||
"CIE_X": 2312.7310546875,
|
||||
"CIE_Y": 2473.206005859375,
|
||||
"CIE_Z": 2752.596435546875
|
||||
},
|
||||
"radiometric": {
|
||||
"Phi_e_mW": 5461.23251953125,
|
||||
"Phi_euv_mW": 0.0,
|
||||
"Phi_eb_mW": 1967.3721923828125,
|
||||
"Phi_ey_mW": 2413.546728515625,
|
||||
"Phi_er_mW": 1050.5283447265624,
|
||||
"Phi_efr_mW": 29.1372428894043,
|
||||
"Phi_eir_mW": 0.0,
|
||||
"Phi_e_total": 5460.5849609375
|
||||
},
|
||||
"electrical": {
|
||||
"Voltage_V": 230.27965393066407,
|
||||
"Current_A": 0.08159776031970978,
|
||||
"Power_W": 10.128977584838868,
|
||||
"Freq_Hz": 50.021803283691405,
|
||||
"PF": 0.5390913844108581
|
||||
},
|
||||
"sensor": {
|
||||
"PeakSignal": 54529.0,
|
||||
"DarkSignal": 2220.2,
|
||||
"Compensate": 2840.0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user