Standing data-collection issue for ik_rating (from #137). Same empirical/community lane as SoC #122, Frigate-compat #154, and low-light lux (see the lux backfill issue).
The field
ik_rating — IEC 62262 mechanical-impact / vandal-resistance rating (IK00–IK11). It's its own top-level field (not inside ip_rating).
Current coverage
806 of 2,540 cameras (31%) have it. #137 did the initial migration; the rest are uncaptured — mostly vandal domes/turrets whose datasheets state an IK rating.
Quick-win seed (do these first)
~58 cameras already mention "vandal" or "IK" in their features[] but have no ik_rating field — the rating just needs extracting from features/datasheet into the structured field. Examples: abus-ipca62510, abus-ipca62515, abus-ipca68500, abus-ipca72510, abus-ipcb62520, abus-ipcb64520, … (grep cameras/ for features containing "vandal"/"IK" without an ik_rating key).
How to help
- Read the IK rating off the manufacturer datasheet (e.g. "IK10") → set
"ik_rating": "IK10".
- Note: entries rated IK10 @ 50 J qualify as IK11 per the 2021 IEC 62262 Amendment 1.
- Leave undefined if not stated — never guess.
Good batch targets: vandal-dome / turret families where the whole series shares an IK rating.
Sibling data-backfill lanes: #122 (SoC), #154 (Frigate autotracking).
Standing data-collection issue for
ik_rating(from #137). Same empirical/community lane as SoC #122, Frigate-compat #154, and low-light lux (see the lux backfill issue).The field
ik_rating— IEC 62262 mechanical-impact / vandal-resistance rating (IK00–IK11). It's its own top-level field (not insideip_rating).Current coverage
806 of 2,540 cameras (31%) have it. #137 did the initial migration; the rest are uncaptured — mostly vandal domes/turrets whose datasheets state an IK rating.
Quick-win seed (do these first)
~58 cameras already mention "vandal" or "IK" in their
features[]but have noik_ratingfield — the rating just needs extracting from features/datasheet into the structured field. Examples:abus-ipca62510,abus-ipca62515,abus-ipca68500,abus-ipca72510,abus-ipcb62520,abus-ipcb64520, … (grepcameras/for features containing "vandal"/"IK" without anik_ratingkey).How to help
"ik_rating": "IK10".Good batch targets: vandal-dome / turret families where the whole series shares an IK rating.
Sibling data-backfill lanes: #122 (SoC), #154 (Frigate autotracking).