# A1 — Consolidated I/O List
# ==========================
# Project:        Kingsford Hotel Bacolod — BMS (greenfield)
# Date:           2026-04-27
# Sources:
#   - Primary: BMS Points list (TUEC).pdf  (sheets BMS-01, BMS-02, BMS-03)
#   - Baseline (where TUEC silent): MC Standards - ME Points list.pdf, MC Standards - PL Points list.pdf
#   - Per D-003: TUEC project-specific governs; MC Standards fills silence
#
# Status:         CHUNK 1 OF N — Chilled Water System (and Condenser Water + Cooling Towers) only.
#                 Chunks 2-9 to be added after user checkpoint.
#
# Schema (every row):
#   id:                 stable kebab-case dotted ID — <system-key>.<equipment-instance>.<point-suffix>
#   system:             system name (human-readable)
#   equipment_class:    equipment type (chiller, pump, cooling tower, header, valve, etc.)
#   equipment_instance: tag (CH-1, PCHWP-2, COMP-3, CT-1, HDR-CHWS, etc.)
#   location:           floor / room / zone
#   point_description:  description verbatim from points list (or composed from MC Standards baseline)
#   type:               AI | AO | DI | DO | HLI | Network
#                       AI/AO/DI/DO = hardwired physical I/O at BMS panel
#                       HLI         = sub-point exposed via high-level interface (BACnet/Modbus from equipment controller)
#                       Network     = BACnet/IP or Modbus connection itself (counted once per device)
#   field_device:       sensor or actuator type (or "-" if HLI from equipment controller)
#   c_o:                BMS Contractor | ME Contractor | EE Contractor | Equipment Supplier | Owner
#   description_of_operations_ref: pointer to D-of-O text (sheet+section)
#   panel:              assumed BMS panel that terminates this point (working-doc A4 reference)
#   source:             "<doc>:<sheet>:<tile>" — audit trail for cross-check (see A1-page-coverage.md)
#   notes:              caveats, assumption refs, deviations from baseline
#
# Conventions:
#   - For per-equipment-instance points (e.g., per chiller), each instance gets its own row.
#     This keeps A1 row count = real I/O point count (no duplicates, no abbreviations).
#   - HLI rows are listed individually (one row per BACnet object) but counted as 1 physical
#     network connection per equipment in A4 panel schedule.
#   - "Description-of-operations" reference points to the narrative section that drives
#     programming and graphics in B1/B2.
#
# Counts (this chunk):
#   - 3 Chillers (CH-1, CH-2, CH-3) — Ground Level chiller plant room
#   - 4 Primary CHW Pumps (PCHWP-1..4) — 2nd Level pump room
#       (3 working + 1 standby; count = ASSUMED A-CHW-001; refine after Q-005/Q-008)
#   - 3 Condenser Water Pumps (COMP-1..3) — 2nd Level pump room
#   - 3 Cooling Towers (CT-1, CT-2, CT-3) — Roofdeck
#   - 1 CHW Supply Main Header (HDR-CHWS) — 2nd Level
#   - 1 CHW Return Main Header (HDR-CHWR) — 2nd Level
#   - 1 CHW Main Bypass (HDR-CHW-BP) — 2nd Level
#   - 1 Condenser Water Supply Header (HDR-CWS) — Roofdeck (combined manifold)
#   - 1 Condenser Water Return Header (HDR-CWR) — Roofdeck
#   - 1 System-level CHW BTU Meter (BTU-CHWS-MAIN) — 2nd Level

metadata:
  project: Kingsford Hotel Bacolod BMS
  chunk_number: 1
  chunk_name: Chilled Water + Condenser Water + Cooling Towers
  generated: 2026-04-27
  panel_assumptions:
    PNL-CH-PLANT-GND:    Plant panel at Ground Level Chiller Plant Room (3 chillers + plant room ambient)
    PNL-CHWP-L2:         Plant panel at 2nd Level Pump Room (PCHWP, COMP, CHW headers, BTU meter)
    PNL-CT-RD:           Plant panel at Roofdeck Cooling Tower Area (3 cooling towers + headers)

io_list:

  # ============================================================================
  # CHILLERS — 3 units (CH-1, CH-2, CH-3) at Ground Level Chiller Plant Room
  # ============================================================================
  # Per-chiller standard point set per MC Standards CHILLER ROOM/AREA.
  # TUEC location override: Ground Level (vs. MC default "2nd Level"). D-003.
  # Equipment-Supplier-provided refrigerant/evap/cond data is exposed via HLI
  # from the chiller's own controller (chiller has built-in controls + BACnet).
  # ============================================================================

  # --- CH-1 ---
  - { id: chws.ch-1.network,           system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-1, location: GND/Chiller Plant Room, point_description: BACnet/IP gateway from chiller controller, type: Network, field_device: "-", c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-1..36", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "1 network drop per chiller; chiller native BACnet" }
  - { id: chws.ch-1.entering-chw-temp, system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-1, location: GND/Chiller Plant Room, point_description: Entering Chilled Water Temperature, type: AI, field_device: Temperature Sensor (immersion/thermowell), c_o: BMS Contractor, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-11", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "" }
  - { id: chws.ch-1.leaving-chw-temp,  system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-1, location: GND/Chiller Plant Room, point_description: Leaving Chilled Water Temperature, type: AI, field_device: Temperature Sensor (immersion/thermowell), c_o: BMS Contractor, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-12", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "" }
  - { id: chws.ch-1.entering-cw-temp,  system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-1, location: GND/Chiller Plant Room, point_description: Entering Condenser Water Temperature, type: AI, field_device: Temperature Sensor (immersion/thermowell), c_o: BMS Contractor, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-21", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "" }
  - { id: chws.ch-1.leaving-cw-temp,   system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-1, location: GND/Chiller Plant Room, point_description: Leaving Condenser Water Temperature, type: AI, field_device: Temperature Sensor (immersion/thermowell), c_o: BMS Contractor, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-22", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "" }
  - { id: chws.ch-1.chw-supply-flow,   system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-1, location: GND/Chiller Plant Room, point_description: Chilled Water Supply Flow Metering, type: AI, field_device: Flow Sensor (insertion or in-line), c_o: BMS Contractor, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Per-chiller branch flow" }
  - { id: chws.ch-1.chw-return-flow,   system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-1, location: GND/Chiller Plant Room, point_description: Chilled Water Return Flow Metering, type: AI, field_device: Flow Sensor (insertion or in-line), c_o: BMS Contractor, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Per-chiller branch flow" }
  - { id: chws.ch-1.cw-supply-flow,    system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-1, location: GND/Chiller Plant Room, point_description: Condenser Water Supply Flow Metering, type: AI, field_device: Flow Sensor (insertion or in-line), c_o: BMS Contractor, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Per-chiller condenser branch flow" }
  - { id: chws.ch-1.iso-vlv-chw-rs,    system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-1, location: GND/Chiller Plant Room, point_description: Isolation Motorized Valve Status — CHW Return & Supply, type: DI, field_device: Electric Valve Actuator (limit switch), c_o: ME Contractor, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-9", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Valves supplied by ME; status DI to BMS" }
  - { id: chws.ch-1.iso-vlv-cw-rs,     system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-1, location: GND/Chiller Plant Room, point_description: Isolation Motorized Valve Status — COW Return & Supply, type: DI, field_device: Electric Valve Actuator (limit switch), c_o: ME Contractor, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-10", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Valves supplied by ME; status DI to BMS" }
  - { id: chws.ch-1.evap-approach-dt,  system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-1, location: GND/Chiller Plant Room, point_description: Evaporator Approach Delta Temperature, type: HLI, field_device: "-", c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-13", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet; sub-point of chws.ch-1.network" }
  - { id: chws.ch-1.evap-approach-dp,  system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-1, location: GND/Chiller Plant Room, point_description: Evaporator Approach Delta Pressure, type: HLI, field_device: "-", c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-14", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-1.evap-refrig-press, system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-1, location: GND/Chiller Plant Room, point_description: Evaporator Refrigerant Pressure, type: HLI, field_device: "-", c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-15", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-1.evap-refrig-temp,  system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-1, location: GND/Chiller Plant Room, point_description: Evaporator Refrigerant Temperature, type: HLI, field_device: "-", c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-16", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-1.cond-refrig-press, system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-1, location: GND/Chiller Plant Room, point_description: Condenser Refrigerant Pressure, type: HLI, field_device: "-", c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-17", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-1.cond-refrig-temp,  system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-1, location: GND/Chiller Plant Room, point_description: Condenser Refrigerant Temperature, type: HLI, field_device: "-", c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-18", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-1.cond-approach-dt,  system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-1, location: GND/Chiller Plant Room, point_description: Condenser Approach Delta Temperature, type: HLI, field_device: "-", c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-19", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-1.cond-approach-dp,  system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-1, location: GND/Chiller Plant Room, point_description: Condenser Approach Delta Pressure, type: HLI, field_device: "-", c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-20", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-1.oil-sump-press,    system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-1, location: GND/Chiller Plant Room, point_description: Oil Sump Pressure, type: HLI, field_device: "-", c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-7", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-1.oil-sump-temp,     system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-1, location: GND/Chiller Plant Room, point_description: Oil Sump Temperature, type: HLI, field_device: "-", c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-8", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-1.oil-pump-status,   system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-1, location: GND/Chiller Plant Room, point_description: Oil Pump Status (ON/OFF), type: HLI, field_device: "-", c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-6", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-1.oil-pump-trip,     system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-1, location: GND/Chiller Plant Room, point_description: Oil Pump Trip Status, type: HLI, field_device: "-", c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/Alarm-2", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-1.compressor-onoff,  system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-1, location: GND/Chiller Plant Room, point_description: Chiller Compressor Pump On/Off Status, type: HLI, field_device: "-", c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-1", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-1.compressor-hoa,    system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-1, location: GND/Chiller Plant Room, point_description: Chiller Compressor Hand/Off/Auto Status, type: HLI, field_device: "-", c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-2", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-1.compressor-trip,   system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-1, location: GND/Chiller Plant Room, point_description: Chiller Compressor Trip Alarm Status, type: HLI, field_device: "-", c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/Alarm-1", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-1.motor-load-current,system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-1, location: GND/Chiller Plant Room, point_description: Motor Load Current, type: HLI, field_device: "-", c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-3", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-1.motor-consumption, system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-1, location: GND/Chiller Plant Room, point_description: Motor Consumption (KW-Hr / BTU Monitoring), type: HLI, field_device: "-", c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-4", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-1.winding-temp,      system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-1, location: GND/Chiller Plant Room, point_description: Winding Temperature, type: HLI, field_device: "-", c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-5", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }

  # --- CH-2 (same point set as CH-1; only id and equipment_instance differ) ---
  - { id: chws.ch-2.network,           system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-2, location: GND/Chiller Plant Room, point_description: BACnet/IP gateway from chiller controller,                                  type: Network, field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-1..36", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "" }
  - { id: chws.ch-2.entering-chw-temp, system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-2, location: GND/Chiller Plant Room, point_description: Entering Chilled Water Temperature,                                          type: AI,      field_device: Temperature Sensor (immersion/thermowell), c_o: BMS Contractor,     description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-11", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "" }
  - { id: chws.ch-2.leaving-chw-temp,  system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-2, location: GND/Chiller Plant Room, point_description: Leaving Chilled Water Temperature,                                           type: AI,      field_device: Temperature Sensor (immersion/thermowell), c_o: BMS Contractor,     description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-12", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "" }
  - { id: chws.ch-2.entering-cw-temp,  system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-2, location: GND/Chiller Plant Room, point_description: Entering Condenser Water Temperature,                                        type: AI,      field_device: Temperature Sensor (immersion/thermowell), c_o: BMS Contractor,     description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-21", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "" }
  - { id: chws.ch-2.leaving-cw-temp,   system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-2, location: GND/Chiller Plant Room, point_description: Leaving Condenser Water Temperature,                                         type: AI,      field_device: Temperature Sensor (immersion/thermowell), c_o: BMS Contractor,     description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-22", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "" }
  - { id: chws.ch-2.chw-supply-flow,   system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-2, location: GND/Chiller Plant Room, point_description: Chilled Water Supply Flow Metering,                                          type: AI,      field_device: Flow Sensor (insertion or in-line),        c_o: BMS Contractor,     description_of_operations_ref: "BMS-03/Package Water Chiller P&ID",       panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Per-chiller branch flow" }
  - { id: chws.ch-2.chw-return-flow,   system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-2, location: GND/Chiller Plant Room, point_description: Chilled Water Return Flow Metering,                                          type: AI,      field_device: Flow Sensor (insertion or in-line),        c_o: BMS Contractor,     description_of_operations_ref: "BMS-03/Package Water Chiller P&ID",       panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Per-chiller branch flow" }
  - { id: chws.ch-2.cw-supply-flow,    system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-2, location: GND/Chiller Plant Room, point_description: Condenser Water Supply Flow Metering,                                       type: AI,      field_device: Flow Sensor (insertion or in-line),        c_o: BMS Contractor,     description_of_operations_ref: "BMS-03/Package Water Chiller P&ID",       panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Per-chiller condenser branch flow" }
  - { id: chws.ch-2.iso-vlv-chw-rs,    system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-2, location: GND/Chiller Plant Room, point_description: Isolation Motorized Valve Status — CHW Return & Supply,                     type: DI,      field_device: Electric Valve Actuator (limit switch),    c_o: ME Contractor,      description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-9",  panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Valves supplied by ME; status DI to BMS" }
  - { id: chws.ch-2.iso-vlv-cw-rs,     system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-2, location: GND/Chiller Plant Room, point_description: Isolation Motorized Valve Status — COW Return & Supply,                     type: DI,      field_device: Electric Valve Actuator (limit switch),    c_o: ME Contractor,      description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-10", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Valves supplied by ME; status DI to BMS" }
  - { id: chws.ch-2.evap-approach-dt,  system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-2, location: GND/Chiller Plant Room, point_description: Evaporator Approach Delta Temperature,                                       type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-13", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-2.evap-approach-dp,  system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-2, location: GND/Chiller Plant Room, point_description: Evaporator Approach Delta Pressure,                                          type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-14", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-2.evap-refrig-press, system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-2, location: GND/Chiller Plant Room, point_description: Evaporator Refrigerant Pressure,                                             type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-15", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-2.evap-refrig-temp,  system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-2, location: GND/Chiller Plant Room, point_description: Evaporator Refrigerant Temperature,                                          type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-16", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-2.cond-refrig-press, system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-2, location: GND/Chiller Plant Room, point_description: Condenser Refrigerant Pressure,                                              type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-17", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-2.cond-refrig-temp,  system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-2, location: GND/Chiller Plant Room, point_description: Condenser Refrigerant Temperature,                                           type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-18", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-2.cond-approach-dt,  system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-2, location: GND/Chiller Plant Room, point_description: Condenser Approach Delta Temperature,                                        type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-19", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-2.cond-approach-dp,  system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-2, location: GND/Chiller Plant Room, point_description: Condenser Approach Delta Pressure,                                           type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-20", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-2.oil-sump-press,    system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-2, location: GND/Chiller Plant Room, point_description: Oil Sump Pressure,                                                            type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-7",  panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-2.oil-sump-temp,     system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-2, location: GND/Chiller Plant Room, point_description: Oil Sump Temperature,                                                         type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-8",  panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-2.oil-pump-status,   system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-2, location: GND/Chiller Plant Room, point_description: Oil Pump Status (ON/OFF),                                                     type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-6",  panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-2.oil-pump-trip,     system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-2, location: GND/Chiller Plant Room, point_description: Oil Pump Trip Status,                                                         type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/Alarm-2", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-2.compressor-onoff,  system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-2, location: GND/Chiller Plant Room, point_description: Chiller Compressor Pump On/Off Status,                                       type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-1",  panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-2.compressor-hoa,    system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-2, location: GND/Chiller Plant Room, point_description: Chiller Compressor Hand/Off/Auto Status,                                    type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-2",  panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-2.compressor-trip,   system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-2, location: GND/Chiller Plant Room, point_description: Chiller Compressor Trip Alarm Status,                                        type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/Alarm-1", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-2.motor-load-current,system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-2, location: GND/Chiller Plant Room, point_description: Motor Load Current,                                                           type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-3",  panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-2.motor-consumption, system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-2, location: GND/Chiller Plant Room, point_description: Motor Consumption (KW-Hr / BTU Monitoring),                                  type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-4",  panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-2.winding-temp,      system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-2, location: GND/Chiller Plant Room, point_description: Winding Temperature,                                                          type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-5",  panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }

  # --- CH-3 (same point set) ---
  - { id: chws.ch-3.network,           system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-3, location: GND/Chiller Plant Room, point_description: BACnet/IP gateway from chiller controller,                                  type: Network, field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-1..36", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "" }
  - { id: chws.ch-3.entering-chw-temp, system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-3, location: GND/Chiller Plant Room, point_description: Entering Chilled Water Temperature,                                          type: AI,      field_device: Temperature Sensor (immersion/thermowell), c_o: BMS Contractor,     description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-11", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "" }
  - { id: chws.ch-3.leaving-chw-temp,  system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-3, location: GND/Chiller Plant Room, point_description: Leaving Chilled Water Temperature,                                           type: AI,      field_device: Temperature Sensor (immersion/thermowell), c_o: BMS Contractor,     description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-12", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "" }
  - { id: chws.ch-3.entering-cw-temp,  system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-3, location: GND/Chiller Plant Room, point_description: Entering Condenser Water Temperature,                                        type: AI,      field_device: Temperature Sensor (immersion/thermowell), c_o: BMS Contractor,     description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-21", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "" }
  - { id: chws.ch-3.leaving-cw-temp,   system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-3, location: GND/Chiller Plant Room, point_description: Leaving Condenser Water Temperature,                                         type: AI,      field_device: Temperature Sensor (immersion/thermowell), c_o: BMS Contractor,     description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-22", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "" }
  - { id: chws.ch-3.chw-supply-flow,   system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-3, location: GND/Chiller Plant Room, point_description: Chilled Water Supply Flow Metering,                                          type: AI,      field_device: Flow Sensor (insertion or in-line),        c_o: BMS Contractor,     description_of_operations_ref: "BMS-03/Package Water Chiller P&ID",       panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Per-chiller branch flow" }
  - { id: chws.ch-3.chw-return-flow,   system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-3, location: GND/Chiller Plant Room, point_description: Chilled Water Return Flow Metering,                                          type: AI,      field_device: Flow Sensor (insertion or in-line),        c_o: BMS Contractor,     description_of_operations_ref: "BMS-03/Package Water Chiller P&ID",       panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Per-chiller branch flow" }
  - { id: chws.ch-3.cw-supply-flow,    system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-3, location: GND/Chiller Plant Room, point_description: Condenser Water Supply Flow Metering,                                       type: AI,      field_device: Flow Sensor (insertion or in-line),        c_o: BMS Contractor,     description_of_operations_ref: "BMS-03/Package Water Chiller P&ID",       panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Per-chiller condenser branch flow" }
  - { id: chws.ch-3.iso-vlv-chw-rs,    system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-3, location: GND/Chiller Plant Room, point_description: Isolation Motorized Valve Status — CHW Return & Supply,                     type: DI,      field_device: Electric Valve Actuator (limit switch),    c_o: ME Contractor,      description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-9",  panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Valves supplied by ME; status DI to BMS" }
  - { id: chws.ch-3.iso-vlv-cw-rs,     system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-3, location: GND/Chiller Plant Room, point_description: Isolation Motorized Valve Status — COW Return & Supply,                     type: DI,      field_device: Electric Valve Actuator (limit switch),    c_o: ME Contractor,      description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-10", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Valves supplied by ME; status DI to BMS" }
  - { id: chws.ch-3.evap-approach-dt,  system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-3, location: GND/Chiller Plant Room, point_description: Evaporator Approach Delta Temperature,                                       type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-13", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-3.evap-approach-dp,  system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-3, location: GND/Chiller Plant Room, point_description: Evaporator Approach Delta Pressure,                                          type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-14", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-3.evap-refrig-press, system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-3, location: GND/Chiller Plant Room, point_description: Evaporator Refrigerant Pressure,                                             type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-15", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-3.evap-refrig-temp,  system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-3, location: GND/Chiller Plant Room, point_description: Evaporator Refrigerant Temperature,                                          type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-16", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-3.cond-refrig-press, system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-3, location: GND/Chiller Plant Room, point_description: Condenser Refrigerant Pressure,                                              type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-17", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-3.cond-refrig-temp,  system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-3, location: GND/Chiller Plant Room, point_description: Condenser Refrigerant Temperature,                                           type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-18", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-3.cond-approach-dt,  system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-3, location: GND/Chiller Plant Room, point_description: Condenser Approach Delta Temperature,                                        type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-19", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-3.cond-approach-dp,  system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-3, location: GND/Chiller Plant Room, point_description: Condenser Approach Delta Pressure,                                           type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-20", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-3.oil-sump-press,    system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-3, location: GND/Chiller Plant Room, point_description: Oil Sump Pressure,                                                            type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-7",  panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-3.oil-sump-temp,     system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-3, location: GND/Chiller Plant Room, point_description: Oil Sump Temperature,                                                         type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-8",  panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-3.oil-pump-status,   system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-3, location: GND/Chiller Plant Room, point_description: Oil Pump Status (ON/OFF),                                                     type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-6",  panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-3.oil-pump-trip,     system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-3, location: GND/Chiller Plant Room, point_description: Oil Pump Trip Status,                                                         type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/Alarm-2", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-3.compressor-onoff,  system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-3, location: GND/Chiller Plant Room, point_description: Chiller Compressor Pump On/Off Status,                                       type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-1",  panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-3.compressor-hoa,    system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-3, location: GND/Chiller Plant Room, point_description: Chiller Compressor Hand/Off/Auto Status,                                    type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-2",  panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-3.compressor-trip,   system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-3, location: GND/Chiller Plant Room, point_description: Chiller Compressor Trip Alarm Status,                                        type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/Alarm-1", panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-3.motor-load-current,system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-3, location: GND/Chiller Plant Room, point_description: Motor Load Current,                                                           type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-3",  panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-3.motor-consumption, system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-3, location: GND/Chiller Plant Room, point_description: Motor Consumption (KW-Hr / BTU Monitoring),                                  type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-4",  panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }
  - { id: chws.ch-3.winding-temp,      system: Chilled Water, equipment_class: Chiller (Package Water-Cooled), equipment_instance: CH-3, location: GND/Chiller Plant Room, point_description: Winding Temperature,                                                          type: HLI,     field_device: "-",                                       c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Package Water Chiller P&ID/MR-5",  panel: PNL-CH-PLANT-GND, source: "BMS-01:r0c1; MC-ME:Chiller Room", notes: "Via chiller BACnet" }

  # ============================================================================
  # PRIMARY CHILLED WATER PUMPS (PCHWP) — assumed 4 units (3W+1S) at 2nd Level Pump Room
  # Source: BMS-03 P&ID + MC Standards CHILLED WATER LOOP
  # Count assumption: A-CHW-001 (refine after Q-005 / Q-008 / Q-011)
  # ============================================================================

  - { id: chws.pchwp-1.run-status,    system: Chilled Water, equipment_class: Primary CHW Pump, equipment_instance: PCHWP-1, location: 2F/CHW Pump Room, point_description: On/Off Status (run feedback),               type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID/MR-1", panel: PNL-CHWP-L2, source: "BMS-03:r0c0; MC-ME:Primary CHW Pumps", notes: "" }
  - { id: chws.pchwp-1.hoa,           system: Chilled Water, equipment_class: Primary CHW Pump, equipment_instance: PCHWP-1, location: 2F/CHW Pump Room, point_description: Hand/Off/Auto Status,                       type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID",      panel: PNL-CHWP-L2, source: "BMS-03:r0c0; MC-ME:Primary CHW Pumps", notes: "" }
  - { id: chws.pchwp-1.trip,          system: Chilled Water, equipment_class: Primary CHW Pump, equipment_instance: PCHWP-1, location: 2F/CHW Pump Room, point_description: Trip Alarm,                                 type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID/Alarm-1", panel: PNL-CHWP-L2, source: "BMS-03:r0c0; MC-ME:Primary CHW Pumps", notes: "" }
  - { id: chws.pchwp-1.vfd-speed-fb,  system: Chilled Water, equipment_class: Primary CHW Pump, equipment_instance: PCHWP-1, location: 2F/CHW Pump Room, point_description: Variable Speed Monitoring (VFD speed feedback), type: AI, field_device: VFD,             c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID/MR-2", panel: PNL-CHWP-L2, source: "BMS-03:r0c0; MC-ME:Primary CHW Pumps", notes: "" }
  - { id: chws.pchwp-1.vfd-speed-cmd, system: Chilled Water, equipment_class: Primary CHW Pump, equipment_instance: PCHWP-1, location: 2F/CHW Pump Room, point_description: VFD Speed Command (modulating start/stop/speed), type: AO, field_device: VFD,             c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID/Turn ON/OFF", panel: PNL-CHWP-L2, source: "BMS-03:r0c0; MC-ME:Primary CHW Pumps", notes: "Or HLI if VFD has BACnet" }

  - { id: chws.pchwp-2.run-status,    system: Chilled Water, equipment_class: Primary CHW Pump, equipment_instance: PCHWP-2, location: 2F/CHW Pump Room, point_description: On/Off Status (run feedback),               type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID/MR-1", panel: PNL-CHWP-L2, source: "BMS-03:r0c0; MC-ME:Primary CHW Pumps", notes: "" }
  - { id: chws.pchwp-2.hoa,           system: Chilled Water, equipment_class: Primary CHW Pump, equipment_instance: PCHWP-2, location: 2F/CHW Pump Room, point_description: Hand/Off/Auto Status,                       type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID",      panel: PNL-CHWP-L2, source: "BMS-03:r0c0; MC-ME:Primary CHW Pumps", notes: "" }
  - { id: chws.pchwp-2.trip,          system: Chilled Water, equipment_class: Primary CHW Pump, equipment_instance: PCHWP-2, location: 2F/CHW Pump Room, point_description: Trip Alarm,                                 type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID/Alarm-1", panel: PNL-CHWP-L2, source: "BMS-03:r0c0; MC-ME:Primary CHW Pumps", notes: "" }
  - { id: chws.pchwp-2.vfd-speed-fb,  system: Chilled Water, equipment_class: Primary CHW Pump, equipment_instance: PCHWP-2, location: 2F/CHW Pump Room, point_description: Variable Speed Monitoring (VFD speed feedback), type: AI, field_device: VFD,             c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID/MR-2", panel: PNL-CHWP-L2, source: "BMS-03:r0c0; MC-ME:Primary CHW Pumps", notes: "" }
  - { id: chws.pchwp-2.vfd-speed-cmd, system: Chilled Water, equipment_class: Primary CHW Pump, equipment_instance: PCHWP-2, location: 2F/CHW Pump Room, point_description: VFD Speed Command,                          type: AO, field_device: VFD,             c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID/Turn ON/OFF", panel: PNL-CHWP-L2, source: "BMS-03:r0c0; MC-ME:Primary CHW Pumps", notes: "" }

  - { id: chws.pchwp-3.run-status,    system: Chilled Water, equipment_class: Primary CHW Pump, equipment_instance: PCHWP-3, location: 2F/CHW Pump Room, point_description: On/Off Status (run feedback),               type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID/MR-1", panel: PNL-CHWP-L2, source: "BMS-03:r0c0; MC-ME:Primary CHW Pumps", notes: "" }
  - { id: chws.pchwp-3.hoa,           system: Chilled Water, equipment_class: Primary CHW Pump, equipment_instance: PCHWP-3, location: 2F/CHW Pump Room, point_description: Hand/Off/Auto Status,                       type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID",      panel: PNL-CHWP-L2, source: "BMS-03:r0c0; MC-ME:Primary CHW Pumps", notes: "" }
  - { id: chws.pchwp-3.trip,          system: Chilled Water, equipment_class: Primary CHW Pump, equipment_instance: PCHWP-3, location: 2F/CHW Pump Room, point_description: Trip Alarm,                                 type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID/Alarm-1", panel: PNL-CHWP-L2, source: "BMS-03:r0c0; MC-ME:Primary CHW Pumps", notes: "" }
  - { id: chws.pchwp-3.vfd-speed-fb,  system: Chilled Water, equipment_class: Primary CHW Pump, equipment_instance: PCHWP-3, location: 2F/CHW Pump Room, point_description: Variable Speed Monitoring (VFD speed feedback), type: AI, field_device: VFD,             c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID/MR-2", panel: PNL-CHWP-L2, source: "BMS-03:r0c0; MC-ME:Primary CHW Pumps", notes: "" }
  - { id: chws.pchwp-3.vfd-speed-cmd, system: Chilled Water, equipment_class: Primary CHW Pump, equipment_instance: PCHWP-3, location: 2F/CHW Pump Room, point_description: VFD Speed Command,                          type: AO, field_device: VFD,             c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID/Turn ON/OFF", panel: PNL-CHWP-L2, source: "BMS-03:r0c0; MC-ME:Primary CHW Pumps", notes: "" }

  - { id: chws.pchwp-4.run-status,    system: Chilled Water, equipment_class: Primary CHW Pump (Standby), equipment_instance: PCHWP-4, location: 2F/CHW Pump Room, point_description: On/Off Status (run feedback),       type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID/MR-1", panel: PNL-CHWP-L2, source: "MC-ME:Primary CHW Pumps; A-CHW-001", notes: "Standby pump assumed; refine count after Q-005/Q-008" }
  - { id: chws.pchwp-4.hoa,           system: Chilled Water, equipment_class: Primary CHW Pump (Standby), equipment_instance: PCHWP-4, location: 2F/CHW Pump Room, point_description: Hand/Off/Auto Status,                type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID",      panel: PNL-CHWP-L2, source: "MC-ME:Primary CHW Pumps; A-CHW-001", notes: "" }
  - { id: chws.pchwp-4.trip,          system: Chilled Water, equipment_class: Primary CHW Pump (Standby), equipment_instance: PCHWP-4, location: 2F/CHW Pump Room, point_description: Trip Alarm,                          type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID/Alarm-1", panel: PNL-CHWP-L2, source: "MC-ME:Primary CHW Pumps; A-CHW-001", notes: "" }
  - { id: chws.pchwp-4.vfd-speed-fb,  system: Chilled Water, equipment_class: Primary CHW Pump (Standby), equipment_instance: PCHWP-4, location: 2F/CHW Pump Room, point_description: Variable Speed Monitoring,            type: AI, field_device: VFD,             c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID/MR-2", panel: PNL-CHWP-L2, source: "MC-ME:Primary CHW Pumps; A-CHW-001", notes: "" }
  - { id: chws.pchwp-4.vfd-speed-cmd, system: Chilled Water, equipment_class: Primary CHW Pump (Standby), equipment_instance: PCHWP-4, location: 2F/CHW Pump Room, point_description: VFD Speed Command,                   type: AO, field_device: VFD,             c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID/Turn ON/OFF", panel: PNL-CHWP-L2, source: "MC-ME:Primary CHW Pumps; A-CHW-001", notes: "" }

  # ============================================================================
  # CONDENSER WATER PUMPS (COMP) — 3 units COMP-1..3 at 2nd Level Pump Room
  # Source: BMS-01 r1c1 (TUEC: "AT 2ND LEVEL (COMP-1 TO COMP-3)") + MC Standards CONDENSER WATER LOOP
  # Note: TUEC uses "COMP" prefix; BMS-03 P&ID labels them "COWP" — same equipment
  # ============================================================================

  - { id: chws.comp-1.run-status, system: Chilled Water, equipment_class: Condenser Water Pump, equipment_instance: COMP-1, location: 2F/CHW Pump Room, point_description: Pump Motor Start/Stop Control feedback (On/Off Status), type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/CW Pump P&ID/MR-1", panel: PNL-CHWP-L2, source: "BMS-01:r1c1; MC-ME:Condenser Water Pumps", notes: "" }
  - { id: chws.comp-1.hoa,        system: Chilled Water, equipment_class: Condenser Water Pump, equipment_instance: COMP-1, location: 2F/CHW Pump Room, point_description: Hand/Off/Auto Status,                                       type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/CW Pump P&ID/MR-2", panel: PNL-CHWP-L2, source: "BMS-01:r1c1; MC-ME:Condenser Water Pumps", notes: "" }
  - { id: chws.comp-1.trip,       system: Chilled Water, equipment_class: Condenser Water Pump, equipment_instance: COMP-1, location: 2F/CHW Pump Room, point_description: Pump Trip Alarm,                                              type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/CW Pump P&ID/Alarm-1", panel: PNL-CHWP-L2, source: "BMS-01:r1c1; MC-ME:Condenser Water Pumps", notes: "" }
  - { id: chws.comp-1.start-cmd,  system: Chilled Water, equipment_class: Condenser Water Pump, equipment_instance: COMP-1, location: 2F/CHW Pump Room, point_description: Start/Stop Control,                                           type: DO, field_device: Contactor relay,   c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/CW Pump P&ID/Turn ON/OFF", panel: PNL-CHWP-L2, source: "BMS-01:r1c1; MC-ME:Condenser Water Pumps", notes: "BMS commands pump start sequenced with chiller" }

  - { id: chws.comp-2.run-status, system: Chilled Water, equipment_class: Condenser Water Pump, equipment_instance: COMP-2, location: 2F/CHW Pump Room, point_description: Pump Motor Start/Stop Control feedback (On/Off Status), type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/CW Pump P&ID/MR-1", panel: PNL-CHWP-L2, source: "BMS-01:r1c1; MC-ME:Condenser Water Pumps", notes: "" }
  - { id: chws.comp-2.hoa,        system: Chilled Water, equipment_class: Condenser Water Pump, equipment_instance: COMP-2, location: 2F/CHW Pump Room, point_description: Hand/Off/Auto Status,                                       type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/CW Pump P&ID/MR-2", panel: PNL-CHWP-L2, source: "BMS-01:r1c1; MC-ME:Condenser Water Pumps", notes: "" }
  - { id: chws.comp-2.trip,       system: Chilled Water, equipment_class: Condenser Water Pump, equipment_instance: COMP-2, location: 2F/CHW Pump Room, point_description: Pump Trip Alarm,                                              type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/CW Pump P&ID/Alarm-1", panel: PNL-CHWP-L2, source: "BMS-01:r1c1; MC-ME:Condenser Water Pumps", notes: "" }
  - { id: chws.comp-2.start-cmd,  system: Chilled Water, equipment_class: Condenser Water Pump, equipment_instance: COMP-2, location: 2F/CHW Pump Room, point_description: Start/Stop Control,                                           type: DO, field_device: Contactor relay,   c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/CW Pump P&ID/Turn ON/OFF", panel: PNL-CHWP-L2, source: "BMS-01:r1c1; MC-ME:Condenser Water Pumps", notes: "" }

  - { id: chws.comp-3.run-status, system: Chilled Water, equipment_class: Condenser Water Pump, equipment_instance: COMP-3, location: 2F/CHW Pump Room, point_description: Pump Motor Start/Stop Control feedback (On/Off Status), type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/CW Pump P&ID/MR-1", panel: PNL-CHWP-L2, source: "BMS-01:r1c1; MC-ME:Condenser Water Pumps", notes: "" }
  - { id: chws.comp-3.hoa,        system: Chilled Water, equipment_class: Condenser Water Pump, equipment_instance: COMP-3, location: 2F/CHW Pump Room, point_description: Hand/Off/Auto Status,                                       type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/CW Pump P&ID/MR-2", panel: PNL-CHWP-L2, source: "BMS-01:r1c1; MC-ME:Condenser Water Pumps", notes: "" }
  - { id: chws.comp-3.trip,       system: Chilled Water, equipment_class: Condenser Water Pump, equipment_instance: COMP-3, location: 2F/CHW Pump Room, point_description: Pump Trip Alarm,                                              type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/CW Pump P&ID/Alarm-1", panel: PNL-CHWP-L2, source: "BMS-01:r1c1; MC-ME:Condenser Water Pumps", notes: "" }
  - { id: chws.comp-3.start-cmd,  system: Chilled Water, equipment_class: Condenser Water Pump, equipment_instance: COMP-3, location: 2F/CHW Pump Room, point_description: Start/Stop Control,                                           type: DO, field_device: Contactor relay,   c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/CW Pump P&ID/Turn ON/OFF", panel: PNL-CHWP-L2, source: "BMS-01:r1c1; MC-ME:Condenser Water Pumps", notes: "" }

  # ============================================================================
  # COOLING TOWERS — 3 units CT-1, CT-2, CT-3 at Roofdeck
  # Source: BMS-02 r1c2 (cooling tower I/O totals visible) + MC Standards COOLING TOWER AREA
  # Count assumption: A-CHW-002 (3 to match chillers; refine after Q-005/Q-008)
  # ============================================================================

  - { id: chws.ct-1.fan-status,         system: Chilled Water, equipment_class: Cooling Tower, equipment_instance: CT-1, location: Roofdeck/Cooling Tower Area, point_description: Fan Motor Status,                          type: DI, field_device: Auxiliary Contact,           c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Cooling Tower P&ID/MR-1", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "" }
  - { id: chws.ct-1.fan-trip,           system: Chilled Water, equipment_class: Cooling Tower, equipment_instance: CT-1, location: Roofdeck/Cooling Tower Area, point_description: Fan Trip Alarm Status,                     type: DI, field_device: Auxiliary Contact,           c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Cooling Tower P&ID/Alarm-1", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "" }
  - { id: chws.ct-1.fan-start-cmd,      system: Chilled Water, equipment_class: Cooling Tower, equipment_instance: CT-1, location: Roofdeck/Cooling Tower Area, point_description: Fan Motor Start/Stop Command,              type: DO, field_device: Contactor relay,             c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Cooling Tower P&ID/Turn ON/OFF", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "Sequenced with COW pump and chiller" }
  - { id: chws.ct-1.basin-level-low,    system: Chilled Water, equipment_class: Cooling Tower, equipment_instance: CT-1, location: Roofdeck/Cooling Tower Area, point_description: Level Alarm Low (CT Basin),                type: DI, field_device: Level Sensor / Electrode,    c_o: BMS Contractor,     description_of_operations_ref: "BMS-03/Cooling Tower P&ID/Alarm-2", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "" }
  - { id: chws.ct-1.basin-level-high,   system: Chilled Water, equipment_class: Cooling Tower, equipment_instance: CT-1, location: Roofdeck/Cooling Tower Area, point_description: Level Alarm High (CT Basin),               type: DI, field_device: Level Sensor / Electrode,    c_o: BMS Contractor,     description_of_operations_ref: "BMS-03/Cooling Tower P&ID/Alarm-2", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "" }
  - { id: chws.ct-1.iso-vlv-cw-rs,      system: Chilled Water, equipment_class: Cooling Tower, equipment_instance: CT-1, location: Roofdeck/Cooling Tower Area, point_description: Isolation Motorized Valve Status — COW R&S, type: DI, field_device: Electric Valve Actuator,     c_o: ME Contractor,      description_of_operations_ref: "BMS-03/Cooling Tower P&ID/MR-12", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "" }
  - { id: chws.ct-1.blowdown-vlv-cmd,   system: Chilled Water, equipment_class: Cooling Tower, equipment_instance: CT-1, location: Roofdeck/Cooling Tower Area, point_description: Motorized Blowdown Valve Control,         type: DO, field_device: Electric Valve Actuator,     c_o: BMS Contractor,     description_of_operations_ref: "BMS-03/Cooling Tower P&ID/Turn ON/OFF blowdown", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "" }
  - { id: chws.ct-1.blowdown-vlv-stat,  system: Chilled Water, equipment_class: Cooling Tower, equipment_instance: CT-1, location: Roofdeck/Cooling Tower Area, point_description: Motorized Blowdown Valve Status,          type: DI, field_device: Electric Valve Actuator,     c_o: BMS Contractor,     description_of_operations_ref: "BMS-03/Cooling Tower P&ID/MR-14", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "" }
  - { id: chws.ct-1.blowdown-ph,        system: Chilled Water, equipment_class: Cooling Tower, equipment_instance: CT-1, location: Roofdeck/Cooling Tower Area, point_description: Blowdown Corrosion/Scale Monitoring (pH/Conductivity), type: AI, field_device: pH Sensor / Conductivity Sensor, c_o: ME Contractor, description_of_operations_ref: "BMS-03/Cooling Tower P&ID/MR-13", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "Field device by ME; signal to BMS" }

  - { id: chws.ct-2.fan-status,         system: Chilled Water, equipment_class: Cooling Tower, equipment_instance: CT-2, location: Roofdeck/Cooling Tower Area, point_description: Fan Motor Status,                          type: DI, field_device: Auxiliary Contact,           c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Cooling Tower P&ID/MR-1", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "" }
  - { id: chws.ct-2.fan-trip,           system: Chilled Water, equipment_class: Cooling Tower, equipment_instance: CT-2, location: Roofdeck/Cooling Tower Area, point_description: Fan Trip Alarm Status,                     type: DI, field_device: Auxiliary Contact,           c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Cooling Tower P&ID/Alarm-1", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "" }
  - { id: chws.ct-2.fan-start-cmd,      system: Chilled Water, equipment_class: Cooling Tower, equipment_instance: CT-2, location: Roofdeck/Cooling Tower Area, point_description: Fan Motor Start/Stop Command,              type: DO, field_device: Contactor relay,             c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Cooling Tower P&ID/Turn ON/OFF", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "" }
  - { id: chws.ct-2.basin-level-low,    system: Chilled Water, equipment_class: Cooling Tower, equipment_instance: CT-2, location: Roofdeck/Cooling Tower Area, point_description: Level Alarm Low (CT Basin),                type: DI, field_device: Level Sensor / Electrode,    c_o: BMS Contractor,     description_of_operations_ref: "BMS-03/Cooling Tower P&ID/Alarm-2", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "" }
  - { id: chws.ct-2.basin-level-high,   system: Chilled Water, equipment_class: Cooling Tower, equipment_instance: CT-2, location: Roofdeck/Cooling Tower Area, point_description: Level Alarm High (CT Basin),               type: DI, field_device: Level Sensor / Electrode,    c_o: BMS Contractor,     description_of_operations_ref: "BMS-03/Cooling Tower P&ID/Alarm-2", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "" }
  - { id: chws.ct-2.iso-vlv-cw-rs,      system: Chilled Water, equipment_class: Cooling Tower, equipment_instance: CT-2, location: Roofdeck/Cooling Tower Area, point_description: Isolation Motorized Valve Status — COW R&S, type: DI, field_device: Electric Valve Actuator,     c_o: ME Contractor,      description_of_operations_ref: "BMS-03/Cooling Tower P&ID/MR-12", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "" }
  - { id: chws.ct-2.blowdown-vlv-cmd,   system: Chilled Water, equipment_class: Cooling Tower, equipment_instance: CT-2, location: Roofdeck/Cooling Tower Area, point_description: Motorized Blowdown Valve Control,         type: DO, field_device: Electric Valve Actuator,     c_o: BMS Contractor,     description_of_operations_ref: "BMS-03/Cooling Tower P&ID/Turn ON/OFF blowdown", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "" }
  - { id: chws.ct-2.blowdown-vlv-stat,  system: Chilled Water, equipment_class: Cooling Tower, equipment_instance: CT-2, location: Roofdeck/Cooling Tower Area, point_description: Motorized Blowdown Valve Status,          type: DI, field_device: Electric Valve Actuator,     c_o: BMS Contractor,     description_of_operations_ref: "BMS-03/Cooling Tower P&ID/MR-14", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "" }
  - { id: chws.ct-2.blowdown-ph,        system: Chilled Water, equipment_class: Cooling Tower, equipment_instance: CT-2, location: Roofdeck/Cooling Tower Area, point_description: Blowdown Corrosion/Scale Monitoring,       type: AI, field_device: pH Sensor / Conductivity Sensor, c_o: ME Contractor, description_of_operations_ref: "BMS-03/Cooling Tower P&ID/MR-13", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "" }

  - { id: chws.ct-3.fan-status,         system: Chilled Water, equipment_class: Cooling Tower, equipment_instance: CT-3, location: Roofdeck/Cooling Tower Area, point_description: Fan Motor Status,                          type: DI, field_device: Auxiliary Contact,           c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Cooling Tower P&ID/MR-1", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "" }
  - { id: chws.ct-3.fan-trip,           system: Chilled Water, equipment_class: Cooling Tower, equipment_instance: CT-3, location: Roofdeck/Cooling Tower Area, point_description: Fan Trip Alarm Status,                     type: DI, field_device: Auxiliary Contact,           c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Cooling Tower P&ID/Alarm-1", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "" }
  - { id: chws.ct-3.fan-start-cmd,      system: Chilled Water, equipment_class: Cooling Tower, equipment_instance: CT-3, location: Roofdeck/Cooling Tower Area, point_description: Fan Motor Start/Stop Command,              type: DO, field_device: Contactor relay,             c_o: Equipment Supplier, description_of_operations_ref: "BMS-03/Cooling Tower P&ID/Turn ON/OFF", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "" }
  - { id: chws.ct-3.basin-level-low,    system: Chilled Water, equipment_class: Cooling Tower, equipment_instance: CT-3, location: Roofdeck/Cooling Tower Area, point_description: Level Alarm Low (CT Basin),                type: DI, field_device: Level Sensor / Electrode,    c_o: BMS Contractor,     description_of_operations_ref: "BMS-03/Cooling Tower P&ID/Alarm-2", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "" }
  - { id: chws.ct-3.basin-level-high,   system: Chilled Water, equipment_class: Cooling Tower, equipment_instance: CT-3, location: Roofdeck/Cooling Tower Area, point_description: Level Alarm High (CT Basin),               type: DI, field_device: Level Sensor / Electrode,    c_o: BMS Contractor,     description_of_operations_ref: "BMS-03/Cooling Tower P&ID/Alarm-2", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "" }
  - { id: chws.ct-3.iso-vlv-cw-rs,      system: Chilled Water, equipment_class: Cooling Tower, equipment_instance: CT-3, location: Roofdeck/Cooling Tower Area, point_description: Isolation Motorized Valve Status — COW R&S, type: DI, field_device: Electric Valve Actuator,     c_o: ME Contractor,      description_of_operations_ref: "BMS-03/Cooling Tower P&ID/MR-12", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "" }
  - { id: chws.ct-3.blowdown-vlv-cmd,   system: Chilled Water, equipment_class: Cooling Tower, equipment_instance: CT-3, location: Roofdeck/Cooling Tower Area, point_description: Motorized Blowdown Valve Control,         type: DO, field_device: Electric Valve Actuator,     c_o: BMS Contractor,     description_of_operations_ref: "BMS-03/Cooling Tower P&ID/Turn ON/OFF blowdown", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "" }
  - { id: chws.ct-3.blowdown-vlv-stat,  system: Chilled Water, equipment_class: Cooling Tower, equipment_instance: CT-3, location: Roofdeck/Cooling Tower Area, point_description: Motorized Blowdown Valve Status,          type: DI, field_device: Electric Valve Actuator,     c_o: BMS Contractor,     description_of_operations_ref: "BMS-03/Cooling Tower P&ID/MR-14", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "" }
  - { id: chws.ct-3.blowdown-ph,        system: Chilled Water, equipment_class: Cooling Tower, equipment_instance: CT-3, location: Roofdeck/Cooling Tower Area, point_description: Blowdown Corrosion/Scale Monitoring,       type: AI, field_device: pH Sensor / Conductivity Sensor, c_o: ME Contractor, description_of_operations_ref: "BMS-03/Cooling Tower P&ID/MR-13", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "" }

  # ============================================================================
  # COOLING TOWER COMMON / OUTSIDE AIR (shared monitoring at Roofdeck)
  # ============================================================================

  - { id: chws.ct-common.outside-air-temp,   system: Chilled Water, equipment_class: Cooling Tower (Common), equipment_instance: CT-COMMON, location: Roofdeck/Cooling Tower Area, point_description: Outside Air Temperature Monitoring, type: AI, field_device: Temperature Sensor (outdoor),  c_o: BMS Contractor, description_of_operations_ref: "BMS-03/Cooling Tower P&ID/MR-4", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "Single OA sensor serves all CTs" }
  - { id: chws.ct-common.outside-air-rh,     system: Chilled Water, equipment_class: Cooling Tower (Common), equipment_instance: CT-COMMON, location: Roofdeck/Cooling Tower Area, point_description: Outside Air Humidity Monitoring,    type: AI, field_device: Humidity Sensor (outdoor),     c_o: BMS Contractor, description_of_operations_ref: "BMS-03/Cooling Tower P&ID/MR-5", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "Single OA RH sensor serves all CTs" }
  - { id: chws.hdr-cws-rd.temp,              system: Chilled Water, equipment_class: Condenser Water Header, equipment_instance: HDR-CWS-RD, location: Roofdeck/Cooling Tower Area, point_description: Main Condenser Water Supply Header Temperature, type: AI, field_device: Temperature Sensor (immersion), c_o: BMS Contractor, description_of_operations_ref: "BMS-03/Cooling Tower P&ID/MR-2", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "" }
  - { id: chws.hdr-cwr-rd.temp,              system: Chilled Water, equipment_class: Condenser Water Header, equipment_instance: HDR-CWR-RD, location: Roofdeck/Cooling Tower Area, point_description: Main Condenser Water Return Header Temperature, type: AI, field_device: Temperature Sensor (immersion), c_o: BMS Contractor, description_of_operations_ref: "BMS-03/Cooling Tower P&ID/MR-3", panel: PNL-CT-RD, source: "BMS-02:r1c2; MC-ME:Cooling Tower", notes: "" }

  # ============================================================================
  # CHW / COW HEADERS at 2nd Level (Supply, Return, Bypass with diff pressure)
  # Source: BMS-01 r1c1 + MC Standards CHW Supply Main Header / CHW Return Main Header / CHW Main Header
  # ============================================================================

  - { id: chws.hdr-chws-l2.temp,            system: Chilled Water, equipment_class: CHW Supply Main Header, equipment_instance: HDR-CHWS, location: 2F/CHW Pump Room, point_description: CHW Supply Main Header Temperature,        type: AI, field_device: Temperature Sensor (immersion), c_o: BMS Contractor, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID — header", panel: PNL-CHWP-L2, source: "BMS-01:r1c1; MC-ME:CHW Supply Header", notes: "" }
  - { id: chws.hdr-chws-l2.press,           system: Chilled Water, equipment_class: CHW Supply Main Header, equipment_instance: HDR-CHWS, location: 2F/CHW Pump Room, point_description: CHW Supply Main Header Pressure,           type: AI, field_device: Pressure Sensor,                c_o: BMS Contractor, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID — header", panel: PNL-CHWP-L2, source: "BMS-01:r1c1; MC-ME:CHW Supply Header", notes: "" }
  - { id: chws.hdr-chwr-l2.temp,            system: Chilled Water, equipment_class: CHW Return Main Header, equipment_instance: HDR-CHWR, location: 2F/CHW Pump Room, point_description: CHW Return Main Header Temperature,        type: AI, field_device: Temperature Sensor (immersion), c_o: BMS Contractor, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID — header", panel: PNL-CHWP-L2, source: "BMS-01:r1c1; MC-ME:CHW Return Header", notes: "" }
  - { id: chws.hdr-chwr-l2.press,           system: Chilled Water, equipment_class: CHW Return Main Header, equipment_instance: HDR-CHWR, location: 2F/CHW Pump Room, point_description: CHW Return Main Header Pressure,           type: AI, field_device: Pressure Sensor,                c_o: BMS Contractor, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID — header", panel: PNL-CHWP-L2, source: "BMS-01:r1c1; MC-ME:CHW Return Header", notes: "" }
  - { id: chws.hdr-chw-bp.diff-press,       system: Chilled Water, equipment_class: CHW Bypass Header, equipment_instance: HDR-CHW-BP, location: 2F/CHW Pump Room, point_description: CHW Differential Pressure (Supply vs. Return),   type: AI, field_device: Differential Pressure Sensor,   c_o: BMS Contractor, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID — bypass", panel: PNL-CHWP-L2, source: "BMS-01:r1c1; MC-ME:CHW Main Header", notes: "Drives PCHWP VFD speed control" }
  - { id: chws.hdr-chw-bp.diff-temp,        system: Chilled Water, equipment_class: CHW Bypass Header, equipment_instance: HDR-CHW-BP, location: 2F/CHW Pump Room, point_description: CHW Differential Temperature (Supply vs. Return), type: AI, field_device: Differential Temp Sensor,        c_o: BMS Contractor, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID — bypass", panel: PNL-CHWP-L2, source: "BMS-01:r1c1; MC-ME:CHW Main Header", notes: "" }
  - { id: chws.hdr-chw-bp.iso-vlv-stat,     system: Chilled Water, equipment_class: CHW Bypass Header, equipment_instance: HDR-CHW-BP, location: 2F/CHW Pump Room, point_description: Isolation Motorized Valve Status — CHW Bypass,    type: DI, field_device: Electric Valve Actuator,        c_o: BMS Contractor, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID — bypass", panel: PNL-CHWP-L2, source: "BMS-01:r1c1; MC-ME:CHW Main Header", notes: "BMS-supplied actuator on bypass" }
  - { id: chws.hdr-chw-bp.iso-vlv-cmd,      system: Chilled Water, equipment_class: CHW Bypass Header, equipment_instance: HDR-CHW-BP, location: 2F/CHW Pump Room, point_description: Isolation Motorized Valve Control — CHW Bypass,   type: DO, field_device: Electric Valve Actuator,        c_o: BMS Contractor, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID — bypass", panel: PNL-CHWP-L2, source: "BMS-01:r1c1; MC-ME:CHW Main Header", notes: "" }

  # ============================================================================
  # SYSTEM-LEVEL CHW BTU METER (energy submetering for chiller plant)
  # Source: BMS-03 P&ID shows CHW BTU meter on supply leg
  # ============================================================================

  - { id: chws.btu-chws-main.network, system: Chilled Water, equipment_class: BTU Meter, equipment_instance: BTU-CHWS-MAIN, location: 2F/CHW Pump Room, point_description: BTU Meter Modbus Network connection,           type: Network, field_device: BTU Meter (Modbus RTU/IP), c_o: BMS Contractor, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID — BTU meter",  panel: PNL-CHWP-L2, source: "BMS-03:r0c0/r0c1; MC-ME:Chiller (CHW flow)", notes: "Plant-level kWh + Btu energy submetering" }
  - { id: chws.btu-chws-main.energy,  system: Chilled Water, equipment_class: BTU Meter, equipment_instance: BTU-CHWS-MAIN, location: 2F/CHW Pump Room, point_description: Cumulative thermal energy (kBtu),               type: HLI,     field_device: "-",                       c_o: BMS Contractor, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID — BTU meter",  panel: PNL-CHWP-L2, source: "BMS-03:r0c0/r0c1; MC-ME:Chiller (CHW flow)", notes: "" }
  - { id: chws.btu-chws-main.flow,    system: Chilled Water, equipment_class: BTU Meter, equipment_instance: BTU-CHWS-MAIN, location: 2F/CHW Pump Room, point_description: CHW Mass Flow,                                  type: HLI,     field_device: "-",                       c_o: BMS Contractor, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID — BTU meter",  panel: PNL-CHWP-L2, source: "BMS-03:r0c0/r0c1; MC-ME:Chiller (CHW flow)", notes: "" }
  - { id: chws.btu-chws-main.dt,      system: Chilled Water, equipment_class: BTU Meter, equipment_instance: BTU-CHWS-MAIN, location: 2F/CHW Pump Room, point_description: CHW Supply-Return Delta Temperature,            type: HLI,     field_device: "-",                       c_o: BMS Contractor, description_of_operations_ref: "BMS-03/Primary CHW & CW P&ID — BTU meter",  panel: PNL-CHWP-L2, source: "BMS-03:r0c0/r0c1; MC-ME:Chiller (CHW flow)", notes: "" }

  # ============================================================================
  # CHUNK 2 — BASEMENT-PODIUM BOH AIR HANDLING UNITS (BOH AHU at GND Level)
  # ============================================================================
  # Source: BMS-01 r0c1 (BASEMENT-PODIUM BOH I/O P[oint] Tabulation, right column)
  # Baseline: MC Standards - ME Points list, AHU-AC at 2nd Level / Common Areas (pages 3-4)
  #
  # KNOWN GAP: The TUEC table header shows "AIR HANDLING UNIT  qty 10" with point
  # counts of 10 across all columns, but only 3 AHUs are location-tagged:
  # "AT GND LEVEL (CHWP-1.1/1.2/1.3) qty 3". The remaining 7 are not enumerated
  # by tag/location. Filed as Q-021 — request full BOH AHU schedule from customer.
  # This chunk includes ONLY the 3 confirmed AHUs. The remaining 7 will be added
  # once Q-021 resolves; until then, BOH AHU coverage is partial.
  #
  # Per-AHU point pattern: 17 rows (16 I/O points + 1 BACnet network connection
  # to AHU's VFD/equipment controller).
  # Equipment instance tags: CHWP-1.1, CHWP-1.2, CHWP-1.3 (TUEC nomenclature —
  # likely "Chilled-Water-served AHU at Plant" or Megaworld custom code).
  # Panel: PNL-CHWP-GND (BMS field panel at Ground Level BOH AHU plant area).

  # --- CHWP-1.1 ---
  - { id: boh.chwp-1-1.network,                system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.1, location: GND/BOH AHU Area, point_description: BACnet/Modbus network to AHU VFD/controller,                 type: Network, field_device: VFD with BACnet,                                  c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:AHU-AC at 2nd Level/Common Areas; BMS-01 BOH table", panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "1 network drop per AHU's VFD" }
  - { id: boh.chwp-1-1.fan-motor-status,       system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.1, location: GND/BOH AHU Area, point_description: Fan Motor Status,                                            type: DI,      field_device: Auxiliary Contact,                                c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:AHU-AC/MR-1",                                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-1.fan-trip-status,        system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.1, location: GND/BOH AHU Area, point_description: Fan Trip Alarm Status,                                       type: DI,      field_device: Auxiliary Contact,                                c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:AHU-AC/Alarm-1",                                         panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-1.fan-hoa-status,         system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.1, location: GND/BOH AHU Area, point_description: Fan Motor Hand/Off/Auto Status,                              type: DI,      field_device: Auxiliary Contact,                                c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:AHU-AC",                                                 panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-1.vfd-speed-fb,           system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.1, location: GND/BOH AHU Area, point_description: Variable Frequency Drive (VFD) Speed Monitoring (feedback),    type: HLI,     field_device: VFD,                                              c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:AHU-AC/MR-7",                                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "Via VFD BACnet" }
  - { id: boh.chwp-1-1.fan-control-cmd,        system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.1, location: GND/BOH AHU Area, point_description: Fan Control On/Off/Modulating (speed command),                type: HLI,     field_device: VFD,                                              c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:AHU-AC/Turn ON/OFF",                                     panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "Via VFD BACnet" }
  - { id: boh.chwp-1-1.supply-air-temp,        system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.1, location: GND/BOH AHU Area, point_description: Supply Air Temperature,                                       type: AI,      field_device: Temperature Sensor (duct insertion),              c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:AHU-AC/MR-6",                                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-1.mixed-air-temp,         system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.1, location: GND/BOH AHU Area, point_description: Mixed Air Temperature,                                        type: AI,      field_device: Temperature Sensor (duct insertion),              c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:AHU-AC/MR-5",                                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-1.supply-air-rh,          system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.1, location: GND/BOH AHU Area, point_description: Supply Air Humidity Monitoring,                                type: AI,      field_device: Humidity Sensor (duct insertion),                 c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:AHU-AC",                                                 panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-1.return-air-temp,        system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.1, location: GND/BOH AHU Area, point_description: Indoor Return Air Temperature,                                 type: AI,      field_device: Temperature Sensor (duct insertion),              c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:AHU-AC/MR-3",                                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-1.return-air-co2,         system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.1, location: GND/BOH AHU Area, point_description: Indoor Return Air CO2 Level,                                   type: AI,      field_device: CO2 Sensor (duct),                                c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:AHU-AC/MR-4",                                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "Drives DCV (demand-controlled ventilation)" }
  - { id: boh.chwp-1-1.chw-vlv-status,         system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.1, location: GND/BOH AHU Area, point_description: Two-Way CHW Modulating Valve Status,                          type: DI,      field_device: Electric Valve Actuator (limit/feedback switch),  c_o: ME Contractor,      description_of_operations_ref: "MC-ME:AHU-AC",                                                 panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "Valve supplied by ME" }
  - { id: boh.chwp-1-1.chw-vlv-cmd,            system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.1, location: GND/BOH AHU Area, point_description: CHW Modulating Valve Control On/Off/Modulating,                 type: AO,      field_device: Electric Valve Actuator (0-10V or 4-20mA),        c_o: ME Contractor,      description_of_operations_ref: "MC-ME:AHU-AC/Modulate-1",                                      panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "Drives valve to maintain supply air temp" }
  - { id: boh.chwp-1-1.oa-damper-status,       system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.1, location: GND/BOH AHU Area, point_description: Outdoor Air Motorized Damper Status,                            type: DI,      field_device: Damper Controller (limit/feedback switch),        c_o: ME Contractor,      description_of_operations_ref: "MC-ME:AHU-AC/MR-9",                                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "Damper supplied by ME" }
  - { id: boh.chwp-1-1.oa-damper-cmd,          system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.1, location: GND/BOH AHU Area, point_description: Outdoor Air Motorized Damper Control On/Off/Modulating,           type: AO,      field_device: Damper Controller (0-10V or 4-20mA),              c_o: ME Contractor,      description_of_operations_ref: "MC-ME:AHU-AC/Turn ON/OFF/Modulate",                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-1.ra-damper-status,       system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.1, location: GND/BOH AHU Area, point_description: Return Air Motorized Damper Status,                             type: DI,      field_device: Damper Controller (limit/feedback switch),        c_o: ME Contractor,      description_of_operations_ref: "MC-ME:AHU-AC/MR-8",                                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-1.ra-damper-cmd,          system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.1, location: GND/BOH AHU Area, point_description: Return Air Motorized Damper Control On/Off/Modulating,            type: AO,      field_device: Damper Controller (0-10V or 4-20mA),              c_o: ME Contractor,      description_of_operations_ref: "MC-ME:AHU-AC/Turn ON/OFF/Modulate",                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }

  # --- CHWP-1.2 ---
  - { id: boh.chwp-1-2.network,                system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.2, location: GND/BOH AHU Area, point_description: BACnet/Modbus network to AHU VFD/controller,                 type: Network, field_device: VFD with BACnet,                                  c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:AHU-AC at 2nd Level/Common Areas; BMS-01 BOH table", panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-2.fan-motor-status,       system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.2, location: GND/BOH AHU Area, point_description: Fan Motor Status,                                            type: DI,      field_device: Auxiliary Contact,                                c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:AHU-AC/MR-1",                                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-2.fan-trip-status,        system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.2, location: GND/BOH AHU Area, point_description: Fan Trip Alarm Status,                                       type: DI,      field_device: Auxiliary Contact,                                c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:AHU-AC/Alarm-1",                                         panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-2.fan-hoa-status,         system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.2, location: GND/BOH AHU Area, point_description: Fan Motor Hand/Off/Auto Status,                              type: DI,      field_device: Auxiliary Contact,                                c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:AHU-AC",                                                 panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-2.vfd-speed-fb,           system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.2, location: GND/BOH AHU Area, point_description: Variable Frequency Drive (VFD) Speed Monitoring (feedback),    type: HLI,     field_device: VFD,                                              c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:AHU-AC/MR-7",                                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "Via VFD BACnet" }
  - { id: boh.chwp-1-2.fan-control-cmd,        system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.2, location: GND/BOH AHU Area, point_description: Fan Control On/Off/Modulating (speed command),                type: HLI,     field_device: VFD,                                              c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:AHU-AC/Turn ON/OFF",                                     panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "Via VFD BACnet" }
  - { id: boh.chwp-1-2.supply-air-temp,        system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.2, location: GND/BOH AHU Area, point_description: Supply Air Temperature,                                       type: AI,      field_device: Temperature Sensor (duct insertion),              c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:AHU-AC/MR-6",                                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-2.mixed-air-temp,         system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.2, location: GND/BOH AHU Area, point_description: Mixed Air Temperature,                                        type: AI,      field_device: Temperature Sensor (duct insertion),              c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:AHU-AC/MR-5",                                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-2.supply-air-rh,          system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.2, location: GND/BOH AHU Area, point_description: Supply Air Humidity Monitoring,                                type: AI,      field_device: Humidity Sensor (duct insertion),                 c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:AHU-AC",                                                 panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-2.return-air-temp,        system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.2, location: GND/BOH AHU Area, point_description: Indoor Return Air Temperature,                                 type: AI,      field_device: Temperature Sensor (duct insertion),              c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:AHU-AC/MR-3",                                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-2.return-air-co2,         system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.2, location: GND/BOH AHU Area, point_description: Indoor Return Air CO2 Level,                                   type: AI,      field_device: CO2 Sensor (duct),                                c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:AHU-AC/MR-4",                                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-2.chw-vlv-status,         system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.2, location: GND/BOH AHU Area, point_description: Two-Way CHW Modulating Valve Status,                          type: DI,      field_device: Electric Valve Actuator (limit/feedback switch),  c_o: ME Contractor,      description_of_operations_ref: "MC-ME:AHU-AC",                                                 panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-2.chw-vlv-cmd,            system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.2, location: GND/BOH AHU Area, point_description: CHW Modulating Valve Control On/Off/Modulating,                 type: AO,      field_device: Electric Valve Actuator (0-10V or 4-20mA),        c_o: ME Contractor,      description_of_operations_ref: "MC-ME:AHU-AC/Modulate-1",                                      panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-2.oa-damper-status,       system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.2, location: GND/BOH AHU Area, point_description: Outdoor Air Motorized Damper Status,                            type: DI,      field_device: Damper Controller (limit/feedback switch),        c_o: ME Contractor,      description_of_operations_ref: "MC-ME:AHU-AC/MR-9",                                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-2.oa-damper-cmd,          system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.2, location: GND/BOH AHU Area, point_description: Outdoor Air Motorized Damper Control On/Off/Modulating,           type: AO,      field_device: Damper Controller (0-10V or 4-20mA),              c_o: ME Contractor,      description_of_operations_ref: "MC-ME:AHU-AC/Turn ON/OFF/Modulate",                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-2.ra-damper-status,       system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.2, location: GND/BOH AHU Area, point_description: Return Air Motorized Damper Status,                             type: DI,      field_device: Damper Controller (limit/feedback switch),        c_o: ME Contractor,      description_of_operations_ref: "MC-ME:AHU-AC/MR-8",                                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-2.ra-damper-cmd,          system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.2, location: GND/BOH AHU Area, point_description: Return Air Motorized Damper Control On/Off/Modulating,            type: AO,      field_device: Damper Controller (0-10V or 4-20mA),              c_o: ME Contractor,      description_of_operations_ref: "MC-ME:AHU-AC/Turn ON/OFF/Modulate",                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }

  # --- CHWP-1.3 ---
  - { id: boh.chwp-1-3.network,                system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.3, location: GND/BOH AHU Area, point_description: BACnet/Modbus network to AHU VFD/controller,                 type: Network, field_device: VFD with BACnet,                                  c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:AHU-AC at 2nd Level/Common Areas; BMS-01 BOH table", panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-3.fan-motor-status,       system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.3, location: GND/BOH AHU Area, point_description: Fan Motor Status,                                            type: DI,      field_device: Auxiliary Contact,                                c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:AHU-AC/MR-1",                                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-3.fan-trip-status,        system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.3, location: GND/BOH AHU Area, point_description: Fan Trip Alarm Status,                                       type: DI,      field_device: Auxiliary Contact,                                c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:AHU-AC/Alarm-1",                                         panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-3.fan-hoa-status,         system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.3, location: GND/BOH AHU Area, point_description: Fan Motor Hand/Off/Auto Status,                              type: DI,      field_device: Auxiliary Contact,                                c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:AHU-AC",                                                 panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-3.vfd-speed-fb,           system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.3, location: GND/BOH AHU Area, point_description: Variable Frequency Drive (VFD) Speed Monitoring (feedback),    type: HLI,     field_device: VFD,                                              c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:AHU-AC/MR-7",                                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "Via VFD BACnet" }
  - { id: boh.chwp-1-3.fan-control-cmd,        system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.3, location: GND/BOH AHU Area, point_description: Fan Control On/Off/Modulating (speed command),                type: HLI,     field_device: VFD,                                              c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:AHU-AC/Turn ON/OFF",                                     panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "Via VFD BACnet" }
  - { id: boh.chwp-1-3.supply-air-temp,        system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.3, location: GND/BOH AHU Area, point_description: Supply Air Temperature,                                       type: AI,      field_device: Temperature Sensor (duct insertion),              c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:AHU-AC/MR-6",                                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-3.mixed-air-temp,         system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.3, location: GND/BOH AHU Area, point_description: Mixed Air Temperature,                                        type: AI,      field_device: Temperature Sensor (duct insertion),              c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:AHU-AC/MR-5",                                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-3.supply-air-rh,          system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.3, location: GND/BOH AHU Area, point_description: Supply Air Humidity Monitoring,                                type: AI,      field_device: Humidity Sensor (duct insertion),                 c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:AHU-AC",                                                 panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-3.return-air-temp,        system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.3, location: GND/BOH AHU Area, point_description: Indoor Return Air Temperature,                                 type: AI,      field_device: Temperature Sensor (duct insertion),              c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:AHU-AC/MR-3",                                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-3.return-air-co2,         system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.3, location: GND/BOH AHU Area, point_description: Indoor Return Air CO2 Level,                                   type: AI,      field_device: CO2 Sensor (duct),                                c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:AHU-AC/MR-4",                                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-3.chw-vlv-status,         system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.3, location: GND/BOH AHU Area, point_description: Two-Way CHW Modulating Valve Status,                          type: DI,      field_device: Electric Valve Actuator (limit/feedback switch),  c_o: ME Contractor,      description_of_operations_ref: "MC-ME:AHU-AC",                                                 panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-3.chw-vlv-cmd,            system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.3, location: GND/BOH AHU Area, point_description: CHW Modulating Valve Control On/Off/Modulating,                 type: AO,      field_device: Electric Valve Actuator (0-10V or 4-20mA),        c_o: ME Contractor,      description_of_operations_ref: "MC-ME:AHU-AC/Modulate-1",                                      panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-3.oa-damper-status,       system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.3, location: GND/BOH AHU Area, point_description: Outdoor Air Motorized Damper Status,                            type: DI,      field_device: Damper Controller (limit/feedback switch),        c_o: ME Contractor,      description_of_operations_ref: "MC-ME:AHU-AC/MR-9",                                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-3.oa-damper-cmd,          system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.3, location: GND/BOH AHU Area, point_description: Outdoor Air Motorized Damper Control On/Off/Modulating,           type: AO,      field_device: Damper Controller (0-10V or 4-20mA),              c_o: ME Contractor,      description_of_operations_ref: "MC-ME:AHU-AC/Turn ON/OFF/Modulate",                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-3.ra-damper-status,       system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.3, location: GND/BOH AHU Area, point_description: Return Air Motorized Damper Status,                             type: DI,      field_device: Damper Controller (limit/feedback switch),        c_o: ME Contractor,      description_of_operations_ref: "MC-ME:AHU-AC/MR-8",                                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }
  - { id: boh.chwp-1-3.ra-damper-cmd,          system: BOH Air Handling, equipment_class: AHU (Chilled-Water-Served), equipment_instance: CHWP-1.3, location: GND/BOH AHU Area, point_description: Return Air Motorized Damper Control On/Off/Modulating,            type: AO,      field_device: Damper Controller (0-10V or 4-20mA),              c_o: ME Contractor,      description_of_operations_ref: "MC-ME:AHU-AC/Turn ON/OFF/Modulate",                            panel: PNL-CHWP-GND, source: "BMS-01:r0c1; MC-ME:AHU-AC", notes: "" }

  # --- CHWP-1.4 through CHWP-1.10 (or other tags): NOT YET ENUMERATED ---
  # The points list shows 10 BOH AHUs total but only 3 are location-tagged.
  # The remaining 7 will be added once Q-021 is answered with the full AHU schedule.
  # Estimated additional rows when Q-021 resolves: 7 × 17 = 119 rows.

  # ============================================================================
  # CHUNK 3 — PLUMBING / SANITARY HOTWATER SYSTEM
  # ============================================================================
  # Source: BMS-01 r0c2 (PLUMBING/SANITARY HOTWATER SYSTEM table) + MC Standards PL
  #
  # Visible TUEC I/O totals: 12 AI / 0 AO / 18 DI / 0 DO / 18 HLI = 48
  # Equipment per BMS-01 r0c2:
  #   - Calorifiers (Hot Water Storage Tanks): qty 6 (3 at Lower Ground "LZ" + 3 at Roofdeck "HZ")
  #   - Hot Water Headers (Supply/Return + Make-up CW): qty 2 sets (1 at LZ + 1 at HZ)
  #   - Heat Pumps: qty 6 (3 at LZ + 3 at HZ)
  #   - Recirculating Pumps: qty 6 (3 at LZ + 3 at HZ)
  #
  # MC Standards PL says all pump aux contacts are physical Auxiliary Contacts
  # (would normally be DI). However, TUEC totals show 18 DI + 18 HLI for the
  # 36 pump status points — implying half are physical-wired DI and half are
  # routed through an equipment-panel HLI gateway.
  #
  # ASSUMPTION A-PL-001: Lower-Ground (LZ) pumps closer to BMS plant panel are
  # hardwired DI; Roofdeck (HZ) pumps far from plant panel are routed through
  # equipment-panel HLI. This split gives 18 DI + 18 HLI = 36, matching TUEC.
  # Refine when wiring strategy is confirmed (likely tied to Q-008 mech layouts).
  #
  # Per-equipment point pattern:
  #   - Calorifier (HWT): 1 AI (tank temperature)
  #   - Header set (HDR-HW): 3 AI (HW supply temp, HW return temp, make-up CW temp)
  #   - Heat Pump (HP): 3 status (motor status, HOA, trip alarm)
  #   - Recirculating Pump (RP): 3 status (motor status, HOA, trip alarm)
  #
  # Panels:
  #   - PNL-PL-LZ: Plumbing BMS panel at Lower Ground hot water plant room
  #   - PNL-PL-HZ: Plumbing BMS panel at Roofdeck hot water plant area

  # --- Calorifiers (Hot Water Storage Tanks) at Lower Ground ---
  - { id: pl.hwt-lz-1.tank-temp,    system: Plumbing & Sanitary Hotwater, equipment_class: Calorifier (Hot Water Storage Tank), equipment_instance: HWT-LZ-1, location: Lower Ground/HW Plant, point_description: Tank Temperature, type: AI, field_device: Temperature Sensor (immersion/thermowell), c_o: BMS Contractor, description_of_operations_ref: "MC-PL:Calorifiers/MR-1", panel: PNL-PL-LZ, source: "BMS-01:r0c2; MC-PL:Calorifiers", notes: "" }
  - { id: pl.hwt-lz-2.tank-temp,    system: Plumbing & Sanitary Hotwater, equipment_class: Calorifier (Hot Water Storage Tank), equipment_instance: HWT-LZ-2, location: Lower Ground/HW Plant, point_description: Tank Temperature, type: AI, field_device: Temperature Sensor (immersion/thermowell), c_o: BMS Contractor, description_of_operations_ref: "MC-PL:Calorifiers/MR-1", panel: PNL-PL-LZ, source: "BMS-01:r0c2; MC-PL:Calorifiers", notes: "" }
  - { id: pl.hwt-lz-3.tank-temp,    system: Plumbing & Sanitary Hotwater, equipment_class: Calorifier (Hot Water Storage Tank), equipment_instance: HWT-LZ-3, location: Lower Ground/HW Plant, point_description: Tank Temperature, type: AI, field_device: Temperature Sensor (immersion/thermowell), c_o: BMS Contractor, description_of_operations_ref: "MC-PL:Calorifiers/MR-1", panel: PNL-PL-LZ, source: "BMS-01:r0c2; MC-PL:Calorifiers", notes: "" }

  # --- Calorifiers at Roofdeck ---
  - { id: pl.hwt-hz-1.tank-temp,    system: Plumbing & Sanitary Hotwater, equipment_class: Calorifier (Hot Water Storage Tank), equipment_instance: HWT-HZ-1, location: Roofdeck/HW Plant, point_description: Tank Temperature, type: AI, field_device: Temperature Sensor (immersion/thermowell), c_o: BMS Contractor, description_of_operations_ref: "MC-PL:Calorifiers/MR-1", panel: PNL-PL-HZ, source: "BMS-01:r0c2; MC-PL:Calorifiers", notes: "" }
  - { id: pl.hwt-hz-2.tank-temp,    system: Plumbing & Sanitary Hotwater, equipment_class: Calorifier (Hot Water Storage Tank), equipment_instance: HWT-HZ-2, location: Roofdeck/HW Plant, point_description: Tank Temperature, type: AI, field_device: Temperature Sensor (immersion/thermowell), c_o: BMS Contractor, description_of_operations_ref: "MC-PL:Calorifiers/MR-1", panel: PNL-PL-HZ, source: "BMS-01:r0c2; MC-PL:Calorifiers", notes: "" }
  - { id: pl.hwt-hz-3.tank-temp,    system: Plumbing & Sanitary Hotwater, equipment_class: Calorifier (Hot Water Storage Tank), equipment_instance: HWT-HZ-3, location: Roofdeck/HW Plant, point_description: Tank Temperature, type: AI, field_device: Temperature Sensor (immersion/thermowell), c_o: BMS Contractor, description_of_operations_ref: "MC-PL:Calorifiers/MR-1", panel: PNL-PL-HZ, source: "BMS-01:r0c2; MC-PL:Calorifiers", notes: "" }

  # --- Hot Water Headers at Lower Ground ---
  - { id: pl.hdr-hw-lz.supply-temp, system: Plumbing & Sanitary Hotwater, equipment_class: Hot Water Header Set, equipment_instance: HDR-HW-LZ, location: Lower Ground/HW Plant, point_description: Hot Water Supply Header Temperature,        type: AI, field_device: Temperature Sensor (immersion/thermowell), c_o: BMS Contractor, description_of_operations_ref: "MC-PL:Supply & Return Headers/MR-1", panel: PNL-PL-LZ, source: "BMS-01:r0c2; MC-PL:Supply&Return Headers", notes: "" }
  - { id: pl.hdr-hw-lz.return-temp, system: Plumbing & Sanitary Hotwater, equipment_class: Hot Water Header Set, equipment_instance: HDR-HW-LZ, location: Lower Ground/HW Plant, point_description: Hot Water Return Header Temperature,        type: AI, field_device: Temperature Sensor (immersion/thermowell), c_o: BMS Contractor, description_of_operations_ref: "MC-PL:Supply & Return Headers/MR-3", panel: PNL-PL-LZ, source: "BMS-01:r0c2; MC-PL:Supply&Return Headers", notes: "" }
  - { id: pl.hdr-hw-lz.makeup-temp, system: Plumbing & Sanitary Hotwater, equipment_class: Hot Water Header Set, equipment_instance: HDR-HW-LZ, location: Lower Ground/HW Plant, point_description: Make Up Cold Water Header Temperature,    type: AI, field_device: Temperature Sensor (immersion/thermowell), c_o: BMS Contractor, description_of_operations_ref: "MC-PL:Supply & Return Headers/MR-2", panel: PNL-PL-LZ, source: "BMS-01:r0c2; MC-PL:Supply&Return Headers", notes: "" }

  # --- Hot Water Headers at Roofdeck ---
  - { id: pl.hdr-hw-hz.supply-temp, system: Plumbing & Sanitary Hotwater, equipment_class: Hot Water Header Set, equipment_instance: HDR-HW-HZ, location: Roofdeck/HW Plant, point_description: Hot Water Supply Header Temperature,        type: AI, field_device: Temperature Sensor (immersion/thermowell), c_o: BMS Contractor, description_of_operations_ref: "MC-PL:Supply & Return Headers/MR-1", panel: PNL-PL-HZ, source: "BMS-01:r0c2; MC-PL:Supply&Return Headers", notes: "" }
  - { id: pl.hdr-hw-hz.return-temp, system: Plumbing & Sanitary Hotwater, equipment_class: Hot Water Header Set, equipment_instance: HDR-HW-HZ, location: Roofdeck/HW Plant, point_description: Hot Water Return Header Temperature,        type: AI, field_device: Temperature Sensor (immersion/thermowell), c_o: BMS Contractor, description_of_operations_ref: "MC-PL:Supply & Return Headers/MR-3", panel: PNL-PL-HZ, source: "BMS-01:r0c2; MC-PL:Supply&Return Headers", notes: "" }
  - { id: pl.hdr-hw-hz.makeup-temp, system: Plumbing & Sanitary Hotwater, equipment_class: Hot Water Header Set, equipment_instance: HDR-HW-HZ, location: Roofdeck/HW Plant, point_description: Make Up Cold Water Header Temperature,    type: AI, field_device: Temperature Sensor (immersion/thermowell), c_o: BMS Contractor, description_of_operations_ref: "MC-PL:Supply & Return Headers/MR-2", panel: PNL-PL-HZ, source: "BMS-01:r0c2; MC-PL:Supply&Return Headers", notes: "" }

  # --- Heat Pumps at Lower Ground (DI side, hardwired per A-PL-001) ---
  - { id: pl.hp-lz-1.motor-status,  system: Plumbing & Sanitary Hotwater, equipment_class: Heat Pump, equipment_instance: HP-LZ-1, location: Lower Ground/HW Plant, point_description: Pump Motor Status (Run feedback),                  type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Heat Pump/MR-1", panel: PNL-PL-LZ, source: "BMS-01:r0c2; MC-PL:Heat Pump; A-PL-001", notes: "Hardwired DI per A-PL-001" }
  - { id: pl.hp-lz-1.hoa-status,    system: Plumbing & Sanitary Hotwater, equipment_class: Heat Pump, equipment_instance: HP-LZ-1, location: Lower Ground/HW Plant, point_description: Pump Motor Hand/Off/Auto Status,                   type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Heat Pump/MR-2", panel: PNL-PL-LZ, source: "BMS-01:r0c2; MC-PL:Heat Pump; A-PL-001", notes: "" }
  - { id: pl.hp-lz-1.trip-alarm,    system: Plumbing & Sanitary Hotwater, equipment_class: Heat Pump, equipment_instance: HP-LZ-1, location: Lower Ground/HW Plant, point_description: Pump Trip Alarm Status,                            type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Heat Pump/Alarm-1", panel: PNL-PL-LZ, source: "BMS-01:r0c2; MC-PL:Heat Pump; A-PL-001", notes: "" }
  - { id: pl.hp-lz-2.motor-status,  system: Plumbing & Sanitary Hotwater, equipment_class: Heat Pump, equipment_instance: HP-LZ-2, location: Lower Ground/HW Plant, point_description: Pump Motor Status (Run feedback),                  type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Heat Pump/MR-1", panel: PNL-PL-LZ, source: "BMS-01:r0c2; MC-PL:Heat Pump; A-PL-001", notes: "" }
  - { id: pl.hp-lz-2.hoa-status,    system: Plumbing & Sanitary Hotwater, equipment_class: Heat Pump, equipment_instance: HP-LZ-2, location: Lower Ground/HW Plant, point_description: Pump Motor Hand/Off/Auto Status,                   type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Heat Pump/MR-2", panel: PNL-PL-LZ, source: "BMS-01:r0c2; MC-PL:Heat Pump; A-PL-001", notes: "" }
  - { id: pl.hp-lz-2.trip-alarm,    system: Plumbing & Sanitary Hotwater, equipment_class: Heat Pump, equipment_instance: HP-LZ-2, location: Lower Ground/HW Plant, point_description: Pump Trip Alarm Status,                            type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Heat Pump/Alarm-1", panel: PNL-PL-LZ, source: "BMS-01:r0c2; MC-PL:Heat Pump; A-PL-001", notes: "" }
  - { id: pl.hp-lz-3.motor-status,  system: Plumbing & Sanitary Hotwater, equipment_class: Heat Pump, equipment_instance: HP-LZ-3, location: Lower Ground/HW Plant, point_description: Pump Motor Status (Run feedback),                  type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Heat Pump/MR-1", panel: PNL-PL-LZ, source: "BMS-01:r0c2; MC-PL:Heat Pump; A-PL-001", notes: "" }
  - { id: pl.hp-lz-3.hoa-status,    system: Plumbing & Sanitary Hotwater, equipment_class: Heat Pump, equipment_instance: HP-LZ-3, location: Lower Ground/HW Plant, point_description: Pump Motor Hand/Off/Auto Status,                   type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Heat Pump/MR-2", panel: PNL-PL-LZ, source: "BMS-01:r0c2; MC-PL:Heat Pump; A-PL-001", notes: "" }
  - { id: pl.hp-lz-3.trip-alarm,    system: Plumbing & Sanitary Hotwater, equipment_class: Heat Pump, equipment_instance: HP-LZ-3, location: Lower Ground/HW Plant, point_description: Pump Trip Alarm Status,                            type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Heat Pump/Alarm-1", panel: PNL-PL-LZ, source: "BMS-01:r0c2; MC-PL:Heat Pump; A-PL-001", notes: "" }

  # --- Recirculating Pumps at Lower Ground (DI side, hardwired per A-PL-001) ---
  - { id: pl.rp-lz-1.motor-status,  system: Plumbing & Sanitary Hotwater, equipment_class: Recirculating Pump, equipment_instance: RP-LZ-1, location: Lower Ground/HW Plant, point_description: Pump Motor Status (Run feedback),                  type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Circulating Pumps/MR-1", panel: PNL-PL-LZ, source: "BMS-01:r0c2; MC-PL:Circulating Pumps; A-PL-001", notes: "" }
  - { id: pl.rp-lz-1.hoa-status,    system: Plumbing & Sanitary Hotwater, equipment_class: Recirculating Pump, equipment_instance: RP-LZ-1, location: Lower Ground/HW Plant, point_description: Pump Motor Hand/Off/Auto Status,                   type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Circulating Pumps/MR-2", panel: PNL-PL-LZ, source: "BMS-01:r0c2; MC-PL:Circulating Pumps; A-PL-001", notes: "" }
  - { id: pl.rp-lz-1.trip-alarm,    system: Plumbing & Sanitary Hotwater, equipment_class: Recirculating Pump, equipment_instance: RP-LZ-1, location: Lower Ground/HW Plant, point_description: Pump Trip Alarm Status,                            type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Circulating Pumps/Alarm-1", panel: PNL-PL-LZ, source: "BMS-01:r0c2; MC-PL:Circulating Pumps; A-PL-001", notes: "" }
  - { id: pl.rp-lz-2.motor-status,  system: Plumbing & Sanitary Hotwater, equipment_class: Recirculating Pump, equipment_instance: RP-LZ-2, location: Lower Ground/HW Plant, point_description: Pump Motor Status (Run feedback),                  type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Circulating Pumps/MR-1", panel: PNL-PL-LZ, source: "BMS-01:r0c2; MC-PL:Circulating Pumps; A-PL-001", notes: "" }
  - { id: pl.rp-lz-2.hoa-status,    system: Plumbing & Sanitary Hotwater, equipment_class: Recirculating Pump, equipment_instance: RP-LZ-2, location: Lower Ground/HW Plant, point_description: Pump Motor Hand/Off/Auto Status,                   type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Circulating Pumps/MR-2", panel: PNL-PL-LZ, source: "BMS-01:r0c2; MC-PL:Circulating Pumps; A-PL-001", notes: "" }
  - { id: pl.rp-lz-2.trip-alarm,    system: Plumbing & Sanitary Hotwater, equipment_class: Recirculating Pump, equipment_instance: RP-LZ-2, location: Lower Ground/HW Plant, point_description: Pump Trip Alarm Status,                            type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Circulating Pumps/Alarm-1", panel: PNL-PL-LZ, source: "BMS-01:r0c2; MC-PL:Circulating Pumps; A-PL-001", notes: "" }
  - { id: pl.rp-lz-3.motor-status,  system: Plumbing & Sanitary Hotwater, equipment_class: Recirculating Pump, equipment_instance: RP-LZ-3, location: Lower Ground/HW Plant, point_description: Pump Motor Status (Run feedback),                  type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Circulating Pumps/MR-1", panel: PNL-PL-LZ, source: "BMS-01:r0c2; MC-PL:Circulating Pumps; A-PL-001", notes: "" }
  - { id: pl.rp-lz-3.hoa-status,    system: Plumbing & Sanitary Hotwater, equipment_class: Recirculating Pump, equipment_instance: RP-LZ-3, location: Lower Ground/HW Plant, point_description: Pump Motor Hand/Off/Auto Status,                   type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Circulating Pumps/MR-2", panel: PNL-PL-LZ, source: "BMS-01:r0c2; MC-PL:Circulating Pumps; A-PL-001", notes: "" }
  - { id: pl.rp-lz-3.trip-alarm,    system: Plumbing & Sanitary Hotwater, equipment_class: Recirculating Pump, equipment_instance: RP-LZ-3, location: Lower Ground/HW Plant, point_description: Pump Trip Alarm Status,                            type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Circulating Pumps/Alarm-1", panel: PNL-PL-LZ, source: "BMS-01:r0c2; MC-PL:Circulating Pumps; A-PL-001", notes: "" }

  # --- Heat Pumps at Roofdeck (HLI side, via equipment-panel gateway per A-PL-001) ---
  - { id: pl.hp-hz-1.motor-status,  system: Plumbing & Sanitary Hotwater, equipment_class: Heat Pump, equipment_instance: HP-HZ-1, location: Roofdeck/HW Plant, point_description: Pump Motor Status (Run feedback),                  type: HLI, field_device: Auxiliary Contact (via equipment-panel gateway), c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Heat Pump/MR-1", panel: PNL-PL-HZ, source: "BMS-01:r0c2; MC-PL:Heat Pump; A-PL-001", notes: "Via HZ equipment-panel HLI per A-PL-001" }
  - { id: pl.hp-hz-1.hoa-status,    system: Plumbing & Sanitary Hotwater, equipment_class: Heat Pump, equipment_instance: HP-HZ-1, location: Roofdeck/HW Plant, point_description: Pump Motor Hand/Off/Auto Status,                   type: HLI, field_device: Auxiliary Contact (via equipment-panel gateway), c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Heat Pump/MR-2", panel: PNL-PL-HZ, source: "BMS-01:r0c2; MC-PL:Heat Pump; A-PL-001", notes: "" }
  - { id: pl.hp-hz-1.trip-alarm,    system: Plumbing & Sanitary Hotwater, equipment_class: Heat Pump, equipment_instance: HP-HZ-1, location: Roofdeck/HW Plant, point_description: Pump Trip Alarm Status,                            type: HLI, field_device: Auxiliary Contact (via equipment-panel gateway), c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Heat Pump/Alarm-1", panel: PNL-PL-HZ, source: "BMS-01:r0c2; MC-PL:Heat Pump; A-PL-001", notes: "" }
  - { id: pl.hp-hz-2.motor-status,  system: Plumbing & Sanitary Hotwater, equipment_class: Heat Pump, equipment_instance: HP-HZ-2, location: Roofdeck/HW Plant, point_description: Pump Motor Status (Run feedback),                  type: HLI, field_device: Auxiliary Contact (via equipment-panel gateway), c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Heat Pump/MR-1", panel: PNL-PL-HZ, source: "BMS-01:r0c2; MC-PL:Heat Pump; A-PL-001", notes: "" }
  - { id: pl.hp-hz-2.hoa-status,    system: Plumbing & Sanitary Hotwater, equipment_class: Heat Pump, equipment_instance: HP-HZ-2, location: Roofdeck/HW Plant, point_description: Pump Motor Hand/Off/Auto Status,                   type: HLI, field_device: Auxiliary Contact (via equipment-panel gateway), c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Heat Pump/MR-2", panel: PNL-PL-HZ, source: "BMS-01:r0c2; MC-PL:Heat Pump; A-PL-001", notes: "" }
  - { id: pl.hp-hz-2.trip-alarm,    system: Plumbing & Sanitary Hotwater, equipment_class: Heat Pump, equipment_instance: HP-HZ-2, location: Roofdeck/HW Plant, point_description: Pump Trip Alarm Status,                            type: HLI, field_device: Auxiliary Contact (via equipment-panel gateway), c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Heat Pump/Alarm-1", panel: PNL-PL-HZ, source: "BMS-01:r0c2; MC-PL:Heat Pump; A-PL-001", notes: "" }
  - { id: pl.hp-hz-3.motor-status,  system: Plumbing & Sanitary Hotwater, equipment_class: Heat Pump, equipment_instance: HP-HZ-3, location: Roofdeck/HW Plant, point_description: Pump Motor Status (Run feedback),                  type: HLI, field_device: Auxiliary Contact (via equipment-panel gateway), c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Heat Pump/MR-1", panel: PNL-PL-HZ, source: "BMS-01:r0c2; MC-PL:Heat Pump; A-PL-001", notes: "" }
  - { id: pl.hp-hz-3.hoa-status,    system: Plumbing & Sanitary Hotwater, equipment_class: Heat Pump, equipment_instance: HP-HZ-3, location: Roofdeck/HW Plant, point_description: Pump Motor Hand/Off/Auto Status,                   type: HLI, field_device: Auxiliary Contact (via equipment-panel gateway), c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Heat Pump/MR-2", panel: PNL-PL-HZ, source: "BMS-01:r0c2; MC-PL:Heat Pump; A-PL-001", notes: "" }
  - { id: pl.hp-hz-3.trip-alarm,    system: Plumbing & Sanitary Hotwater, equipment_class: Heat Pump, equipment_instance: HP-HZ-3, location: Roofdeck/HW Plant, point_description: Pump Trip Alarm Status,                            type: HLI, field_device: Auxiliary Contact (via equipment-panel gateway), c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Heat Pump/Alarm-1", panel: PNL-PL-HZ, source: "BMS-01:r0c2; MC-PL:Heat Pump; A-PL-001", notes: "" }

  # --- Recirculating Pumps at Roofdeck (HLI side, via equipment-panel gateway) ---
  - { id: pl.rp-hz-1.motor-status,  system: Plumbing & Sanitary Hotwater, equipment_class: Recirculating Pump, equipment_instance: RP-HZ-1, location: Roofdeck/HW Plant, point_description: Pump Motor Status (Run feedback),                  type: HLI, field_device: Auxiliary Contact (via equipment-panel gateway), c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Circulating Pumps/MR-1", panel: PNL-PL-HZ, source: "BMS-01:r0c2; MC-PL:Circulating Pumps; A-PL-001", notes: "" }
  - { id: pl.rp-hz-1.hoa-status,    system: Plumbing & Sanitary Hotwater, equipment_class: Recirculating Pump, equipment_instance: RP-HZ-1, location: Roofdeck/HW Plant, point_description: Pump Motor Hand/Off/Auto Status,                   type: HLI, field_device: Auxiliary Contact (via equipment-panel gateway), c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Circulating Pumps/MR-2", panel: PNL-PL-HZ, source: "BMS-01:r0c2; MC-PL:Circulating Pumps; A-PL-001", notes: "" }
  - { id: pl.rp-hz-1.trip-alarm,    system: Plumbing & Sanitary Hotwater, equipment_class: Recirculating Pump, equipment_instance: RP-HZ-1, location: Roofdeck/HW Plant, point_description: Pump Trip Alarm Status,                            type: HLI, field_device: Auxiliary Contact (via equipment-panel gateway), c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Circulating Pumps/Alarm-1", panel: PNL-PL-HZ, source: "BMS-01:r0c2; MC-PL:Circulating Pumps; A-PL-001", notes: "" }
  - { id: pl.rp-hz-2.motor-status,  system: Plumbing & Sanitary Hotwater, equipment_class: Recirculating Pump, equipment_instance: RP-HZ-2, location: Roofdeck/HW Plant, point_description: Pump Motor Status (Run feedback),                  type: HLI, field_device: Auxiliary Contact (via equipment-panel gateway), c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Circulating Pumps/MR-1", panel: PNL-PL-HZ, source: "BMS-01:r0c2; MC-PL:Circulating Pumps; A-PL-001", notes: "" }
  - { id: pl.rp-hz-2.hoa-status,    system: Plumbing & Sanitary Hotwater, equipment_class: Recirculating Pump, equipment_instance: RP-HZ-2, location: Roofdeck/HW Plant, point_description: Pump Motor Hand/Off/Auto Status,                   type: HLI, field_device: Auxiliary Contact (via equipment-panel gateway), c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Circulating Pumps/MR-2", panel: PNL-PL-HZ, source: "BMS-01:r0c2; MC-PL:Circulating Pumps; A-PL-001", notes: "" }
  - { id: pl.rp-hz-2.trip-alarm,    system: Plumbing & Sanitary Hotwater, equipment_class: Recirculating Pump, equipment_instance: RP-HZ-2, location: Roofdeck/HW Plant, point_description: Pump Trip Alarm Status,                            type: HLI, field_device: Auxiliary Contact (via equipment-panel gateway), c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Circulating Pumps/Alarm-1", panel: PNL-PL-HZ, source: "BMS-01:r0c2; MC-PL:Circulating Pumps; A-PL-001", notes: "" }
  - { id: pl.rp-hz-3.motor-status,  system: Plumbing & Sanitary Hotwater, equipment_class: Recirculating Pump, equipment_instance: RP-HZ-3, location: Roofdeck/HW Plant, point_description: Pump Motor Status (Run feedback),                  type: HLI, field_device: Auxiliary Contact (via equipment-panel gateway), c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Circulating Pumps/MR-1", panel: PNL-PL-HZ, source: "BMS-01:r0c2; MC-PL:Circulating Pumps; A-PL-001", notes: "" }
  - { id: pl.rp-hz-3.hoa-status,    system: Plumbing & Sanitary Hotwater, equipment_class: Recirculating Pump, equipment_instance: RP-HZ-3, location: Roofdeck/HW Plant, point_description: Pump Motor Hand/Off/Auto Status,                   type: HLI, field_device: Auxiliary Contact (via equipment-panel gateway), c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Circulating Pumps/MR-2", panel: PNL-PL-HZ, source: "BMS-01:r0c2; MC-PL:Circulating Pumps; A-PL-001", notes: "" }
  - { id: pl.rp-hz-3.trip-alarm,    system: Plumbing & Sanitary Hotwater, equipment_class: Recirculating Pump, equipment_instance: RP-HZ-3, location: Roofdeck/HW Plant, point_description: Pump Trip Alarm Status,                            type: HLI, field_device: Auxiliary Contact (via equipment-panel gateway), c_o: Equipment Supplier, description_of_operations_ref: "MC-PL:Circulating Pumps/Alarm-1", panel: PNL-PL-HZ, source: "BMS-01:r0c2; MC-PL:Circulating Pumps; A-PL-001", notes: "" }

  # ============================================================================
  # CHUNK 4 — GENERAL VENTILATION SYSTEM (Exhaust Fans)
  # ============================================================================
  # Source: BMS-01 r0c2 (top of GENERAL VENTILATION SYSTEM table) + r1c2 (continuation)
  # Baseline: MC Standards - ME Points list, "Exhaust Air System (EAS)" sections
  #
  # Visible TUEC subtotals per zone:
  #   GF Main Lobby:        qty 9  → 27 DI subtotal
  #   2nd Floor:            qty 13 → 39 DI subtotal
  #   3rd Amenity/Guestroom:qty 27 → 81 DI subtotal
  #   Basement (label):     qty 16 → 48 DI subtotal
  #   Roofdeck (label):     qty 3  →  9 DI subtotal
  # Total fans: 68. With 3-DI/fan pattern: 68 × 3 = 204 DI.
  # TUEC visible I/O TOTAL row at end of section: 181 DI.
  # DISCREPANCY: 204 - 181 = 23 DI (~7-8 fans). Possible explanations:
  #   (a) Some smaller fans (basement service, mechanical rooms) have only 2 DI
  #       (motor status + trip, no HOA);
  #   (b) One of the visible qty values is misread.
  # Decision: use consistent 3-DI/fan pattern per MC Standards baseline. Flag
  # the discrepancy as A-VENT-001 — refine after Q-008 (mech layouts) resolves.
  #
  # Per-fan point pattern (per MC Standards EAS):
  #   - Fan Motor Status        (DI, Auxiliary Contact, Equipment Supplier)
  #   - Fan Motor Hand/Off/Auto (DI, Auxiliary Contact, Equipment Supplier)
  #   - Fan Trip Alarm Status   (DI, Auxiliary Contact, Equipment Supplier)
  # All MONITOR-only — no CONTROL points (fans are on local panel, BMS just monitors).
  #
  # Panels:
  #   PNL-VENT-GF:   GF Main Lobby (9 fans)
  #   PNL-VENT-L2:   2nd Floor (13 fans)
  #   PNL-VENT-L3:   3rd Amenity & Guestroom (27 fans)
  #   PNL-VENT-BSMT: Basement zone (16 fans)
  #   PNL-VENT-RD:   Roofdeck zone (3 fans)

  # ----- GF Main Lobby (9 fans: 4 TEF + 5 GEF) -----
  # TEF-1.1 .. TEF-1.4 (toilet exhaust); EF-1.2A, EF-LPG.1, EF-1MR.1, EF-1ST0.1, EF-MRF.1 (general exhaust)
  - { id: vent.tef-1-1.motor-status,  system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-1.1,  location: GF Main Lobby, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",     panel: PNL-VENT-GF, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-1-1.hoa-status,    system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-1.1,  location: GF Main Lobby, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",     panel: PNL-VENT-GF, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-1-1.trip-alarm,    system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-1.1,  location: GF Main Lobby, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1",  panel: PNL-VENT-GF, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-1-2.motor-status,  system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-1.2,  location: GF Main Lobby, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",     panel: PNL-VENT-GF, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-1-2.hoa-status,    system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-1.2,  location: GF Main Lobby, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",     panel: PNL-VENT-GF, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-1-2.trip-alarm,    system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-1.2,  location: GF Main Lobby, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1",  panel: PNL-VENT-GF, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-1-3.motor-status,  system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-1.3,  location: GF Main Lobby, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",     panel: PNL-VENT-GF, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-1-3.hoa-status,    system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-1.3,  location: GF Main Lobby, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",     panel: PNL-VENT-GF, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-1-3.trip-alarm,    system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-1.3,  location: GF Main Lobby, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1",  panel: PNL-VENT-GF, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-1-4.motor-status,  system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-1.4,  location: GF Main Lobby, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",     panel: PNL-VENT-GF, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-1-4.hoa-status,    system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-1.4,  location: GF Main Lobby, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",     panel: PNL-VENT-GF, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-1-4.trip-alarm,    system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-1.4,  location: GF Main Lobby, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1",  panel: PNL-VENT-GF, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-1-2a.motor-status,  system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-1.2A,  location: GF Main Lobby, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",     panel: PNL-VENT-GF, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-1-2a.hoa-status,    system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-1.2A,  location: GF Main Lobby, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",     panel: PNL-VENT-GF, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-1-2a.trip-alarm,    system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-1.2A,  location: GF Main Lobby, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1",  panel: PNL-VENT-GF, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-lpg-1.motor-status, system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-LPG.1, location: GF Main Lobby, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",     panel: PNL-VENT-GF, source: "BMS-01:r0c2; MC-ME:EAS", notes: "LPG room exhaust" }
  - { id: vent.ef-lpg-1.hoa-status,   system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-LPG.1, location: GF Main Lobby, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",     panel: PNL-VENT-GF, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-lpg-1.trip-alarm,   system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-LPG.1, location: GF Main Lobby, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1",  panel: PNL-VENT-GF, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-1mr-1.motor-status, system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-1MR.1, location: GF Main Lobby, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",     panel: PNL-VENT-GF, source: "BMS-01:r0c2; MC-ME:EAS", notes: "Mechanical room exhaust" }
  - { id: vent.ef-1mr-1.hoa-status,   system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-1MR.1, location: GF Main Lobby, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",     panel: PNL-VENT-GF, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-1mr-1.trip-alarm,   system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-1MR.1, location: GF Main Lobby, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1",  panel: PNL-VENT-GF, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-1st0-1.motor-status,system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-1ST0.1,location: GF Main Lobby, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",     panel: PNL-VENT-GF, source: "BMS-01:r0c2; MC-ME:EAS", notes: "Storage room exhaust" }
  - { id: vent.ef-1st0-1.hoa-status,  system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-1ST0.1,location: GF Main Lobby, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",     panel: PNL-VENT-GF, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-1st0-1.trip-alarm,  system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-1ST0.1,location: GF Main Lobby, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1",  panel: PNL-VENT-GF, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-mrf-1.motor-status, system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-MRF.1, location: GF Main Lobby, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",     panel: PNL-VENT-GF, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-mrf-1.hoa-status,   system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-MRF.1, location: GF Main Lobby, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",     panel: PNL-VENT-GF, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-mrf-1.trip-alarm,   system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-MRF.1, location: GF Main Lobby, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1",  panel: PNL-VENT-GF, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }

  # ----- 2nd Floor (13 fans: 3 TEF + 4 GEF (2B/GS) + 6 GEF (2.x/CHRx2)) -----
  - { id: vent.tef-2-1.motor-status,  system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-2.1,  location: 2nd Floor, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",     panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-2-1.hoa-status,    system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-2.1,  location: 2nd Floor, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",     panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-2-1.trip-alarm,    system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-2.1,  location: 2nd Floor, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1",  panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-2-3.motor-status,  system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-2.3,  location: 2nd Floor, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",     panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-2-3.hoa-status,    system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-2.3,  location: 2nd Floor, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",     panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-2-3.trip-alarm,    system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-2.3,  location: 2nd Floor, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1",  panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-2b-3.motor-status, system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-2B.3, location: 2nd Floor, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",     panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-2b-3.hoa-status,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-2B.3, location: 2nd Floor, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",     panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-2b-3.trip-alarm,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-2B.3, location: 2nd Floor, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1",  panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-2b-1.motor-status,  system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-2B.1,  location: 2nd Floor, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",     panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-2b-1.hoa-status,    system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-2B.1,  location: 2nd Floor, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",     panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-2b-1.trip-alarm,    system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-2B.1,  location: 2nd Floor, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1",  panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-2b-2.motor-status,  system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-2B.2,  location: 2nd Floor, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",     panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-2b-2.hoa-status,    system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-2B.2,  location: 2nd Floor, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",     panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-2b-2.trip-alarm,    system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-2B.2,  location: 2nd Floor, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1",  panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-gs-1.motor-status,  system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-GS.1,  location: 2nd Floor, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",     panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-gs-1.hoa-status,    system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-GS.1,  location: 2nd Floor, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",     panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-gs-1.trip-alarm,    system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-GS.1,  location: 2nd Floor, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1",  panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-gs-2.motor-status,  system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-GS.2,  location: 2nd Floor, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",     panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-gs-2.hoa-status,    system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-GS.2,  location: 2nd Floor, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",     panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-gs-2.trip-alarm,    system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-GS.2,  location: 2nd Floor, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1",  panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-2-1.motor-status,   system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-2.1,   location: 2nd Floor, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",     panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-2-1.hoa-status,     system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-2.1,   location: 2nd Floor, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",     panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-2-1.trip-alarm,     system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-2.1,   location: 2nd Floor, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1",  panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-2-2.motor-status,   system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-2.2,   location: 2nd Floor, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",     panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-2-2.hoa-status,     system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-2.2,   location: 2nd Floor, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",     panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-2-2.trip-alarm,     system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-2.2,   location: 2nd Floor, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1",  panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-2-3.motor-status,   system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-2.3,   location: 2nd Floor, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",     panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-2-3.hoa-status,     system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-2.3,   location: 2nd Floor, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",     panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-2-3.trip-alarm,     system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-2.3,   location: 2nd Floor, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1",  panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-2-4.motor-status,   system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-2.4,   location: 2nd Floor, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",     panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-2-4.hoa-status,     system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-2.4,   location: 2nd Floor, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",     panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-2-4.trip-alarm,     system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-2.4,   location: 2nd Floor, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1",  panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-chr-1.motor-status, system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-CHR.1, location: 2nd Floor, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",     panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "Chiller room exhaust" }
  - { id: vent.ef-chr-1.hoa-status,   system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-CHR.1, location: 2nd Floor, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",     panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-chr-1.trip-alarm,   system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-CHR.1, location: 2nd Floor, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1",  panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-chr-2.motor-status, system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-CHR.2, location: 2nd Floor, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",     panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-chr-2.hoa-status,   system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-CHR.2, location: 2nd Floor, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",     panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-chr-2.trip-alarm,   system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-CHR.2, location: 2nd Floor, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1",  panel: PNL-VENT-L2, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }

  # ----- 3rd Amenity & Guestroom (27 fans: 25 TEF + 2 GEF) -----
  # TEF tag breakdown per BMS-01: 3A×2, 3B×1, 3C×2, 3D×20 = 25 TEF
  - { id: vent.tef-3a-1.motor-status,  system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3A.1, location: 3rd Amenity & Guestroom, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3a-1.hoa-status,    system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3A.1, location: 3rd Amenity & Guestroom, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3a-1.trip-alarm,    system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3A.1, location: 3rd Amenity & Guestroom, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3a-2.motor-status,  system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3A.2, location: 3rd Amenity & Guestroom, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3a-2.hoa-status,    system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3A.2, location: 3rd Amenity & Guestroom, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3a-2.trip-alarm,    system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3A.2, location: 3rd Amenity & Guestroom, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3b.motor-status,    system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3B,   location: 3rd Amenity & Guestroom, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3b.hoa-status,      system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3B,   location: 3rd Amenity & Guestroom, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3b.trip-alarm,      system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3B,   location: 3rd Amenity & Guestroom, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3c-1.motor-status,  system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3C.1, location: 3rd Amenity & Guestroom, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3c-1.hoa-status,    system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3C.1, location: 3rd Amenity & Guestroom, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3c-1.trip-alarm,    system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3C.1, location: 3rd Amenity & Guestroom, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3c-2.motor-status,  system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3C.2, location: 3rd Amenity & Guestroom, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3c-2.hoa-status,    system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3C.2, location: 3rd Amenity & Guestroom, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3c-2.trip-alarm,    system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3C.2, location: 3rd Amenity & Guestroom, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  # TEF-3D.1 .. TEF-3D.20 (20 toilet exhaust fans for 3D zone — likely guestroom-block toilets)
  - { id: vent.tef-3d-01.motor-status, system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.1,  location: 3rd Amenity & Guestroom, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-01.hoa-status,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.1,  location: 3rd Amenity & Guestroom, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-01.trip-alarm,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.1,  location: 3rd Amenity & Guestroom, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-02.motor-status, system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.2,  location: 3rd Amenity & Guestroom, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-02.hoa-status,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.2,  location: 3rd Amenity & Guestroom, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-02.trip-alarm,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.2,  location: 3rd Amenity & Guestroom, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-03.motor-status, system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.3,  location: 3rd Amenity & Guestroom, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-03.hoa-status,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.3,  location: 3rd Amenity & Guestroom, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-03.trip-alarm,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.3,  location: 3rd Amenity & Guestroom, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-04.motor-status, system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.4,  location: 3rd Amenity & Guestroom, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-04.hoa-status,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.4,  location: 3rd Amenity & Guestroom, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-04.trip-alarm,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.4,  location: 3rd Amenity & Guestroom, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-05.motor-status, system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.5,  location: 3rd Amenity & Guestroom, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-05.hoa-status,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.5,  location: 3rd Amenity & Guestroom, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-05.trip-alarm,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.5,  location: 3rd Amenity & Guestroom, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-06.motor-status, system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.6,  location: 3rd Amenity & Guestroom, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-06.hoa-status,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.6,  location: 3rd Amenity & Guestroom, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-06.trip-alarm,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.6,  location: 3rd Amenity & Guestroom, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-07.motor-status, system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.7,  location: 3rd Amenity & Guestroom, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-07.hoa-status,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.7,  location: 3rd Amenity & Guestroom, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-07.trip-alarm,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.7,  location: 3rd Amenity & Guestroom, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-08.motor-status, system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.8,  location: 3rd Amenity & Guestroom, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-08.hoa-status,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.8,  location: 3rd Amenity & Guestroom, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-08.trip-alarm,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.8,  location: 3rd Amenity & Guestroom, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-09.motor-status, system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.9,  location: 3rd Amenity & Guestroom, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-09.hoa-status,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.9,  location: 3rd Amenity & Guestroom, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-09.trip-alarm,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.9,  location: 3rd Amenity & Guestroom, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-10.motor-status, system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.10, location: 3rd Amenity & Guestroom, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-10.hoa-status,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.10, location: 3rd Amenity & Guestroom, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-10.trip-alarm,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.10, location: 3rd Amenity & Guestroom, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-11.motor-status, system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.11, location: 3rd Amenity & Guestroom, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-11.hoa-status,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.11, location: 3rd Amenity & Guestroom, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-11.trip-alarm,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.11, location: 3rd Amenity & Guestroom, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-12.motor-status, system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.12, location: 3rd Amenity & Guestroom, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-12.hoa-status,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.12, location: 3rd Amenity & Guestroom, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-12.trip-alarm,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.12, location: 3rd Amenity & Guestroom, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-13.motor-status, system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.13, location: 3rd Amenity & Guestroom, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-13.hoa-status,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.13, location: 3rd Amenity & Guestroom, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-13.trip-alarm,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.13, location: 3rd Amenity & Guestroom, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-14.motor-status, system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.14, location: 3rd Amenity & Guestroom, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-14.hoa-status,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.14, location: 3rd Amenity & Guestroom, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-14.trip-alarm,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.14, location: 3rd Amenity & Guestroom, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-15.motor-status, system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.15, location: 3rd Amenity & Guestroom, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-15.hoa-status,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.15, location: 3rd Amenity & Guestroom, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-15.trip-alarm,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.15, location: 3rd Amenity & Guestroom, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-16.motor-status, system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.16, location: 3rd Amenity & Guestroom, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-16.hoa-status,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.16, location: 3rd Amenity & Guestroom, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-16.trip-alarm,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.16, location: 3rd Amenity & Guestroom, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-17.motor-status, system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.17, location: 3rd Amenity & Guestroom, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-17.hoa-status,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.17, location: 3rd Amenity & Guestroom, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-17.trip-alarm,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.17, location: 3rd Amenity & Guestroom, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-18.motor-status, system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.18, location: 3rd Amenity & Guestroom, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-18.hoa-status,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.18, location: 3rd Amenity & Guestroom, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-18.trip-alarm,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.18, location: 3rd Amenity & Guestroom, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-19.motor-status, system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.19, location: 3rd Amenity & Guestroom, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-19.hoa-status,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.19, location: 3rd Amenity & Guestroom, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-19.trip-alarm,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.19, location: 3rd Amenity & Guestroom, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-20.motor-status, system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.20, location: 3rd Amenity & Guestroom, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-20.hoa-status,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.20, location: 3rd Amenity & Guestroom, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-3d-20.trip-alarm,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-3D.20, location: 3rd Amenity & Guestroom, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-L3, source: "BMS-01:r0c2; MC-ME:EAS", notes: "" }
  # 3rd Floor General Exhaust (qty 2): EF-3.1, EF-3.2 (assumed split of "EF-3.1 qty 2" notation)
  - { id: vent.ef-3-1.motor-status,    system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-3.1,    location: 3rd Amenity & Guestroom, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-L3, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-3-1.hoa-status,      system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-3.1,    location: 3rd Amenity & Guestroom, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-L3, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-3-1.trip-alarm,      system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-3.1,    location: 3rd Amenity & Guestroom, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-L3, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-3-2.motor-status,    system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-3.2,    location: 3rd Amenity & Guestroom, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-L3, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-3-2.hoa-status,      system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-3.2,    location: 3rd Amenity & Guestroom, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-L3, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-3-2.trip-alarm,      system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-3.2,    location: 3rd Amenity & Guestroom, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-L3, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }

  # ----- Basement Zone (16 fans: 2 TEF + 7 GEF + 7 GEF; tags partially illegible) -----
  # TUEC tags from BMS-01 r1c2: TEF-B.1, TEF-B.2; EF-B.1/B.2/BS.1/BS.2/GLZ.1/GLZ.2/3SF.2; second row partially illegible (8R.1/RR.2/MC.1/HP.1/PR.1/MFP.1/PR.2)
  # Tags reproduced as-read; refine after Q-008 (mech layouts) if any are misread.
  - { id: vent.tef-b-1.motor-status,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-B.1,  location: Basement, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-b-1.hoa-status,     system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-B.1,  location: Basement, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-b-1.trip-alarm,     system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-B.1,  location: Basement, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-b-2.motor-status,   system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-B.2,  location: Basement, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-b-2.hoa-status,     system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-B.2,  location: Basement, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.tef-b-2.trip-alarm,     system: General Ventilation, equipment_class: Exhaust Fan (Toilet),  equipment_instance: TEF-B.2,  location: Basement, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-b-1.motor-status,    system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-B.1,   location: Basement, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-b-1.hoa-status,      system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-B.1,   location: Basement, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-b-1.trip-alarm,      system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-B.1,   location: Basement, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-b-2.motor-status,    system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-B.2,   location: Basement, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-b-2.hoa-status,      system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-B.2,   location: Basement, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-b-2.trip-alarm,      system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-B.2,   location: Basement, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-bs-1.motor-status,   system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-BS.1,  location: Basement, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-bs-1.hoa-status,     system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-BS.1,  location: Basement, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-bs-1.trip-alarm,     system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-BS.1,  location: Basement, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-bs-2.motor-status,   system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-BS.2,  location: Basement, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-bs-2.hoa-status,     system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-BS.2,  location: Basement, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-bs-2.trip-alarm,     system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-BS.2,  location: Basement, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-glz-1.motor-status,  system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-GLZ.1, location: Basement, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-glz-1.hoa-status,    system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-GLZ.1, location: Basement, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-glz-1.trip-alarm,    system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-GLZ.1, location: Basement, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-glz-2.motor-status,  system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-GLZ.2, location: Basement, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-glz-2.hoa-status,    system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-GLZ.2, location: Basement, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-glz-2.trip-alarm,    system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-GLZ.2, location: Basement, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-3sf-2.motor-status,  system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-3SF.2, location: Basement, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-3sf-2.hoa-status,    system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-3SF.2, location: Basement, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-3sf-2.trip-alarm,    system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-3SF.2, location: Basement, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  # Second row of basement (7 fans: 8R.1/RR.2/MC.1/HP.1/PR.1/MFP.1/PR.2 — tags as read)
  - { id: vent.ef-8r-1.motor-status,   system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-8R.1,  location: Basement, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "Tag as-read; verify Q-008" }
  - { id: vent.ef-8r-1.hoa-status,     system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-8R.1,  location: Basement, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-8r-1.trip-alarm,     system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-8R.1,  location: Basement, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-rr-2.motor-status,   system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-RR.2,  location: Basement, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "Tag as-read; verify Q-008" }
  - { id: vent.ef-rr-2.hoa-status,     system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-RR.2,  location: Basement, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-rr-2.trip-alarm,     system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-RR.2,  location: Basement, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-mc-1.motor-status,   system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-MC.1,  location: Basement, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-mc-1.hoa-status,     system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-MC.1,  location: Basement, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-mc-1.trip-alarm,     system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-MC.1,  location: Basement, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-hp-1.motor-status,   system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-HP.1,  location: Basement, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-hp-1.hoa-status,     system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-HP.1,  location: Basement, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-hp-1.trip-alarm,     system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-HP.1,  location: Basement, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-pr-1.motor-status,   system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-PR.1,  location: Basement, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-pr-1.hoa-status,     system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-PR.1,  location: Basement, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-pr-1.trip-alarm,     system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-PR.1,  location: Basement, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-mfp-1.motor-status,  system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-MFP.1, location: Basement, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-mfp-1.hoa-status,    system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-MFP.1, location: Basement, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-mfp-1.trip-alarm,    system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-MFP.1, location: Basement, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-pr-2.motor-status,   system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-PR.2,  location: Basement, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-pr-2.hoa-status,     system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-PR.2,  location: Basement, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-pr-2.trip-alarm,     system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-PR.2,  location: Basement, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-BSMT, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }

  # ----- Roofdeck Zone (3 fans: EF-RD.1, EF-RD.2, EF-1) -----
  - { id: vent.ef-rd-1.motor-status,   system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-RD.1, location: Roofdeck, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-RD, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-rd-1.hoa-status,     system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-RD.1, location: Roofdeck, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-RD, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-rd-1.trip-alarm,     system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-RD.1, location: Roofdeck, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-RD, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-rd-2.motor-status,   system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-RD.2, location: Roofdeck, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-RD, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-rd-2.hoa-status,     system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-RD.2, location: Roofdeck, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-RD, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-rd-2.trip-alarm,     system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-RD.2, location: Roofdeck, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-RD, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-rd-extra.motor-status, system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-1 (RD), location: Roofdeck, point_description: Fan Motor Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-1",    panel: PNL-VENT-RD, source: "BMS-01:r1c2; MC-ME:EAS", notes: "Tag '(EF-1)' as-read; refine if Q-008 reveals different tag" }
  - { id: vent.ef-rd-extra.hoa-status,   system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-1 (RD), location: Roofdeck, point_description: Fan Motor Hand/Off/Auto Status, type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/MR-2",    panel: PNL-VENT-RD, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }
  - { id: vent.ef-rd-extra.trip-alarm,   system: General Ventilation, equipment_class: Exhaust Fan (General), equipment_instance: EF-1 (RD), location: Roofdeck, point_description: Fan Trip Alarm Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:EAS/Alarm-1", panel: PNL-VENT-RD, source: "BMS-01:r1c2; MC-ME:EAS", notes: "" }

  # ============================================================================
  # CHUNK 5 — BOILER / LAUNDRY SYSTEM
  # ============================================================================
  # Source: BMS-01 r1c1 (BOILER LAUNDRY SYSTEM table) + MC Standards ME — BOILER ROOM/AREA
  # Equipment: 2 Steam Boilers (SB-1, SB-2) at Lower Ground Level
  #
  # Per-boiler point set (16 points per MC Standards):
  #   4 AI: Supply Steam Pressure, Feedwater Supply Temperature, Fluegas Temperature, Fluegas O2 Level
  #  11 DI: Low Water Level, High Water Level, Burner Power, Small Fire Control Signal,
  #         Big Fire Control Signal, Waterfeed Pump Status, Burner Status, Burner Fire Running,
  #         Blower Motor Status, Fuel Oil Pump Status, Motorized Blowdown Valve Status
  #   1 DO: Motorized Blowdown Valve Control
  #
  # 2 boilers × 16 points = 32 rows.
  # Panel: PNL-BL-LZ (Boiler/Laundry BMS panel at Lower Ground)

  - { id: bl.sb-1.steam-pressure,    system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-1, location: Lower Ground/Boiler Room, point_description: Supply Steam Pressure,                          type: AI, field_device: Pressure Sensor,                            c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:Boiler/MR-11", panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }
  - { id: bl.sb-1.feedwater-temp,    system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-1, location: Lower Ground/Boiler Room, point_description: Feedwater Supply Temperature,                  type: AI, field_device: Temperature Sensor (immersion/thermowell),  c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:Boiler",       panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }
  - { id: bl.sb-1.fluegas-temp,      system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-1, location: Lower Ground/Boiler Room, point_description: Fluegas Temperature,                           type: AI, field_device: Temperature Sensor (high-temp/duct insertion), c_o: BMS Contractor,    description_of_operations_ref: "MC-ME:Boiler/MR-8",  panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }
  - { id: bl.sb-1.fluegas-o2,        system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-1, location: Lower Ground/Boiler Room, point_description: Fluegas Oxygen Level,                          type: AI, field_device: Oxygen Sensor,                              c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:Boiler/MR-9",  panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }
  - { id: bl.sb-1.water-level-low,   system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-1, location: Lower Ground/Boiler Room, point_description: Low Water Level,                                type: DI, field_device: Level Sensor,                               c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:Boiler/Alarm-3", panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }
  - { id: bl.sb-1.water-level-high,  system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-1, location: Lower Ground/Boiler Room, point_description: High Water Level,                               type: DI, field_device: Level Sensor,                               c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:Boiler/Alarm-3", panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }
  - { id: bl.sb-1.burner-power,      system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-1, location: Lower Ground/Boiler Room, point_description: Burner Power,                                   type: DI, field_device: Auxiliary Contact,                          c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:Boiler",       panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }
  - { id: bl.sb-1.fire-small,        system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-1, location: Lower Ground/Boiler Room, point_description: Small Fire Control Signal,                      type: DI, field_device: Auxiliary Contact,                          c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:Boiler/MR-5",  panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }
  - { id: bl.sb-1.fire-big,          system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-1, location: Lower Ground/Boiler Room, point_description: Big Fire Control Signal,                        type: DI, field_device: Auxiliary Contact,                          c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:Boiler/MR-6",  panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }
  - { id: bl.sb-1.waterfeed-pump,    system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-1, location: Lower Ground/Boiler Room, point_description: Waterfeed Pump Status,                          type: DI, field_device: Auxiliary Contact,                          c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:Boiler/MR-4",  panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }
  - { id: bl.sb-1.burner-status,     system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-1, location: Lower Ground/Boiler Room, point_description: Burner Status,                                  type: DI, field_device: Auxiliary Contact,                          c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:Boiler/MR-2",  panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }
  - { id: bl.sb-1.burner-running,    system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-1, location: Lower Ground/Boiler Room, point_description: Burner Fire Running Status,                     type: DI, field_device: Auxiliary Contact,                          c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:Boiler",       panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }
  - { id: bl.sb-1.blower-status,     system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-1, location: Lower Ground/Boiler Room, point_description: Blower Motor Status,                            type: DI, field_device: Auxiliary Contact,                          c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:Boiler/MR-3",  panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }
  - { id: bl.sb-1.fuel-oil-pump,     system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-1, location: Lower Ground/Boiler Room, point_description: Fuel Oil Pump Status,                           type: DI, field_device: Auxiliary Contact,                          c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:Boiler/MR-1",  panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }
  - { id: bl.sb-1.blowdown-vlv-stat, system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-1, location: Lower Ground/Boiler Room, point_description: Motorized Valve Status — Blowdown Water,        type: DI, field_device: Electric Valve Actuator (limit switch),     c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:Boiler/MR-7",  panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "BMS-supplied actuator" }
  - { id: bl.sb-1.blowdown-vlv-cmd,  system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-1, location: Lower Ground/Boiler Room, point_description: Motorized Valve Control — Blowdown Water,       type: DO, field_device: Electric Valve Actuator,                    c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:Boiler/Turn ON/OFF blowdown", panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }

  - { id: bl.sb-2.steam-pressure,    system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-2, location: Lower Ground/Boiler Room, point_description: Supply Steam Pressure,                          type: AI, field_device: Pressure Sensor,                            c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:Boiler/MR-11", panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }
  - { id: bl.sb-2.feedwater-temp,    system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-2, location: Lower Ground/Boiler Room, point_description: Feedwater Supply Temperature,                  type: AI, field_device: Temperature Sensor (immersion/thermowell),  c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:Boiler",       panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }
  - { id: bl.sb-2.fluegas-temp,      system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-2, location: Lower Ground/Boiler Room, point_description: Fluegas Temperature,                           type: AI, field_device: Temperature Sensor (high-temp/duct insertion), c_o: BMS Contractor,    description_of_operations_ref: "MC-ME:Boiler/MR-8",  panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }
  - { id: bl.sb-2.fluegas-o2,        system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-2, location: Lower Ground/Boiler Room, point_description: Fluegas Oxygen Level,                          type: AI, field_device: Oxygen Sensor,                              c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:Boiler/MR-9",  panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }
  - { id: bl.sb-2.water-level-low,   system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-2, location: Lower Ground/Boiler Room, point_description: Low Water Level,                                type: DI, field_device: Level Sensor,                               c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:Boiler/Alarm-3", panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }
  - { id: bl.sb-2.water-level-high,  system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-2, location: Lower Ground/Boiler Room, point_description: High Water Level,                               type: DI, field_device: Level Sensor,                               c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:Boiler/Alarm-3", panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }
  - { id: bl.sb-2.burner-power,      system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-2, location: Lower Ground/Boiler Room, point_description: Burner Power,                                   type: DI, field_device: Auxiliary Contact,                          c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:Boiler",       panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }
  - { id: bl.sb-2.fire-small,        system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-2, location: Lower Ground/Boiler Room, point_description: Small Fire Control Signal,                      type: DI, field_device: Auxiliary Contact,                          c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:Boiler/MR-5",  panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }
  - { id: bl.sb-2.fire-big,          system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-2, location: Lower Ground/Boiler Room, point_description: Big Fire Control Signal,                        type: DI, field_device: Auxiliary Contact,                          c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:Boiler/MR-6",  panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }
  - { id: bl.sb-2.waterfeed-pump,    system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-2, location: Lower Ground/Boiler Room, point_description: Waterfeed Pump Status,                          type: DI, field_device: Auxiliary Contact,                          c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:Boiler/MR-4",  panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }
  - { id: bl.sb-2.burner-status,     system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-2, location: Lower Ground/Boiler Room, point_description: Burner Status,                                  type: DI, field_device: Auxiliary Contact,                          c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:Boiler/MR-2",  panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }
  - { id: bl.sb-2.burner-running,    system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-2, location: Lower Ground/Boiler Room, point_description: Burner Fire Running Status,                     type: DI, field_device: Auxiliary Contact,                          c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:Boiler",       panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }
  - { id: bl.sb-2.blower-status,     system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-2, location: Lower Ground/Boiler Room, point_description: Blower Motor Status,                            type: DI, field_device: Auxiliary Contact,                          c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:Boiler/MR-3",  panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }
  - { id: bl.sb-2.fuel-oil-pump,     system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-2, location: Lower Ground/Boiler Room, point_description: Fuel Oil Pump Status,                           type: DI, field_device: Auxiliary Contact,                          c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:Boiler/MR-1",  panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }
  - { id: bl.sb-2.blowdown-vlv-stat, system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-2, location: Lower Ground/Boiler Room, point_description: Motorized Valve Status — Blowdown Water,        type: DI, field_device: Electric Valve Actuator (limit switch),     c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:Boiler/MR-7",  panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }
  - { id: bl.sb-2.blowdown-vlv-cmd,  system: Boiler/Laundry, equipment_class: Steam Boiler, equipment_instance: SB-2, location: Lower Ground/Boiler Room, point_description: Motorized Valve Control — Blowdown Water,       type: DO, field_device: Electric Valve Actuator,                    c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:Boiler/Turn ON/OFF blowdown", panel: PNL-BL-LZ, source: "BMS-01:r1c1; MC-ME:Boiler", notes: "" }

  # ============================================================================
  # CHUNK 6 — DEDICATED OUTDOOR AIR SYSTEMS (Casino MVAC + Hotel/Roofdeck DOAS)
  # ============================================================================
  # Source: BMS-02 r0c1 (Casino MVAC table) + r1c1 (Casino MVAC continuation / Hotel & Roofdeck)
  #         + MC Standards ME — Common Areas DOAS at 2nd Level + Roof Deck DOAS Serving Guestrooms
  #
  # Equipment:
  #   DOAS-2W:    Casino MVAC DOAS at 2nd Level — 1 unit (qty 1 per BMS-02 r0c1)
  #   DOAS-RD.1:  Hotel/Roofdeck DOAS serving guestrooms — 1 unit (Roofdeck)
  #   DOAS-RD.2:  Hotel/Roofdeck DOAS serving guestrooms — 1 unit (Roofdeck)
  #
  # Per-DOAS visible TUEC totals: 9 AI / 2 AO / 8 DI / 2 DO / 4 HLI = 25 I/O points
  # Plus 1 BACnet Network drop per DOAS unit (DOAS controllers have native BACnet).
  # → 26 rows per DOAS × 3 = 78 rows total.
  #
  # Per-DOAS point pattern (consolidating BMS-02 and MC Standards):
  #   AI (9):   OA DB Temp, OA Flow, OA RH, Mixed Air Temp, Mixed Air RH,
  #             Supply Air Temp, Supply Air RH, Exhaust Air Temp, EAF Static Pressure
  #   AO (2):   OA Damper Control, CHW Valve Control
  #   DI (8):   FAF Motor Status, FAF HOA, FAF Trip, EAF Motor Status, EAF HOA,
  #             EAF Trip, OA Damper Status, CHW Valve Status
  #   DO (2):   FAF Start/Stop, EAF Start/Stop
  #   HLI (4):  FAF VFD Speed Feedback, FAF VFD Control, EAF VFD Speed Feedback, EAF VFD Control
  #   Network (1): BACnet/IP gateway to DOAS controller
  #
  # Panels:
  #   PNL-DOAS-L2:  Casino MVAC DOAS-2W at 2nd Level
  #   PNL-DOAS-RD:  Hotel/Roofdeck DOAS-RD.1 + DOAS-RD.2

  # --- DOAS-2W (Casino MVAC at 2nd Level) ---
  - { id: doas.doas-2w.network,             system: DOAS - Casino MVAC, equipment_class: DOAS Unit, equipment_instance: DOAS-2W, location: 2nd Level/Casino MVAC Plant, point_description: BACnet/IP gateway to DOAS controller,                  type: Network, field_device: DOAS Controller (BACnet),               c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:Common Areas DOAS; BMS-02 Casino MVAC", panel: PNL-DOAS-L2, source: "BMS-02:r0c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-2w.faf-start-cmd,       system: DOAS - Casino MVAC, equipment_class: DOAS Unit, equipment_instance: DOAS-2W, location: 2nd Level/Casino MVAC Plant, point_description: Fresh Air Fan Start/Stop Control,                       type: DO,      field_device: Contactor relay,                        c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/Turn ON/OFF",                            panel: PNL-DOAS-L2, source: "BMS-02:r0c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-2w.faf-motor-status,    system: DOAS - Casino MVAC, equipment_class: DOAS Unit, equipment_instance: DOAS-2W, location: 2nd Level/Casino MVAC Plant, point_description: Fresh Air Fan Motor Status,                              type: DI,      field_device: Auxiliary Contact,                      c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/MR-1",                                   panel: PNL-DOAS-L2, source: "BMS-02:r0c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-2w.faf-hoa-status,      system: DOAS - Casino MVAC, equipment_class: DOAS Unit, equipment_instance: DOAS-2W, location: 2nd Level/Casino MVAC Plant, point_description: Fresh Air Fan Motor Hand/Off/Auto Status,                  type: DI,      field_device: Auxiliary Contact,                      c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/MR-2",                                   panel: PNL-DOAS-L2, source: "BMS-02:r0c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-2w.faf-trip-alarm,      system: DOAS - Casino MVAC, equipment_class: DOAS Unit, equipment_instance: DOAS-2W, location: 2nd Level/Casino MVAC Plant, point_description: Fresh Air Fan Trip Alarm Status,                          type: DI,      field_device: Auxiliary Contact,                      c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/Alarm-1",                                panel: PNL-DOAS-L2, source: "BMS-02:r0c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-2w.faf-vfd-speed-fb,    system: DOAS - Casino MVAC, equipment_class: DOAS Unit, equipment_instance: DOAS-2W, location: 2nd Level/Casino MVAC Plant, point_description: Fresh Air Fan VFD Speed Monitoring (feedback),             type: HLI,     field_device: VFD,                                    c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/MR-4",                                   panel: PNL-DOAS-L2, source: "BMS-02:r0c1; MC-ME:DOAS", notes: "Via VFD BACnet" }
  - { id: doas.doas-2w.faf-vfd-control,     system: DOAS - Casino MVAC, equipment_class: DOAS Unit, equipment_instance: DOAS-2W, location: 2nd Level/Casino MVAC Plant, point_description: Fresh Air Fan Control On/Off/Modulating,                   type: HLI,     field_device: VFD,                                    c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/Turn ON/OFF/Modulate",                   panel: PNL-DOAS-L2, source: "BMS-02:r0c1; MC-ME:DOAS", notes: "Via VFD BACnet" }
  - { id: doas.doas-2w.oa-db-temp,          system: DOAS - Casino MVAC, equipment_class: DOAS Unit, equipment_instance: DOAS-2W, location: 2nd Level/Casino MVAC Plant, point_description: Outdoor (Ambient) Dry-Bulb Temperature,                    type: AI,      field_device: Temperature Sensor (outdoor/duct),      c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:DOAS/MR-7",                                   panel: PNL-DOAS-L2, source: "BMS-02:r0c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-2w.oa-flow,             system: DOAS - Casino MVAC, equipment_class: DOAS Unit, equipment_instance: DOAS-2W, location: 2nd Level/Casino MVAC Plant, point_description: Outdoor Air Flow Monitoring (Outside-Supply Air),           type: AI,      field_device: Flow Sensor (duct insertion),           c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:DOAS/MR-7",                                   panel: PNL-DOAS-L2, source: "BMS-02:r0c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-2w.oa-rh,               system: DOAS - Casino MVAC, equipment_class: DOAS Unit, equipment_instance: DOAS-2W, location: 2nd Level/Casino MVAC Plant, point_description: Outdoor Air Humidity Monitoring (Outdoor-Supply Air),       type: AI,      field_device: Humidity Sensor (outdoor/duct),         c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:DOAS/MR-7",                                   panel: PNL-DOAS-L2, source: "BMS-02:r0c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-2w.oa-damper-status,    system: DOAS - Casino MVAC, equipment_class: DOAS Unit, equipment_instance: DOAS-2W, location: 2nd Level/Casino MVAC Plant, point_description: Outdoor Air Motorized Damper Status,                       type: DI,      field_device: Damper Controller (limit/feedback),     c_o: ME Contractor,      description_of_operations_ref: "MC-ME:DOAS/MR-5",                                   panel: PNL-DOAS-L2, source: "BMS-02:r0c1; MC-ME:DOAS", notes: "Damper supplied by ME" }
  - { id: doas.doas-2w.oa-damper-cmd,       system: DOAS - Casino MVAC, equipment_class: DOAS Unit, equipment_instance: DOAS-2W, location: 2nd Level/Casino MVAC Plant, point_description: Outdoor Air Motorized Damper Control On/Off/Modulating,    type: AO,      field_device: Damper Controller (0-10V or 4-20mA),    c_o: ME Contractor,      description_of_operations_ref: "MC-ME:DOAS/Turn ON/OFF/Modulate-3",                 panel: PNL-DOAS-L2, source: "BMS-02:r0c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-2w.mixed-air-temp,      system: DOAS - Casino MVAC, equipment_class: DOAS Unit, equipment_instance: DOAS-2W, location: 2nd Level/Casino MVAC Plant, point_description: Indoor Mixed Air Temperature,                              type: AI,      field_device: Temperature Sensor (duct insertion),    c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:DOAS/MR-8",                                   panel: PNL-DOAS-L2, source: "BMS-02:r0c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-2w.mixed-air-rh,        system: DOAS - Casino MVAC, equipment_class: DOAS Unit, equipment_instance: DOAS-2W, location: 2nd Level/Casino MVAC Plant, point_description: Indoor Mixed Air Humidity,                                 type: AI,      field_device: Humidity Sensor (duct insertion),       c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:DOAS/MR-9",                                   panel: PNL-DOAS-L2, source: "BMS-02:r0c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-2w.chw-vlv-status,      system: DOAS - Casino MVAC, equipment_class: DOAS Unit, equipment_instance: DOAS-2W, location: 2nd Level/Casino MVAC Plant, point_description: Two-Way CHW Modulating Valve Status,                       type: DI,      field_device: Electric Valve Actuator (limit switch), c_o: ME Contractor,      description_of_operations_ref: "MC-ME:DOAS/MR-6",                                   panel: PNL-DOAS-L2, source: "BMS-02:r0c1; MC-ME:DOAS", notes: "Valve supplied by ME" }
  - { id: doas.doas-2w.chw-vlv-cmd,         system: DOAS - Casino MVAC, equipment_class: DOAS Unit, equipment_instance: DOAS-2W, location: 2nd Level/Casino MVAC Plant, point_description: CHW Modulating Valve Control On/Off/Modulating,             type: AO,      field_device: Electric Valve Actuator (0-10V/4-20mA), c_o: ME Contractor,      description_of_operations_ref: "MC-ME:DOAS/Modulate-4",                             panel: PNL-DOAS-L2, source: "BMS-02:r0c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-2w.supply-air-temp,     system: DOAS - Casino MVAC, equipment_class: DOAS Unit, equipment_instance: DOAS-2W, location: 2nd Level/Casino MVAC Plant, point_description: Indoor Supply Air Temperature,                             type: AI,      field_device: Temperature Sensor (duct insertion),    c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:DOAS/MR-10",                                  panel: PNL-DOAS-L2, source: "BMS-02:r0c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-2w.supply-air-rh,       system: DOAS - Casino MVAC, equipment_class: DOAS Unit, equipment_instance: DOAS-2W, location: 2nd Level/Casino MVAC Plant, point_description: Indoor Supply Air Humidity,                                type: AI,      field_device: Humidity Sensor (duct insertion),       c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:DOAS",                                        panel: PNL-DOAS-L2, source: "BMS-02:r0c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-2w.exhaust-air-temp,    system: DOAS - Casino MVAC, equipment_class: DOAS Unit, equipment_instance: DOAS-2W, location: 2nd Level/Casino MVAC Plant, point_description: Indoor Exhaust Air Temperature,                            type: AI,      field_device: Temperature Sensor (duct insertion),    c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:DOAS/MR-11",                                  panel: PNL-DOAS-L2, source: "BMS-02:r0c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-2w.eaf-start-cmd,       system: DOAS - Casino MVAC, equipment_class: DOAS Unit, equipment_instance: DOAS-2W, location: 2nd Level/Casino MVAC Plant, point_description: Exhaust Fan Start/Stop Control,                            type: DO,      field_device: Contactor relay,                        c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/Turn ON/OFF",                            panel: PNL-DOAS-L2, source: "BMS-02:r0c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-2w.eaf-motor-status,    system: DOAS - Casino MVAC, equipment_class: DOAS Unit, equipment_instance: DOAS-2W, location: 2nd Level/Casino MVAC Plant, point_description: Exhaust Fan Motor Status,                                  type: DI,      field_device: Auxiliary Contact,                      c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/MR-1",                                   panel: PNL-DOAS-L2, source: "BMS-02:r0c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-2w.eaf-hoa-status,      system: DOAS - Casino MVAC, equipment_class: DOAS Unit, equipment_instance: DOAS-2W, location: 2nd Level/Casino MVAC Plant, point_description: Exhaust Fan Motor Hand/Off/Auto Status,                    type: DI,      field_device: Auxiliary Contact,                      c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/MR-2",                                   panel: PNL-DOAS-L2, source: "BMS-02:r0c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-2w.eaf-trip-alarm,      system: DOAS - Casino MVAC, equipment_class: DOAS Unit, equipment_instance: DOAS-2W, location: 2nd Level/Casino MVAC Plant, point_description: Exhaust Fan Trip Alarm Status,                             type: DI,      field_device: Auxiliary Contact,                      c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/Alarm-1",                                panel: PNL-DOAS-L2, source: "BMS-02:r0c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-2w.eaf-static-press,    system: DOAS - Casino MVAC, equipment_class: DOAS Unit, equipment_instance: DOAS-2W, location: 2nd Level/Casino MVAC Plant, point_description: Exhaust Fan Static Pressure Transmitter,                   type: AI,      field_device: Differential Pressure Sensor (duct),    c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:DOAS",                                        panel: PNL-DOAS-L2, source: "BMS-02:r0c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-2w.eaf-vfd-speed-fb,    system: DOAS - Casino MVAC, equipment_class: DOAS Unit, equipment_instance: DOAS-2W, location: 2nd Level/Casino MVAC Plant, point_description: Exhaust Fan VFD Speed Monitoring (feedback),               type: HLI,     field_device: VFD,                                    c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/MR-4",                                   panel: PNL-DOAS-L2, source: "BMS-02:r0c1; MC-ME:DOAS", notes: "Via VFD BACnet" }
  - { id: doas.doas-2w.eaf-vfd-control,     system: DOAS - Casino MVAC, equipment_class: DOAS Unit, equipment_instance: DOAS-2W, location: 2nd Level/Casino MVAC Plant, point_description: Exhaust Fan Control On/Off/Modulating,                     type: HLI,     field_device: VFD,                                    c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/Turn ON/OFF",                            panel: PNL-DOAS-L2, source: "BMS-02:r0c1; MC-ME:DOAS", notes: "Via VFD BACnet" }

  # --- DOAS-RD.1 (Hotel/Roofdeck DOAS serving guestrooms) ---
  - { id: doas.doas-rd-1.network,           system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.1, location: Roofdeck/Hotel DOAS Plant, point_description: BACnet/IP gateway to DOAS controller,                  type: Network, field_device: DOAS Controller (BACnet),               c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:Roof Deck DOAS Serving Guestrooms; BMS-02 Hotel/Roofdeck", panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-1.faf-start-cmd,     system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.1, location: Roofdeck/Hotel DOAS Plant, point_description: Fresh Air Fan Start/Stop Control,                       type: DO,      field_device: Contactor relay,                        c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/Turn ON/OFF",                            panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-1.faf-motor-status,  system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.1, location: Roofdeck/Hotel DOAS Plant, point_description: Fresh Air Fan Motor Status,                              type: DI,      field_device: Auxiliary Contact,                      c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/MR-1",                                   panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-1.faf-hoa-status,    system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.1, location: Roofdeck/Hotel DOAS Plant, point_description: Fresh Air Fan Motor Hand/Off/Auto Status,                  type: DI,      field_device: Auxiliary Contact,                      c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/MR-2",                                   panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-1.faf-trip-alarm,    system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.1, location: Roofdeck/Hotel DOAS Plant, point_description: Fresh Air Fan Trip Alarm Status,                          type: DI,      field_device: Auxiliary Contact,                      c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/Alarm-1",                                panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-1.faf-vfd-speed-fb,  system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.1, location: Roofdeck/Hotel DOAS Plant, point_description: Fresh Air Fan VFD Speed Monitoring (feedback),             type: HLI,     field_device: VFD,                                    c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/MR-4",                                   panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-1.faf-vfd-control,   system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.1, location: Roofdeck/Hotel DOAS Plant, point_description: Fresh Air Fan Control On/Off/Modulating,                   type: HLI,     field_device: VFD,                                    c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/Turn ON/OFF/Modulate",                   panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-1.oa-db-temp,        system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.1, location: Roofdeck/Hotel DOAS Plant, point_description: Outdoor (Ambient) Dry-Bulb Temperature,                    type: AI,      field_device: Temperature Sensor (outdoor/duct),      c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:DOAS/MR-7",                                   panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-1.oa-flow,           system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.1, location: Roofdeck/Hotel DOAS Plant, point_description: Outdoor Air Flow Monitoring (Outside-Supply Air),           type: AI,      field_device: Flow Sensor (duct insertion),           c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:DOAS/MR-7",                                   panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-1.oa-rh,             system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.1, location: Roofdeck/Hotel DOAS Plant, point_description: Outdoor Air Humidity Monitoring (Outdoor-Supply Air),       type: AI,      field_device: Humidity Sensor (outdoor/duct),         c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:DOAS/MR-7",                                   panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-1.oa-damper-status,  system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.1, location: Roofdeck/Hotel DOAS Plant, point_description: Outdoor Air Motorized Damper Status,                       type: DI,      field_device: Damper Controller (limit/feedback),     c_o: ME Contractor,      description_of_operations_ref: "MC-ME:DOAS/MR-5",                                   panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-1.oa-damper-cmd,     system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.1, location: Roofdeck/Hotel DOAS Plant, point_description: Outdoor Air Motorized Damper Control On/Off/Modulating,    type: AO,      field_device: Damper Controller (0-10V or 4-20mA),    c_o: ME Contractor,      description_of_operations_ref: "MC-ME:DOAS/Turn ON/OFF/Modulate-3",                 panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-1.mixed-air-temp,    system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.1, location: Roofdeck/Hotel DOAS Plant, point_description: Indoor Mixed Air Temperature,                              type: AI,      field_device: Temperature Sensor (duct insertion),    c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:DOAS/MR-8",                                   panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-1.mixed-air-rh,      system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.1, location: Roofdeck/Hotel DOAS Plant, point_description: Indoor Mixed Air Humidity,                                 type: AI,      field_device: Humidity Sensor (duct insertion),       c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:DOAS/MR-9",                                   panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-1.chw-vlv-status,    system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.1, location: Roofdeck/Hotel DOAS Plant, point_description: Two-Way CHW Modulating Valve Status,                       type: DI,      field_device: Electric Valve Actuator (limit switch), c_o: ME Contractor,      description_of_operations_ref: "MC-ME:DOAS/MR-6",                                   panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-1.chw-vlv-cmd,       system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.1, location: Roofdeck/Hotel DOAS Plant, point_description: CHW Modulating Valve Control On/Off/Modulating,             type: AO,      field_device: Electric Valve Actuator (0-10V/4-20mA), c_o: ME Contractor,      description_of_operations_ref: "MC-ME:DOAS/Modulate-4",                             panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-1.supply-air-temp,   system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.1, location: Roofdeck/Hotel DOAS Plant, point_description: Indoor Supply Air Temperature,                             type: AI,      field_device: Temperature Sensor (duct insertion),    c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:DOAS/MR-10",                                  panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-1.exhaust-air-rh,    system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.1, location: Roofdeck/Hotel DOAS Plant, point_description: Indoor Exhaust Air Humidity,                               type: AI,      field_device: Humidity Sensor (duct insertion),       c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:DOAS",                                        panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "Roofdeck DOAS uses exhaust RH (not supply) per MC Standards Roof Deck section" }
  - { id: doas.doas-rd-1.exhaust-air-temp,  system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.1, location: Roofdeck/Hotel DOAS Plant, point_description: Indoor Exhaust Air Temperature,                            type: AI,      field_device: Temperature Sensor (duct insertion),    c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:DOAS/MR-11",                                  panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-1.eaf-start-cmd,     system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.1, location: Roofdeck/Hotel DOAS Plant, point_description: Exhaust Fan Start/Stop Control,                            type: DO,      field_device: Contactor relay,                        c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/Turn ON/OFF",                            panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-1.eaf-motor-status,  system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.1, location: Roofdeck/Hotel DOAS Plant, point_description: Exhaust Fan Motor Status,                                  type: DI,      field_device: Auxiliary Contact,                      c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/MR-1",                                   panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-1.eaf-hoa-status,    system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.1, location: Roofdeck/Hotel DOAS Plant, point_description: Exhaust Fan Motor Hand/Off/Auto Status,                    type: DI,      field_device: Auxiliary Contact,                      c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/MR-2",                                   panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-1.eaf-trip-alarm,    system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.1, location: Roofdeck/Hotel DOAS Plant, point_description: Exhaust Fan Trip Alarm Status,                             type: DI,      field_device: Auxiliary Contact,                      c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/Alarm-1",                                panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-1.eaf-static-press,  system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.1, location: Roofdeck/Hotel DOAS Plant, point_description: Exhaust Fan Static Pressure Transmitter,                   type: AI,      field_device: Differential Pressure Sensor (duct),    c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:DOAS",                                        panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-1.eaf-vfd-speed-fb,  system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.1, location: Roofdeck/Hotel DOAS Plant, point_description: Exhaust Fan VFD Speed Monitoring (feedback),               type: HLI,     field_device: VFD,                                    c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/MR-4",                                   panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-1.eaf-vfd-control,   system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.1, location: Roofdeck/Hotel DOAS Plant, point_description: Exhaust Fan Control On/Off/Modulating,                     type: HLI,     field_device: VFD,                                    c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/Turn ON/OFF",                            panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }

  # --- DOAS-RD.2 (Hotel/Roofdeck DOAS serving guestrooms) ---
  - { id: doas.doas-rd-2.network,           system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.2, location: Roofdeck/Hotel DOAS Plant, point_description: BACnet/IP gateway to DOAS controller,                  type: Network, field_device: DOAS Controller (BACnet),               c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:Roof Deck DOAS Serving Guestrooms; BMS-02 Hotel/Roofdeck", panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-2.faf-start-cmd,     system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.2, location: Roofdeck/Hotel DOAS Plant, point_description: Fresh Air Fan Start/Stop Control,                       type: DO,      field_device: Contactor relay,                        c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/Turn ON/OFF",                            panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-2.faf-motor-status,  system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.2, location: Roofdeck/Hotel DOAS Plant, point_description: Fresh Air Fan Motor Status,                              type: DI,      field_device: Auxiliary Contact,                      c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/MR-1",                                   panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-2.faf-hoa-status,    system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.2, location: Roofdeck/Hotel DOAS Plant, point_description: Fresh Air Fan Motor Hand/Off/Auto Status,                  type: DI,      field_device: Auxiliary Contact,                      c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/MR-2",                                   panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-2.faf-trip-alarm,    system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.2, location: Roofdeck/Hotel DOAS Plant, point_description: Fresh Air Fan Trip Alarm Status,                          type: DI,      field_device: Auxiliary Contact,                      c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/Alarm-1",                                panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-2.faf-vfd-speed-fb,  system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.2, location: Roofdeck/Hotel DOAS Plant, point_description: Fresh Air Fan VFD Speed Monitoring (feedback),             type: HLI,     field_device: VFD,                                    c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/MR-4",                                   panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-2.faf-vfd-control,   system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.2, location: Roofdeck/Hotel DOAS Plant, point_description: Fresh Air Fan Control On/Off/Modulating,                   type: HLI,     field_device: VFD,                                    c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/Turn ON/OFF/Modulate",                   panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-2.oa-db-temp,        system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.2, location: Roofdeck/Hotel DOAS Plant, point_description: Outdoor (Ambient) Dry-Bulb Temperature,                    type: AI,      field_device: Temperature Sensor (outdoor/duct),      c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:DOAS/MR-7",                                   panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-2.oa-flow,           system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.2, location: Roofdeck/Hotel DOAS Plant, point_description: Outdoor Air Flow Monitoring (Outside-Supply Air),           type: AI,      field_device: Flow Sensor (duct insertion),           c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:DOAS/MR-7",                                   panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-2.oa-rh,             system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.2, location: Roofdeck/Hotel DOAS Plant, point_description: Outdoor Air Humidity Monitoring (Outdoor-Supply Air),       type: AI,      field_device: Humidity Sensor (outdoor/duct),         c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:DOAS/MR-7",                                   panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-2.oa-damper-status,  system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.2, location: Roofdeck/Hotel DOAS Plant, point_description: Outdoor Air Motorized Damper Status,                       type: DI,      field_device: Damper Controller (limit/feedback),     c_o: ME Contractor,      description_of_operations_ref: "MC-ME:DOAS/MR-5",                                   panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-2.oa-damper-cmd,     system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.2, location: Roofdeck/Hotel DOAS Plant, point_description: Outdoor Air Motorized Damper Control On/Off/Modulating,    type: AO,      field_device: Damper Controller (0-10V or 4-20mA),    c_o: ME Contractor,      description_of_operations_ref: "MC-ME:DOAS/Turn ON/OFF/Modulate-3",                 panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-2.mixed-air-temp,    system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.2, location: Roofdeck/Hotel DOAS Plant, point_description: Indoor Mixed Air Temperature,                              type: AI,      field_device: Temperature Sensor (duct insertion),    c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:DOAS/MR-8",                                   panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-2.mixed-air-rh,      system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.2, location: Roofdeck/Hotel DOAS Plant, point_description: Indoor Mixed Air Humidity,                                 type: AI,      field_device: Humidity Sensor (duct insertion),       c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:DOAS/MR-9",                                   panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-2.chw-vlv-status,    system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.2, location: Roofdeck/Hotel DOAS Plant, point_description: Two-Way CHW Modulating Valve Status,                       type: DI,      field_device: Electric Valve Actuator (limit switch), c_o: ME Contractor,      description_of_operations_ref: "MC-ME:DOAS/MR-6",                                   panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-2.chw-vlv-cmd,       system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.2, location: Roofdeck/Hotel DOAS Plant, point_description: CHW Modulating Valve Control On/Off/Modulating,             type: AO,      field_device: Electric Valve Actuator (0-10V/4-20mA), c_o: ME Contractor,      description_of_operations_ref: "MC-ME:DOAS/Modulate-4",                             panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-2.supply-air-temp,   system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.2, location: Roofdeck/Hotel DOAS Plant, point_description: Indoor Supply Air Temperature,                             type: AI,      field_device: Temperature Sensor (duct insertion),    c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:DOAS/MR-10",                                  panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-2.exhaust-air-rh,    system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.2, location: Roofdeck/Hotel DOAS Plant, point_description: Indoor Exhaust Air Humidity,                               type: AI,      field_device: Humidity Sensor (duct insertion),       c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:DOAS",                                        panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-2.exhaust-air-temp,  system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.2, location: Roofdeck/Hotel DOAS Plant, point_description: Indoor Exhaust Air Temperature,                            type: AI,      field_device: Temperature Sensor (duct insertion),    c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:DOAS/MR-11",                                  panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-2.eaf-start-cmd,     system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.2, location: Roofdeck/Hotel DOAS Plant, point_description: Exhaust Fan Start/Stop Control,                            type: DO,      field_device: Contactor relay,                        c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/Turn ON/OFF",                            panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-2.eaf-motor-status,  system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.2, location: Roofdeck/Hotel DOAS Plant, point_description: Exhaust Fan Motor Status,                                  type: DI,      field_device: Auxiliary Contact,                      c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/MR-1",                                   panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-2.eaf-hoa-status,    system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.2, location: Roofdeck/Hotel DOAS Plant, point_description: Exhaust Fan Motor Hand/Off/Auto Status,                    type: DI,      field_device: Auxiliary Contact,                      c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/MR-2",                                   panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-2.eaf-trip-alarm,    system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.2, location: Roofdeck/Hotel DOAS Plant, point_description: Exhaust Fan Trip Alarm Status,                             type: DI,      field_device: Auxiliary Contact,                      c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/Alarm-1",                                panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-2.eaf-static-press,  system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.2, location: Roofdeck/Hotel DOAS Plant, point_description: Exhaust Fan Static Pressure Transmitter,                   type: AI,      field_device: Differential Pressure Sensor (duct),    c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:DOAS",                                        panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-2.eaf-vfd-speed-fb,  system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.2, location: Roofdeck/Hotel DOAS Plant, point_description: Exhaust Fan VFD Speed Monitoring (feedback),               type: HLI,     field_device: VFD,                                    c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/MR-4",                                   panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }
  - { id: doas.doas-rd-2.eaf-vfd-control,   system: DOAS - Hotel/Roofdeck, equipment_class: DOAS Unit, equipment_instance: DOAS-RD.2, location: Roofdeck/Hotel DOAS Plant, point_description: Exhaust Fan Control On/Off/Modulating,                     type: HLI,     field_device: VFD,                                    c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:DOAS/Turn ON/OFF",                            panel: PNL-DOAS-RD, source: "BMS-02:r1c1; MC-ME:DOAS", notes: "" }

  # ============================================================================
  # CHUNK 7 — AHU 2nd Level (Casino) + Ozonizers + Roofdeck PAHU
  # ============================================================================
  # Source: BMS-02 r0c2 (AHU 2nd Level + Ozonizers + PAHU Roofdeck tabulations)
  # Baseline: MC Standards ME — AHU-AC at 2nd Level + Roof Deck PAHU sections
  #
  # Equipment:
  #   AHU-2M.1, AHU-2M.2:  Casino-serving AHUs at 2nd Level (qty 2)
  #     Per-AHU TUEC totals: 8 AI + 3 AO + 2 DI + 2 HLI = 15 I/O × 2 = 30 ✓
  #     Note: TUEC treats OA/RA damper STATUS as AI (modulating position feedback)
  #     not DI (on/off). CHW valve status appears bundled in modulating feedback.
  #     Plus 1 BACnet Network drop per AHU-2M.
  #   OZ-2M.1, OZ-2M.2:    Ozonizers paired 1:1 with AHU-2M.1/2M.2
  #     Per-unit: 1 AI (VOC) + 2 DI (status, trip) = 3 I/O × 2 = 6
  #   PAHU-RD.1, PAHU-RD.2: Precooled Air Handling Units at Roofdeck (qty 2)
  #     Per-PAHU: 1 Network + 1 DO (start/stop) + 4 AI + 2 AO + 4 DI + 2 HLI = 14 rows × 2 = 28
  #
  # Panels:
  #   PNL-AHU-L2:    AHU-2M.1, AHU-2M.2, OZ-2M.1, OZ-2M.2 (Casino plant)
  #   PNL-PAHU-RD:   PAHU-RD.1, PAHU-RD.2 (Roofdeck precool)

  # --- AHU-2M.1 (Casino-serving AHU at 2nd Level, with modulating dampers) ---
  - { id: ahu.ahu-2m-1.network,         system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.1, location: 2nd Level/Casino MVAC Plant, point_description: BACnet/IP gateway to AHU controller,                  type: Network, field_device: AHU Controller (BACnet),               c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:AHU-AC at 2nd Level; BMS-02 AHU 2nd Level", panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "" }
  - { id: ahu.ahu-2m-1.fan-motor-status,system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.1, location: 2nd Level/Casino MVAC Plant, point_description: Fan Motor Status,                                       type: DI,      field_device: Auxiliary Contact,                     c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:AHU-AC/MR-1",                              panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "" }
  - { id: ahu.ahu-2m-1.fan-trip-status, system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.1, location: 2nd Level/Casino MVAC Plant, point_description: Fan Trip Alarm Status,                                  type: DI,      field_device: Auxiliary Contact,                     c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:AHU-AC/Alarm-1",                           panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "" }
  - { id: ahu.ahu-2m-1.vfd-speed-fb,    system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.1, location: 2nd Level/Casino MVAC Plant, point_description: VFD Speed Monitoring (feedback),                          type: HLI,     field_device: VFD,                                   c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:AHU-AC/MR-7",                              panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "Via VFD BACnet" }
  - { id: ahu.ahu-2m-1.fan-control-cmd, system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.1, location: 2nd Level/Casino MVAC Plant, point_description: Fan Control On/Off/Modulating,                            type: HLI,     field_device: VFD,                                   c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:AHU-AC/Turn ON/OFF",                       panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "Via VFD BACnet" }
  - { id: ahu.ahu-2m-1.supply-air-temp, system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.1, location: 2nd Level/Casino MVAC Plant, point_description: Supply Air Temperature,                                 type: AI,      field_device: Temperature Sensor (duct insertion),   c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:AHU-AC/MR-6",                              panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "" }
  - { id: ahu.ahu-2m-1.mixed-air-temp,  system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.1, location: 2nd Level/Casino MVAC Plant, point_description: Mixed Air Temperature,                                  type: AI,      field_device: Temperature Sensor (duct insertion),   c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:AHU-AC/MR-5",                              panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "" }
  - { id: ahu.ahu-2m-1.supply-air-rh,   system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.1, location: 2nd Level/Casino MVAC Plant, point_description: Supply Air Humidity Monitoring,                          type: AI,      field_device: Humidity Sensor (duct insertion),      c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:AHU-AC",                                   panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "" }
  - { id: ahu.ahu-2m-1.chw-vlv-cmd,     system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.1, location: 2nd Level/Casino MVAC Plant, point_description: CHW Modulating Valve Control On/Off/Modulating,           type: AO,      field_device: Electric Valve Actuator (0-10V/4-20mA),c_o: ME Contractor,      description_of_operations_ref: "MC-ME:AHU-AC/Modulate-1",                        panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "Modulating valve — feedback via AO command, status implied" }
  - { id: ahu.ahu-2m-1.oa-damper-fb,    system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.1, location: 2nd Level/Casino MVAC Plant, point_description: Outdoor Air Motorized Damper Position Feedback,            type: AI,      field_device: Damper Controller (0-10V or 4-20mA fb),c_o: ME Contractor,      description_of_operations_ref: "MC-ME:AHU-AC/MR-9",                              panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "Modulating damper — % position via AI" }
  - { id: ahu.ahu-2m-1.oa-damper-cmd,   system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.1, location: 2nd Level/Casino MVAC Plant, point_description: Outdoor Air Motorized Damper Control On/Off/Modulating,    type: AO,      field_device: Damper Controller (0-10V or 4-20mA),   c_o: ME Contractor,      description_of_operations_ref: "MC-ME:AHU-AC/Turn ON/OFF/Modulate",              panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "" }
  - { id: ahu.ahu-2m-1.ra-damper-fb,    system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.1, location: 2nd Level/Casino MVAC Plant, point_description: Return Air Motorized Damper Position Feedback,             type: AI,      field_device: Damper Controller (0-10V or 4-20mA fb),c_o: ME Contractor,      description_of_operations_ref: "MC-ME:AHU-AC/MR-8",                              panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "Modulating damper — % position via AI" }
  - { id: ahu.ahu-2m-1.ra-damper-cmd,   system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.1, location: 2nd Level/Casino MVAC Plant, point_description: Return Air Motorized Damper Control On/Off/Modulating,     type: AO,      field_device: Damper Controller (0-10V or 4-20mA),   c_o: ME Contractor,      description_of_operations_ref: "MC-ME:AHU-AC/Turn ON/OFF/Modulate",              panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "" }
  - { id: ahu.ahu-2m-1.return-air-co2,  system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.1, location: 2nd Level/Casino MVAC Plant, point_description: Carbon Dioxide (CO2) Sensor at Return Duct,              type: AI,      field_device: CO2 Sensor (duct),                     c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:AHU-AC/MR-4",                              panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "" }
  - { id: ahu.ahu-2m-1.return-air-co,   system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.1, location: 2nd Level/Casino MVAC Plant, point_description: Carbon Monoxide (CO) Sensor at Return Duct,               type: AI,      field_device: CO Sensor (duct),                      c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:AHU-AC",                                   panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "Casino-specific (smoking area air quality)" }
  - { id: ahu.ahu-2m-1.return-air-temp, system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.1, location: 2nd Level/Casino MVAC Plant, point_description: Indoor Return Air Temperature,                            type: AI,      field_device: Temperature Sensor (duct insertion),   c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:AHU-AC/MR-3",                              panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "" }

  # --- AHU-2M.2 ---
  - { id: ahu.ahu-2m-2.network,         system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.2, location: 2nd Level/Casino MVAC Plant, point_description: BACnet/IP gateway to AHU controller,                  type: Network, field_device: AHU Controller (BACnet),               c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:AHU-AC at 2nd Level; BMS-02 AHU 2nd Level", panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "" }
  - { id: ahu.ahu-2m-2.fan-motor-status,system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.2, location: 2nd Level/Casino MVAC Plant, point_description: Fan Motor Status,                                       type: DI,      field_device: Auxiliary Contact,                     c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:AHU-AC/MR-1",                              panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "" }
  - { id: ahu.ahu-2m-2.fan-trip-status, system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.2, location: 2nd Level/Casino MVAC Plant, point_description: Fan Trip Alarm Status,                                  type: DI,      field_device: Auxiliary Contact,                     c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:AHU-AC/Alarm-1",                           panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "" }
  - { id: ahu.ahu-2m-2.vfd-speed-fb,    system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.2, location: 2nd Level/Casino MVAC Plant, point_description: VFD Speed Monitoring (feedback),                          type: HLI,     field_device: VFD,                                   c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:AHU-AC/MR-7",                              panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "" }
  - { id: ahu.ahu-2m-2.fan-control-cmd, system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.2, location: 2nd Level/Casino MVAC Plant, point_description: Fan Control On/Off/Modulating,                            type: HLI,     field_device: VFD,                                   c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:AHU-AC/Turn ON/OFF",                       panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "" }
  - { id: ahu.ahu-2m-2.supply-air-temp, system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.2, location: 2nd Level/Casino MVAC Plant, point_description: Supply Air Temperature,                                 type: AI,      field_device: Temperature Sensor (duct insertion),   c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:AHU-AC/MR-6",                              panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "" }
  - { id: ahu.ahu-2m-2.mixed-air-temp,  system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.2, location: 2nd Level/Casino MVAC Plant, point_description: Mixed Air Temperature,                                  type: AI,      field_device: Temperature Sensor (duct insertion),   c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:AHU-AC/MR-5",                              panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "" }
  - { id: ahu.ahu-2m-2.supply-air-rh,   system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.2, location: 2nd Level/Casino MVAC Plant, point_description: Supply Air Humidity Monitoring,                          type: AI,      field_device: Humidity Sensor (duct insertion),      c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:AHU-AC",                                   panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "" }
  - { id: ahu.ahu-2m-2.chw-vlv-cmd,     system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.2, location: 2nd Level/Casino MVAC Plant, point_description: CHW Modulating Valve Control On/Off/Modulating,           type: AO,      field_device: Electric Valve Actuator (0-10V/4-20mA),c_o: ME Contractor,      description_of_operations_ref: "MC-ME:AHU-AC/Modulate-1",                        panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "" }
  - { id: ahu.ahu-2m-2.oa-damper-fb,    system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.2, location: 2nd Level/Casino MVAC Plant, point_description: Outdoor Air Motorized Damper Position Feedback,            type: AI,      field_device: Damper Controller (0-10V or 4-20mA fb),c_o: ME Contractor,      description_of_operations_ref: "MC-ME:AHU-AC/MR-9",                              panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "" }
  - { id: ahu.ahu-2m-2.oa-damper-cmd,   system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.2, location: 2nd Level/Casino MVAC Plant, point_description: Outdoor Air Motorized Damper Control On/Off/Modulating,    type: AO,      field_device: Damper Controller (0-10V or 4-20mA),   c_o: ME Contractor,      description_of_operations_ref: "MC-ME:AHU-AC/Turn ON/OFF/Modulate",              panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "" }
  - { id: ahu.ahu-2m-2.ra-damper-fb,    system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.2, location: 2nd Level/Casino MVAC Plant, point_description: Return Air Motorized Damper Position Feedback,             type: AI,      field_device: Damper Controller (0-10V or 4-20mA fb),c_o: ME Contractor,      description_of_operations_ref: "MC-ME:AHU-AC/MR-8",                              panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "" }
  - { id: ahu.ahu-2m-2.ra-damper-cmd,   system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.2, location: 2nd Level/Casino MVAC Plant, point_description: Return Air Motorized Damper Control On/Off/Modulating,     type: AO,      field_device: Damper Controller (0-10V or 4-20mA),   c_o: ME Contractor,      description_of_operations_ref: "MC-ME:AHU-AC/Turn ON/OFF/Modulate",              panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "" }
  - { id: ahu.ahu-2m-2.return-air-co2,  system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.2, location: 2nd Level/Casino MVAC Plant, point_description: Carbon Dioxide (CO2) Sensor at Return Duct,              type: AI,      field_device: CO2 Sensor (duct),                     c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:AHU-AC/MR-4",                              panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "" }
  - { id: ahu.ahu-2m-2.return-air-co,   system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.2, location: 2nd Level/Casino MVAC Plant, point_description: Carbon Monoxide (CO) Sensor at Return Duct,               type: AI,      field_device: CO Sensor (duct),                      c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:AHU-AC",                                   panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "" }
  - { id: ahu.ahu-2m-2.return-air-temp, system: AHU - Casino, equipment_class: AHU (Modulating CHW-served), equipment_instance: AHU-2M.2, location: 2nd Level/Casino MVAC Plant, point_description: Indoor Return Air Temperature,                            type: AI,      field_device: Temperature Sensor (duct insertion),   c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:AHU-AC/MR-3",                              panel: PNL-AHU-L2, source: "BMS-02:r0c2; MC-ME:AHU-AC", notes: "" }

  # --- Ozonizers (qty 2 — paired 1:1 with AHU-2M units, serving Casino) ---
  - { id: ahu.oz-2m-1.equipment-status, system: AHU - Casino (Ozonizer), equipment_class: Ozone Generator (UV-light or Corona), equipment_instance: OZ-2M.1, location: 2nd Level/Casino MVAC Plant, point_description: Equipment Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "BMS-02:r0c2 OZONIZERS",      panel: PNL-AHU-L2, source: "BMS-02:r0c2",            notes: "Casino air-treatment device paired with AHU-2M.1" }
  - { id: ahu.oz-2m-1.equipment-trip,   system: AHU - Casino (Ozonizer), equipment_class: Ozone Generator (UV-light or Corona), equipment_instance: OZ-2M.1, location: 2nd Level/Casino MVAC Plant, point_description: Equipment Trip Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "BMS-02:r0c2 OZONIZERS",      panel: PNL-AHU-L2, source: "BMS-02:r0c2",            notes: "" }
  - { id: ahu.oz-2m-1.voc,              system: AHU - Casino (Ozonizer), equipment_class: Ozone Generator (UV-light or Corona), equipment_instance: OZ-2M.1, location: 2nd Level/Casino MVAC Plant, point_description: VOC Monitoring (downstream air quality), type: AI, field_device: VOC Sensor (duct), c_o: BMS Contractor,     description_of_operations_ref: "BMS-02:r0c2 OZONIZERS",      panel: PNL-AHU-L2, source: "BMS-02:r0c2",            notes: "" }
  - { id: ahu.oz-2m-2.equipment-status, system: AHU - Casino (Ozonizer), equipment_class: Ozone Generator (UV-light or Corona), equipment_instance: OZ-2M.2, location: 2nd Level/Casino MVAC Plant, point_description: Equipment Status,             type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "BMS-02:r0c2 OZONIZERS",      panel: PNL-AHU-L2, source: "BMS-02:r0c2",            notes: "Casino air-treatment device paired with AHU-2M.2" }
  - { id: ahu.oz-2m-2.equipment-trip,   system: AHU - Casino (Ozonizer), equipment_class: Ozone Generator (UV-light or Corona), equipment_instance: OZ-2M.2, location: 2nd Level/Casino MVAC Plant, point_description: Equipment Trip Status,        type: DI, field_device: Auxiliary Contact, c_o: Equipment Supplier, description_of_operations_ref: "BMS-02:r0c2 OZONIZERS",      panel: PNL-AHU-L2, source: "BMS-02:r0c2",            notes: "" }
  - { id: ahu.oz-2m-2.voc,              system: AHU - Casino (Ozonizer), equipment_class: Ozone Generator (UV-light or Corona), equipment_instance: OZ-2M.2, location: 2nd Level/Casino MVAC Plant, point_description: VOC Monitoring (downstream air quality), type: AI, field_device: VOC Sensor (duct), c_o: BMS Contractor,     description_of_operations_ref: "BMS-02:r0c2 OZONIZERS",      panel: PNL-AHU-L2, source: "BMS-02:r0c2",            notes: "" }

  # --- PAHU-RD.1 (Precooled Air Handling Unit at Roofdeck) ---
  - { id: pahu.pahu-rd-1.network,         system: PAHU - Roofdeck, equipment_class: Precooled Air Handling Unit, equipment_instance: PAHU-RD.1, location: Roofdeck/PAHU Plant, point_description: BACnet/IP gateway to PAHU controller,                 type: Network, field_device: PAHU Controller (BACnet),              c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:Roof Deck PAHU; BMS-02 PAHU Roofdeck", panel: PNL-PAHU-RD, source: "BMS-02:r0c2; MC-ME:PAHU", notes: "" }
  - { id: pahu.pahu-rd-1.faf-start-cmd,   system: PAHU - Roofdeck, equipment_class: Precooled Air Handling Unit, equipment_instance: PAHU-RD.1, location: Roofdeck/PAHU Plant, point_description: Fresh Air Fan Start/Stop Control,                       type: DO,      field_device: Contactor relay,                       c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:PAHU/Turn ON/OFF",                       panel: PNL-PAHU-RD, source: "BMS-02:r0c2; MC-ME:PAHU", notes: "" }
  - { id: pahu.pahu-rd-1.faf-motor-status,system: PAHU - Roofdeck, equipment_class: Precooled Air Handling Unit, equipment_instance: PAHU-RD.1, location: Roofdeck/PAHU Plant, point_description: Fresh Air Fan Motor Status,                              type: DI,      field_device: Auxiliary Contact,                     c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:PAHU/MR-1",                              panel: PNL-PAHU-RD, source: "BMS-02:r0c2; MC-ME:PAHU", notes: "" }
  - { id: pahu.pahu-rd-1.faf-trip,        system: PAHU - Roofdeck, equipment_class: Precooled Air Handling Unit, equipment_instance: PAHU-RD.1, location: Roofdeck/PAHU Plant, point_description: Fresh Air Fan Trip Alarm Status,                          type: DI,      field_device: Auxiliary Contact,                     c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:PAHU/Alarm-1",                           panel: PNL-PAHU-RD, source: "BMS-02:r0c2; MC-ME:PAHU", notes: "" }
  - { id: pahu.pahu-rd-1.faf-hoa,         system: PAHU - Roofdeck, equipment_class: Precooled Air Handling Unit, equipment_instance: PAHU-RD.1, location: Roofdeck/PAHU Plant, point_description: Fresh Air Fan Motor Hand/Off/Auto Status,                  type: DI,      field_device: Auxiliary Contact,                     c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:PAHU/MR-2",                              panel: PNL-PAHU-RD, source: "BMS-02:r0c2; MC-ME:PAHU", notes: "" }
  - { id: pahu.pahu-rd-1.vfd-speed-fb,    system: PAHU - Roofdeck, equipment_class: Precooled Air Handling Unit, equipment_instance: PAHU-RD.1, location: Roofdeck/PAHU Plant, point_description: VFD Speed Monitoring (feedback),                          type: HLI,     field_device: VFD,                                   c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:PAHU/MR-3",                              panel: PNL-PAHU-RD, source: "BMS-02:r0c2; MC-ME:PAHU", notes: "" }
  - { id: pahu.pahu-rd-1.fan-control-cmd, system: PAHU - Roofdeck, equipment_class: Precooled Air Handling Unit, equipment_instance: PAHU-RD.1, location: Roofdeck/PAHU Plant, point_description: Fan Control On/Off/Modulating,                            type: HLI,     field_device: VFD,                                   c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:PAHU/Turn ON/OFF/Modulate",              panel: PNL-PAHU-RD, source: "BMS-02:r0c2; MC-ME:PAHU", notes: "" }
  - { id: pahu.pahu-rd-1.oa-temp,         system: PAHU - Roofdeck, equipment_class: Precooled Air Handling Unit, equipment_instance: PAHU-RD.1, location: Roofdeck/PAHU Plant, point_description: Outdoor (Outside) Supply Air Temperature,                  type: AI,      field_device: Temperature Sensor (outdoor/duct),     c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:PAHU/MR-6",                              panel: PNL-PAHU-RD, source: "BMS-02:r0c2; MC-ME:PAHU", notes: "" }
  - { id: pahu.pahu-rd-1.oa-flow,         system: PAHU - Roofdeck, equipment_class: Precooled Air Handling Unit, equipment_instance: PAHU-RD.1, location: Roofdeck/PAHU Plant, point_description: Outdoor Air Flow Monitoring,                              type: AI,      field_device: Flow Sensor (duct insertion),          c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:PAHU/MR-6",                              panel: PNL-PAHU-RD, source: "BMS-02:r0c2; MC-ME:PAHU", notes: "" }
  - { id: pahu.pahu-rd-1.supply-temp,     system: PAHU - Roofdeck, equipment_class: Precooled Air Handling Unit, equipment_instance: PAHU-RD.1, location: Roofdeck/PAHU Plant, point_description: Indoor Supply Air Temperature,                            type: AI,      field_device: Temperature Sensor (duct insertion),   c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:PAHU/MR-7",                              panel: PNL-PAHU-RD, source: "BMS-02:r0c2; MC-ME:PAHU", notes: "" }
  - { id: pahu.pahu-rd-1.faf-static-press,system: PAHU - Roofdeck, equipment_class: Precooled Air Handling Unit, equipment_instance: PAHU-RD.1, location: Roofdeck/PAHU Plant, point_description: Fresh Air Fan Static Pressure Transmitter,                type: AI,      field_device: Differential Pressure Sensor (duct),   c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:PAHU",                                   panel: PNL-PAHU-RD, source: "BMS-02:r0c2; MC-ME:PAHU", notes: "" }
  - { id: pahu.pahu-rd-1.oa-damper-status,system: PAHU - Roofdeck, equipment_class: Precooled Air Handling Unit, equipment_instance: PAHU-RD.1, location: Roofdeck/PAHU Plant, point_description: Outdoor Air Motorized Damper Status,                       type: DI,      field_device: Damper Controller (limit/feedback),    c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:PAHU/MR-4",                              panel: PNL-PAHU-RD, source: "BMS-02:r0c2; MC-ME:PAHU", notes: "" }
  - { id: pahu.pahu-rd-1.oa-damper-cmd,   system: PAHU - Roofdeck, equipment_class: Precooled Air Handling Unit, equipment_instance: PAHU-RD.1, location: Roofdeck/PAHU Plant, point_description: Outdoor Air Motorized Damper Control On/Off/Modulating,    type: AO,      field_device: Damper Controller (0-10V or 4-20mA),   c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:PAHU/Turn ON/OFF/Modulate-2",            panel: PNL-PAHU-RD, source: "BMS-02:r0c2; MC-ME:PAHU", notes: "" }
  - { id: pahu.pahu-rd-1.chw-vlv-cmd,     system: PAHU - Roofdeck, equipment_class: Precooled Air Handling Unit, equipment_instance: PAHU-RD.1, location: Roofdeck/PAHU Plant, point_description: CHW Modulating Valve Control On/Off/Modulating,             type: AO,      field_device: Electric Valve Actuator (0-10V/4-20mA),c_o: ME Contractor,      description_of_operations_ref: "MC-ME:PAHU/Modulate-3",                        panel: PNL-PAHU-RD, source: "BMS-02:r0c2; MC-ME:PAHU", notes: "" }

  # --- PAHU-RD.2 ---
  - { id: pahu.pahu-rd-2.network,         system: PAHU - Roofdeck, equipment_class: Precooled Air Handling Unit, equipment_instance: PAHU-RD.2, location: Roofdeck/PAHU Plant, point_description: BACnet/IP gateway to PAHU controller,                 type: Network, field_device: PAHU Controller (BACnet),              c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:Roof Deck PAHU; BMS-02 PAHU Roofdeck", panel: PNL-PAHU-RD, source: "BMS-02:r0c2; MC-ME:PAHU", notes: "" }
  - { id: pahu.pahu-rd-2.faf-start-cmd,   system: PAHU - Roofdeck, equipment_class: Precooled Air Handling Unit, equipment_instance: PAHU-RD.2, location: Roofdeck/PAHU Plant, point_description: Fresh Air Fan Start/Stop Control,                       type: DO,      field_device: Contactor relay,                       c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:PAHU/Turn ON/OFF",                       panel: PNL-PAHU-RD, source: "BMS-02:r0c2; MC-ME:PAHU", notes: "" }
  - { id: pahu.pahu-rd-2.faf-motor-status,system: PAHU - Roofdeck, equipment_class: Precooled Air Handling Unit, equipment_instance: PAHU-RD.2, location: Roofdeck/PAHU Plant, point_description: Fresh Air Fan Motor Status,                              type: DI,      field_device: Auxiliary Contact,                     c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:PAHU/MR-1",                              panel: PNL-PAHU-RD, source: "BMS-02:r0c2; MC-ME:PAHU", notes: "" }
  - { id: pahu.pahu-rd-2.faf-trip,        system: PAHU - Roofdeck, equipment_class: Precooled Air Handling Unit, equipment_instance: PAHU-RD.2, location: Roofdeck/PAHU Plant, point_description: Fresh Air Fan Trip Alarm Status,                          type: DI,      field_device: Auxiliary Contact,                     c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:PAHU/Alarm-1",                           panel: PNL-PAHU-RD, source: "BMS-02:r0c2; MC-ME:PAHU", notes: "" }
  - { id: pahu.pahu-rd-2.faf-hoa,         system: PAHU - Roofdeck, equipment_class: Precooled Air Handling Unit, equipment_instance: PAHU-RD.2, location: Roofdeck/PAHU Plant, point_description: Fresh Air Fan Motor Hand/Off/Auto Status,                  type: DI,      field_device: Auxiliary Contact,                     c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:PAHU/MR-2",                              panel: PNL-PAHU-RD, source: "BMS-02:r0c2; MC-ME:PAHU", notes: "" }
  - { id: pahu.pahu-rd-2.vfd-speed-fb,    system: PAHU - Roofdeck, equipment_class: Precooled Air Handling Unit, equipment_instance: PAHU-RD.2, location: Roofdeck/PAHU Plant, point_description: VFD Speed Monitoring (feedback),                          type: HLI,     field_device: VFD,                                   c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:PAHU/MR-3",                              panel: PNL-PAHU-RD, source: "BMS-02:r0c2; MC-ME:PAHU", notes: "" }
  - { id: pahu.pahu-rd-2.fan-control-cmd, system: PAHU - Roofdeck, equipment_class: Precooled Air Handling Unit, equipment_instance: PAHU-RD.2, location: Roofdeck/PAHU Plant, point_description: Fan Control On/Off/Modulating,                            type: HLI,     field_device: VFD,                                   c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:PAHU/Turn ON/OFF/Modulate",              panel: PNL-PAHU-RD, source: "BMS-02:r0c2; MC-ME:PAHU", notes: "" }
  - { id: pahu.pahu-rd-2.oa-temp,         system: PAHU - Roofdeck, equipment_class: Precooled Air Handling Unit, equipment_instance: PAHU-RD.2, location: Roofdeck/PAHU Plant, point_description: Outdoor (Outside) Supply Air Temperature,                  type: AI,      field_device: Temperature Sensor (outdoor/duct),     c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:PAHU/MR-6",                              panel: PNL-PAHU-RD, source: "BMS-02:r0c2; MC-ME:PAHU", notes: "" }
  - { id: pahu.pahu-rd-2.oa-flow,         system: PAHU - Roofdeck, equipment_class: Precooled Air Handling Unit, equipment_instance: PAHU-RD.2, location: Roofdeck/PAHU Plant, point_description: Outdoor Air Flow Monitoring,                              type: AI,      field_device: Flow Sensor (duct insertion),          c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:PAHU/MR-6",                              panel: PNL-PAHU-RD, source: "BMS-02:r0c2; MC-ME:PAHU", notes: "" }
  - { id: pahu.pahu-rd-2.supply-temp,     system: PAHU - Roofdeck, equipment_class: Precooled Air Handling Unit, equipment_instance: PAHU-RD.2, location: Roofdeck/PAHU Plant, point_description: Indoor Supply Air Temperature,                            type: AI,      field_device: Temperature Sensor (duct insertion),   c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:PAHU/MR-7",                              panel: PNL-PAHU-RD, source: "BMS-02:r0c2; MC-ME:PAHU", notes: "" }
  - { id: pahu.pahu-rd-2.faf-static-press,system: PAHU - Roofdeck, equipment_class: Precooled Air Handling Unit, equipment_instance: PAHU-RD.2, location: Roofdeck/PAHU Plant, point_description: Fresh Air Fan Static Pressure Transmitter,                type: AI,      field_device: Differential Pressure Sensor (duct),   c_o: BMS Contractor,     description_of_operations_ref: "MC-ME:PAHU",                                   panel: PNL-PAHU-RD, source: "BMS-02:r0c2; MC-ME:PAHU", notes: "" }
  - { id: pahu.pahu-rd-2.oa-damper-status,system: PAHU - Roofdeck, equipment_class: Precooled Air Handling Unit, equipment_instance: PAHU-RD.2, location: Roofdeck/PAHU Plant, point_description: Outdoor Air Motorized Damper Status,                       type: DI,      field_device: Damper Controller (limit/feedback),    c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:PAHU/MR-4",                              panel: PNL-PAHU-RD, source: "BMS-02:r0c2; MC-ME:PAHU", notes: "" }
  - { id: pahu.pahu-rd-2.oa-damper-cmd,   system: PAHU - Roofdeck, equipment_class: Precooled Air Handling Unit, equipment_instance: PAHU-RD.2, location: Roofdeck/PAHU Plant, point_description: Outdoor Air Motorized Damper Control On/Off/Modulating,    type: AO,      field_device: Damper Controller (0-10V or 4-20mA),   c_o: Equipment Supplier, description_of_operations_ref: "MC-ME:PAHU/Turn ON/OFF/Modulate-2",            panel: PNL-PAHU-RD, source: "BMS-02:r0c2; MC-ME:PAHU", notes: "" }
  - { id: pahu.pahu-rd-2.chw-vlv-cmd,     system: PAHU - Roofdeck, equipment_class: Precooled Air Handling Unit, equipment_instance: PAHU-RD.2, location: Roofdeck/PAHU Plant, point_description: CHW Modulating Valve Control On/Off/Modulating,             type: AO,      field_device: Electric Valve Actuator (0-10V/4-20mA),c_o: ME Contractor,      description_of_operations_ref: "MC-ME:PAHU/Modulate-3",                        panel: PNL-PAHU-RD, source: "BMS-02:r0c2; MC-ME:PAHU", notes: "" }

  # ============================================================================
  # CHUNK 8 — POWER METERING / EE INTEGRATION
  # ============================================================================
  # Source: A-004 (assumed metering hierarchy — 1 meter per main + per major feeder).
  # Refined after Q-011 (full electrical drawing set) and Q-012 (integration scope).
  # BMS general spec (BMS-01 r0c0) mentions "ELECTRICAL MAXIMUM DEMAND CONTROL"
  # as a software feature but does not enumerate metering points.
  #
  # ASSUMPTION A-EE-001: Metering count and granularity per A-004:
  #   - 3 main meters (utility incoming + generator + ATS, or main switchboard mains)
  #   - 10 sub-feeder meters (significant loads: chiller plant, AHU plant, kitchen,
  #     lighting, BMS UPS, fire pump, hotwater plant, lifts, etc.)
  #   - Total: 13 multifunction power meters via Modbus RTU/IP gateway
  #
  # Per-meter point set (5 HLI sub-points via Modbus + 1 Network):
  #   - kW total (instantaneous active power)
  #   - kWh total (cumulative energy)
  #   - kVAR total (reactive power)
  #   - V average (3-phase RMS average)
  #   - I average (3-phase RMS average)
  #   Plus: 1 Network row per meter (Modbus master at switchgear)
  #
  # For more granular detail (per-phase V/I, harmonics, etc.) — future expansion
  # via additional HLI sub-points on the same Modbus connection.
  #
  # Panels:
  #   PNL-EE-MAIN: at main switchgear room (3 main meters)
  #   PNL-EE-DIST: at major distribution panels (10 sub-feeder meters,
  #                may be split across multiple physical panels per A4)

  # --- Main meters (3 — at incoming utility switchgear, generator, ATS) ---
  - { id: ee.mtr-main-1.network, system: Power Metering, equipment_class: Multifunction Power Meter (Main), equipment_instance: MTR-MAIN-1, location: Main Switchgear Room, point_description: Modbus RTU/IP gateway connection, type: Network, field_device: Modbus Power Meter (e.g., Schneider PM-series, ABB M-series), c_o: BMS Contractor, description_of_operations_ref: "BMS-01 BMS general spec — Electrical Max Demand Control; A-EE-001", panel: PNL-EE-MAIN, source: "A-004 / A-EE-001", notes: "Main 1 — refine after Q-011" }
  - { id: ee.mtr-main-1.kw,      system: Power Metering, equipment_class: Multifunction Power Meter (Main), equipment_instance: MTR-MAIN-1, location: Main Switchgear Room, point_description: Active Power (kW total),         type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001",                                                                       panel: PNL-EE-MAIN, source: "A-004 / A-EE-001", notes: "Modbus register" }
  - { id: ee.mtr-main-1.kwh,     system: Power Metering, equipment_class: Multifunction Power Meter (Main), equipment_instance: MTR-MAIN-1, location: Main Switchgear Room, point_description: Cumulative Energy (kWh total),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001",                                                                       panel: PNL-EE-MAIN, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-main-1.kvar,    system: Power Metering, equipment_class: Multifunction Power Meter (Main), equipment_instance: MTR-MAIN-1, location: Main Switchgear Room, point_description: Reactive Power (kVAR total),     type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001",                                                                       panel: PNL-EE-MAIN, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-main-1.v-avg,   system: Power Metering, equipment_class: Multifunction Power Meter (Main), equipment_instance: MTR-MAIN-1, location: Main Switchgear Room, point_description: Average Voltage (3-phase RMS),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001",                                                                       panel: PNL-EE-MAIN, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-main-1.i-avg,   system: Power Metering, equipment_class: Multifunction Power Meter (Main), equipment_instance: MTR-MAIN-1, location: Main Switchgear Room, point_description: Average Current (3-phase RMS),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001",                                                                       panel: PNL-EE-MAIN, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-main-2.network, system: Power Metering, equipment_class: Multifunction Power Meter (Main), equipment_instance: MTR-MAIN-2, location: Main Switchgear Room, point_description: Modbus RTU/IP gateway connection, type: Network, field_device: Modbus Power Meter, c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-MAIN, source: "A-004 / A-EE-001", notes: "Main 2 (e.g., Generator)" }
  - { id: ee.mtr-main-2.kw,      system: Power Metering, equipment_class: Multifunction Power Meter (Main), equipment_instance: MTR-MAIN-2, location: Main Switchgear Room, point_description: Active Power (kW total),         type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-MAIN, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-main-2.kwh,     system: Power Metering, equipment_class: Multifunction Power Meter (Main), equipment_instance: MTR-MAIN-2, location: Main Switchgear Room, point_description: Cumulative Energy (kWh total),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-MAIN, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-main-2.kvar,    system: Power Metering, equipment_class: Multifunction Power Meter (Main), equipment_instance: MTR-MAIN-2, location: Main Switchgear Room, point_description: Reactive Power (kVAR total),     type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-MAIN, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-main-2.v-avg,   system: Power Metering, equipment_class: Multifunction Power Meter (Main), equipment_instance: MTR-MAIN-2, location: Main Switchgear Room, point_description: Average Voltage (3-phase RMS),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-MAIN, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-main-2.i-avg,   system: Power Metering, equipment_class: Multifunction Power Meter (Main), equipment_instance: MTR-MAIN-2, location: Main Switchgear Room, point_description: Average Current (3-phase RMS),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-MAIN, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-main-3.network, system: Power Metering, equipment_class: Multifunction Power Meter (Main), equipment_instance: MTR-MAIN-3, location: Main Switchgear Room, point_description: Modbus RTU/IP gateway connection, type: Network, field_device: Modbus Power Meter, c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-MAIN, source: "A-004 / A-EE-001", notes: "Main 3 (e.g., ATS bus tie)" }
  - { id: ee.mtr-main-3.kw,      system: Power Metering, equipment_class: Multifunction Power Meter (Main), equipment_instance: MTR-MAIN-3, location: Main Switchgear Room, point_description: Active Power (kW total),         type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-MAIN, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-main-3.kwh,     system: Power Metering, equipment_class: Multifunction Power Meter (Main), equipment_instance: MTR-MAIN-3, location: Main Switchgear Room, point_description: Cumulative Energy (kWh total),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-MAIN, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-main-3.kvar,    system: Power Metering, equipment_class: Multifunction Power Meter (Main), equipment_instance: MTR-MAIN-3, location: Main Switchgear Room, point_description: Reactive Power (kVAR total),     type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-MAIN, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-main-3.v-avg,   system: Power Metering, equipment_class: Multifunction Power Meter (Main), equipment_instance: MTR-MAIN-3, location: Main Switchgear Room, point_description: Average Voltage (3-phase RMS),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-MAIN, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-main-3.i-avg,   system: Power Metering, equipment_class: Multifunction Power Meter (Main), equipment_instance: MTR-MAIN-3, location: Main Switchgear Room, point_description: Average Current (3-phase RMS),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-MAIN, source: "A-004 / A-EE-001", notes: "" }

  # --- Sub-feeder meters (10 — at major distribution panels: chiller plant, AHU plant, kitchen, etc.) ---
  - { id: ee.mtr-fdr-01.network, system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-01, location: Distribution (per A4), point_description: Modbus RTU/IP gateway connection, type: Network, field_device: Modbus Power Meter, c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "Chiller plant feeder" }
  - { id: ee.mtr-fdr-01.kw,      system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-01, location: Distribution (per A4), point_description: Active Power (kW total),         type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-01.kwh,     system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-01, location: Distribution (per A4), point_description: Cumulative Energy (kWh total),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-01.kvar,    system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-01, location: Distribution (per A4), point_description: Reactive Power (kVAR total),     type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-01.v-avg,   system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-01, location: Distribution (per A4), point_description: Average Voltage (3-phase RMS),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-01.i-avg,   system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-01, location: Distribution (per A4), point_description: Average Current (3-phase RMS),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-02.network, system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-02, location: Distribution (per A4), point_description: Modbus RTU/IP gateway connection, type: Network, field_device: Modbus Power Meter, c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "AHU plant feeder" }
  - { id: ee.mtr-fdr-02.kw,      system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-02, location: Distribution (per A4), point_description: Active Power (kW total),         type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-02.kwh,     system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-02, location: Distribution (per A4), point_description: Cumulative Energy (kWh total),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-02.kvar,    system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-02, location: Distribution (per A4), point_description: Reactive Power (kVAR total),     type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-02.v-avg,   system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-02, location: Distribution (per A4), point_description: Average Voltage (3-phase RMS),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-02.i-avg,   system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-02, location: Distribution (per A4), point_description: Average Current (3-phase RMS),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-03.network, system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-03, location: Distribution (per A4), point_description: Modbus RTU/IP gateway connection, type: Network, field_device: Modbus Power Meter, c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "Kitchen feeder" }
  - { id: ee.mtr-fdr-03.kw,      system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-03, location: Distribution (per A4), point_description: Active Power (kW total),         type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-03.kwh,     system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-03, location: Distribution (per A4), point_description: Cumulative Energy (kWh total),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-03.kvar,    system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-03, location: Distribution (per A4), point_description: Reactive Power (kVAR total),     type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-03.v-avg,   system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-03, location: Distribution (per A4), point_description: Average Voltage (3-phase RMS),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-03.i-avg,   system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-03, location: Distribution (per A4), point_description: Average Current (3-phase RMS),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-04.network, system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-04, location: Distribution (per A4), point_description: Modbus RTU/IP gateway connection, type: Network, field_device: Modbus Power Meter, c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "Lighting feeder" }
  - { id: ee.mtr-fdr-04.kw,      system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-04, location: Distribution (per A4), point_description: Active Power (kW total),         type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-04.kwh,     system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-04, location: Distribution (per A4), point_description: Cumulative Energy (kWh total),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-04.kvar,    system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-04, location: Distribution (per A4), point_description: Reactive Power (kVAR total),     type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-04.v-avg,   system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-04, location: Distribution (per A4), point_description: Average Voltage (3-phase RMS),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-04.i-avg,   system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-04, location: Distribution (per A4), point_description: Average Current (3-phase RMS),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-05.network, system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-05, location: Distribution (per A4), point_description: Modbus RTU/IP gateway connection, type: Network, field_device: Modbus Power Meter, c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "Hotwater plant feeder" }
  - { id: ee.mtr-fdr-05.kw,      system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-05, location: Distribution (per A4), point_description: Active Power (kW total),         type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-05.kwh,     system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-05, location: Distribution (per A4), point_description: Cumulative Energy (kWh total),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-05.kvar,    system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-05, location: Distribution (per A4), point_description: Reactive Power (kVAR total),     type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-05.v-avg,   system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-05, location: Distribution (per A4), point_description: Average Voltage (3-phase RMS),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-05.i-avg,   system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-05, location: Distribution (per A4), point_description: Average Current (3-phase RMS),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-06.network, system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-06, location: Distribution (per A4), point_description: Modbus RTU/IP gateway connection, type: Network, field_device: Modbus Power Meter, c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "Lifts feeder" }
  - { id: ee.mtr-fdr-06.kw,      system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-06, location: Distribution (per A4), point_description: Active Power (kW total),         type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-06.kwh,     system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-06, location: Distribution (per A4), point_description: Cumulative Energy (kWh total),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-06.kvar,    system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-06, location: Distribution (per A4), point_description: Reactive Power (kVAR total),     type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-06.v-avg,   system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-06, location: Distribution (per A4), point_description: Average Voltage (3-phase RMS),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-06.i-avg,   system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-06, location: Distribution (per A4), point_description: Average Current (3-phase RMS),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-07.network, system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-07, location: Distribution (per A4), point_description: Modbus RTU/IP gateway connection, type: Network, field_device: Modbus Power Meter, c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "BMS UPS feeder" }
  - { id: ee.mtr-fdr-07.kw,      system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-07, location: Distribution (per A4), point_description: Active Power (kW total),         type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-07.kwh,     system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-07, location: Distribution (per A4), point_description: Cumulative Energy (kWh total),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-07.kvar,    system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-07, location: Distribution (per A4), point_description: Reactive Power (kVAR total),     type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-07.v-avg,   system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-07, location: Distribution (per A4), point_description: Average Voltage (3-phase RMS),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-07.i-avg,   system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-07, location: Distribution (per A4), point_description: Average Current (3-phase RMS),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-08.network, system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-08, location: Distribution (per A4), point_description: Modbus RTU/IP gateway connection, type: Network, field_device: Modbus Power Meter, c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "Mechanical/Pumps feeder" }
  - { id: ee.mtr-fdr-08.kw,      system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-08, location: Distribution (per A4), point_description: Active Power (kW total),         type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-08.kwh,     system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-08, location: Distribution (per A4), point_description: Cumulative Energy (kWh total),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-08.kvar,    system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-08, location: Distribution (per A4), point_description: Reactive Power (kVAR total),     type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-08.v-avg,   system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-08, location: Distribution (per A4), point_description: Average Voltage (3-phase RMS),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-08.i-avg,   system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-08, location: Distribution (per A4), point_description: Average Current (3-phase RMS),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-09.network, system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-09, location: Distribution (per A4), point_description: Modbus RTU/IP gateway connection, type: Network, field_device: Modbus Power Meter, c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "Boiler/Laundry feeder" }
  - { id: ee.mtr-fdr-09.kw,      system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-09, location: Distribution (per A4), point_description: Active Power (kW total),         type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-09.kwh,     system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-09, location: Distribution (per A4), point_description: Cumulative Energy (kWh total),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-09.kvar,    system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-09, location: Distribution (per A4), point_description: Reactive Power (kVAR total),     type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-09.v-avg,   system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-09, location: Distribution (per A4), point_description: Average Voltage (3-phase RMS),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-09.i-avg,   system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-09, location: Distribution (per A4), point_description: Average Current (3-phase RMS),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-10.network, system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-10, location: Distribution (per A4), point_description: Modbus RTU/IP gateway connection, type: Network, field_device: Modbus Power Meter, c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "Fire pump feeder" }
  - { id: ee.mtr-fdr-10.kw,      system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-10, location: Distribution (per A4), point_description: Active Power (kW total),         type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-10.kwh,     system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-10, location: Distribution (per A4), point_description: Cumulative Energy (kWh total),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-10.kvar,    system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-10, location: Distribution (per A4), point_description: Reactive Power (kVAR total),     type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-10.v-avg,   system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-10, location: Distribution (per A4), point_description: Average Voltage (3-phase RMS),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }
  - { id: ee.mtr-fdr-10.i-avg,   system: Power Metering, equipment_class: Multifunction Power Meter (Feeder), equipment_instance: MTR-FDR-10, location: Distribution (per A4), point_description: Average Current (3-phase RMS),    type: HLI, field_device: "-", c_o: BMS Contractor, description_of_operations_ref: "A-EE-001", panel: PNL-EE-DIST, source: "A-004 / A-EE-001", notes: "" }

# End of A1 chunks 1-8 (MVP set complete; pending Q-019/Q-021 supplements).
#
# ============================================================================
# CUMULATIVE A1 SUMMARY — verified from YAML parse
# ============================================================================
# Total rows: 716
#
# By system / chunk:
#   chws (Chilled Water + Cooling Towers):                159   ← chunk 1
#   boh  (Basement-Podium BOH AHUs at GND, 3 of 10):       51   ← chunk 2 (partial)
#   pl   (Plumbing/Sanitary Hotwater):                     48   ← chunk 3
#   vent (General Ventilation - 68 fans):                 204   ← chunk 4
#   bl   (Boiler/Laundry):                                 32   ← chunk 5
#   doas (Casino MVAC + Hotel/Roofdeck DOAS):              78   ← chunk 6
#   ahu  (AHU 2nd Level + Ozonizers):                      38   ← chunk 7
#   pahu (Roofdeck PAHU):                                  28   ← chunk 7
#   ee   (Power Metering / EE Integration):                78   ← chunk 8
#
# By I/O type:
#   DI:      348   (status feedback signals)
#   HLI:     166   (BACnet/Modbus from chillers, AHUs, DOAS, PAHU, meters)
#   AI:      126   (analog sensors — T, RH, P, flow, CO2, CO, VOC, pH, position fb)
#   AO:       29   (modulating commands — VFD, valve, damper)
#   Network:  27   (BACnet/IP gateways — chillers, AHUs, DOAS, PAHU, meters)
#   DO:       20   (start/stop commands, blowdown valves)
#
# By C/O (who supplies the field device):
#   Equipment Supplier: 447   (auxiliary contacts, native BACnet on equipment, VFDs)
#   BMS Contractor:     215   (BMS-supplied sensors and actuators, power meters)
#   ME Contractor:       54   (motorized valves on chillers/CTs/AHUs/DOAS, dampers, blowdown sensor)
#
# Open assumptions:
#   A-CHW-001  PCHWP qty 4 (3 working + 1 standby)
#   A-CHW-002  Cooling Tower qty 3
#   A-PL-001   LZ pumps DI / HZ pumps HLI (matches TUEC totals exactly)
#   A-VENT-001 All fans use 3-DI pattern (TUEC=181 vs ours=204; 23-DI delta)
#   A-EE-001   13 power meters (3 mains + 10 sub-feeders) × 5 HLI + Network each
#
# Open clarifications affecting A1:
#   Q-019  Per-guestroom FCU scope — could add 200-500 rows
#   Q-020  Domestic cold-water booster pump scope — ~10-15 rows
#   Q-021  Full BOH AHU schedule (only 3 of 10 location-tagged) — ~119 rows
#
# Pending supplements / dependencies:
#   • Chunk 2 supplement: 7 BOH AHUs (after Q-021) — ~119 rows
#   • Chunk 9 (new): Guestroom FCUs (after Q-019) — ~200-500 rows
#   • Chunk 10 (optional): Domestic CW booster pumps (after Q-020) — ~10-15 rows
#
# Possible future supplemental rows: 320-630 → final A1 could be 1,036-1,346 rows
# under the assumption Q-019 confirms guestroom FCUs are in scope.
#
# Cross-check vs. coarse estimate from BMS-01 r0c2 visible "PRIMARY POINT TABULATION":
#   TUEC summary: 70 AI / 30 AO / 20 DI / 0 DO / 20 HLI = 140
#   Our enumeration counts at higher granularity (per-instance, per-point)
#   so direct comparison is not 1:1. Visible TUEC totals serve as
#   sanity checks for known systems (chunk 3 = exact, chunk 6 per-DOAS = exact).
#
# Cumulative summary (verified from YAML parse):
#   - Total rows: 462
#       Chunk 1 (chws):   159 — Chilled Water + Cooling Towers
#       Chunk 2 (boh):     51 — Basement-Podium BOH AHUs (3 of 10, partial)
#       Chunk 3 (pl):      48 — Plumbing/Sanitary Hotwater
#       Chunk 4 (vent):   204 — General Ventilation (68 exhaust fans)
#   - By type: 286 DI · 81 HLI · 65 AI · 13 AO · 10 DO · 7 Network
#   - By C/O: 320 Equipment Supplier · 76 BMS Contractor · 30 ME Contractor
#
# Chunk 4 cross-check:
#   - 68 fans × 3 DI/fan = 204 rows
#   - TUEC visible I/O TOTAL (ventilation section): 181 DI
#   - Discrepancy: 23 DI (~7-8 fans worth). Likely some smaller fans (basement
#     mech rooms, roofdeck) have only 2 DI each (motor status + trip, no HOA).
#     Tagged as A-VENT-001; refine after Q-008 (mech layouts).
#
# Open assumptions (cumulative):
#   A-CHW-001  PCHWP qty 4 — refine after Q-005/Q-008/Q-011
#   A-CHW-002  Cooling Tower qty 3 — visible in BMS-02 r1c2
#   A-PL-001   LZ pumps DI / HZ pumps HLI — matches TUEC totals exactly
#   A-VENT-001 All fans use 3-DI pattern (motor status + HOA + trip);
#              TUEC's 181 DI vs our 204 DI suggests some smaller fans
#              may have 2-DI pattern in reality
#
# Open clarifications affecting A1:
#   Q-019  Per-guestroom FCU scope — could add 200-500 rows
#   Q-020  Domestic cold-water booster pump scope — ~10-15 rows
#   Q-021  Full BOH AHU schedule (only 3 of 10 location-tagged) — ~119 rows
#
# Remaining chunks to build:
#   Chunk 5: Boiler/Laundry (SB-1, SB-2 + auxiliaries) — ~40 rows
#   Chunk 6: Casino MVAC + Hotel/Roofdeck DOAS — ~140 rows
#   Chunk 7: AHU 2nd Level + Ozonizers + Roofdeck PAHU — ~80 rows
#   Chunk 8: Power metering / EE integration — ~40 rows
#   (Q-019 dependent: chunk 9 — guestroom FCUs)
#   (Q-021 dependent: chunk 2 supplement — remaining 7 BOH AHUs)
#
# Cumulative summary (verified from YAML parse):
#   - Total rows: 258
#       Chunk 1 (chws — Chilled Water + Cooling Towers):                159
#       Chunk 2 (boh — Basement-Podium BOH AHUs, partial 3 of 10):       51
#       Chunk 3 (pl  — Plumbing/Sanitary Hotwater, complete):            48
#   - By type:
#       DI:      82   (status feedback signals + iso valve statuses)
#       HLI:     81   (chiller controllers, AHU VFDs, BTU meter, HZ pumps)
#       AI:      65   (analog sensors — T, RH, P, flow, CO2, pH)
#       AO:      13   (modulating commands — VFD speed, valve, damper position)
#       DO:      10   (digital commands — pump/fan start, blowdown, bypass valve)
#       Network: 7    (BACnet/IP gateway connections)
#   - By C/O:
#       Equipment Supplier: 134
#       BMS Contractor:      76
#       ME Contractor:       30
#
# Cross-checks against TUEC visible totals:
#   - Chunk 3 (PL): TUEC = 12 AI / 18 DI / 18 HLI = 48; our enumeration = exact match ✓
#   - Chunk 1 (CHWS) + Chunk 2 (BOH): TUEC's "PRIMARY POINT TABULATION" = 70 AI / 30 AO / 20 DI / 0 DO / 20 HLI = 140;
#     our per-instance enumeration counts differ in granularity (HLI sub-points enumerated rather than aggregated)
#
# Open assumptions tagged this far:
#   A-CHW-001  PCHWP qty 4 (3 working + 1 standby) — refine after Q-005/Q-008/Q-011
#   A-CHW-002  Cooling Tower qty 3 — visible in BMS-02 r1c2 totals
#   A-PL-001   LZ pumps hardwired DI; HZ pumps via equipment-panel HLI gateway
#              (matches TUEC's 18 DI / 18 HLI split for plumbing pumps)
#
# Open clarifications affecting A1:
#   Q-019  Per-guestroom FCU scope — could add 200-500 rows
#   Q-020  Domestic cold-water booster pump scope — could add ~10-15 rows
#   Q-021  Full BOH AHU schedule (only 3 of 10 location-tagged) — could add ~119 rows
#
# Remaining chunks to build:
#   Chunk 4: General Ventilation (~49 exhaust fans GF/2nd/3rd) — ~150 rows
#   Chunk 5: Boiler/Laundry (SB-1, SB-2 + auxiliaries) — ~40 rows
#   Chunk 6: Casino MVAC + Hotel/Roofdeck DOAS — ~140 rows
#   Chunk 7: AHU 2nd Level (AHU-2M.1/2M.2) + Ozonizers + Roofdeck PAHU — ~80 rows
#   Chunk 8: Power metering / EE integration — ~40 rows
#   (Q-019 dependent: chunk 9 — guestroom FCUs)
#   (Q-021 dependent: chunk 2 supplement — remaining 7 BOH AHUs)
