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": "L0006",
|
||||
"ean": "8718696844984",
|
||||
"manufacturer": "Philips",
|
||||
"model": "MyCare 9.5W",
|
||||
"notes": "",
|
||||
"instrument": "HPCS6500",
|
||||
"measured_at": "2026-07-09T11:40:07+07:00",
|
||||
"instrument_date": "2026-07-09",
|
||||
"instrument_time": "16:03:41",
|
||||
"readings_averaged": 5,
|
||||
"tm30": {
|
||||
"Rf": 83.2,
|
||||
"Rg": 109.3
|
||||
},
|
||||
"cri": {
|
||||
"Ra": 83.51947174072265,
|
||||
"R1": 81.42453308105469,
|
||||
"R2": 89.1564208984375,
|
||||
"R3": 95.69326477050781,
|
||||
"R4": 83.11580505371094,
|
||||
"R5": 81.98936920166015,
|
||||
"R6": 85.93631591796876,
|
||||
"R7": 86.47199401855468,
|
||||
"R8": 64.36809768676758,
|
||||
"R9": 7.376274585723877,
|
||||
"R10": 75.00849914550781,
|
||||
"R11": 82.8977783203125,
|
||||
"R12": 61.2736083984375,
|
||||
"R13": 83.34676055908203,
|
||||
"R14": 97.82830200195312,
|
||||
"R15": 74.4537368774414
|
||||
},
|
||||
"supply": {
|
||||
"ac_voltage": 230.0,
|
||||
"ac_frequency": 50.0,
|
||||
"dc_voltage": 24.0,
|
||||
"dc_current": 5.0,
|
||||
"mode": "AC"
|
||||
},
|
||||
"photometric": {
|
||||
"Phi_lm": 1685.7380615234374,
|
||||
"eta_lm_W": 190.64158325195314,
|
||||
"CCT_K": 4045.104833984375,
|
||||
"Duv": 0.0029469176195561888,
|
||||
"SDCM": 1.4187215566635132,
|
||||
"TLCI": 68.63794860839843
|
||||
},
|
||||
"chromaticity": {
|
||||
"x": 0.3805071234703064,
|
||||
"y": 0.3831619739532471,
|
||||
"u": 0.22261871993541718,
|
||||
"v": 0.33625794649124147,
|
||||
"u_prime": 0.22261871993541718,
|
||||
"v_prime": 0.5043869018554688,
|
||||
"CIE_X": 2451.036328125,
|
||||
"CIE_Y": 2468.13759765625,
|
||||
"CIE_Z": 1522.325341796875
|
||||
},
|
||||
"radiometric": {
|
||||
"Phi_e_mW": 4984.6427734375,
|
||||
"Phi_euv_mW": 0.0,
|
||||
"Phi_eb_mW": 1052.9071044921875,
|
||||
"Phi_ey_mW": 2358.931689453125,
|
||||
"Phi_er_mW": 1514.4912841796875,
|
||||
"Phi_efr_mW": 57.208788299560545,
|
||||
"Phi_eir_mW": 0.0,
|
||||
"Phi_e_total": 4983.53837890625
|
||||
},
|
||||
"electrical": {
|
||||
"Voltage_V": 230.31040954589844,
|
||||
"Current_A": 0.06789055466651917,
|
||||
"Power_W": 8.842447280883789,
|
||||
"Freq_Hz": 50.02178955078125,
|
||||
"PF": 0.5655120015144348
|
||||
},
|
||||
"sensor": {
|
||||
"PeakSignal": 48421.2,
|
||||
"DarkSignal": 2238.4,
|
||||
"Compensate": 2840.0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user