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": "L0007",
|
||||
"ean": "8718696844960",
|
||||
"manufacturer": "Philips",
|
||||
"model": "MyCare 9.5W",
|
||||
"notes": "",
|
||||
"instrument": "HPCS6500",
|
||||
"measured_at": "2026-07-09T11:42:03+07:00",
|
||||
"instrument_date": "2026-07-09",
|
||||
"instrument_time": "16:05:37",
|
||||
"readings_averaged": 5,
|
||||
"tm30": {
|
||||
"Rf": 85.5,
|
||||
"Rg": 109.1
|
||||
},
|
||||
"cri": {
|
||||
"Ra": 83.31215057373046,
|
||||
"R1": 81.56731719970703,
|
||||
"R2": 91.04371795654296,
|
||||
"R3": 96.80295867919922,
|
||||
"R4": 82.36785736083985,
|
||||
"R5": 82.54440765380859,
|
||||
"R6": 90.40940551757812,
|
||||
"R7": 82.74392852783203,
|
||||
"R8": 59.01761169433594,
|
||||
"R9": 7.684977722167969,
|
||||
"R10": 80.28295288085937,
|
||||
"R11": 82.77166900634765,
|
||||
"R12": 71.43344421386719,
|
||||
"R13": 83.78863067626953,
|
||||
"R14": 98.96147155761719,
|
||||
"R15": 73.4553726196289
|
||||
},
|
||||
"supply": {
|
||||
"ac_voltage": 230.0,
|
||||
"ac_frequency": 50.0,
|
||||
"dc_voltage": 24.0,
|
||||
"dc_current": 5.0,
|
||||
"mode": "AC"
|
||||
},
|
||||
"photometric": {
|
||||
"Phi_lm": 1447.1185791015625,
|
||||
"eta_lm_W": 164.69992065429688,
|
||||
"CCT_K": 2977.74091796875,
|
||||
"Duv": 0.0007707149605266749,
|
||||
"SDCM": 1.3695841550827026,
|
||||
"TLCI": 69.56356964111328
|
||||
},
|
||||
"chromaticity": {
|
||||
"x": 0.4396799862384796,
|
||||
"y": 0.406963175535202,
|
||||
"u": 0.2510951220989227,
|
||||
"v": 0.34861651062965393,
|
||||
"u_prime": 0.2510951220989227,
|
||||
"v_prime": 0.5229247689247132,
|
||||
"CIE_X": 2289.101171875,
|
||||
"CIE_Y": 2118.767919921875,
|
||||
"CIE_Z": 798.4198974609375
|
||||
},
|
||||
"radiometric": {
|
||||
"Phi_e_mW": 4310.423046875,
|
||||
"Phi_euv_mW": 0.0,
|
||||
"Phi_eb_mW": 564.5916381835938,
|
||||
"Phi_ey_mW": 1923.70224609375,
|
||||
"Phi_er_mW": 1736.8443359375,
|
||||
"Phi_efr_mW": 82.04558868408203,
|
||||
"Phi_eir_mW": 0.0,
|
||||
"Phi_e_total": 4307.183984375
|
||||
},
|
||||
"electrical": {
|
||||
"Voltage_V": 230.28012084960938,
|
||||
"Current_A": 0.06753332018852234,
|
||||
"Power_W": 8.786395263671874,
|
||||
"Freq_Hz": 50.02184066772461,
|
||||
"PF": 0.5649867653846741
|
||||
},
|
||||
"sensor": {
|
||||
"PeakSignal": 48942.2,
|
||||
"DarkSignal": 2247.4,
|
||||
"Compensate": 2840.0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user