{"product_id":"capteur-de-hauteur-null-bar-pour-accuair","title":"Null-bar height sensor for AccuAir","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    * { margin: 0; padding: 0; box-sizing: border-box; }\n\n    body {\n        line-height: 1.6;\n        color: #333333 !important;\n        background: #f5f5f5;\n    }\n\n    .wrapper {\n        max-width: 1100px;\n        margin: 0 auto;\n        background: #fff;\n        box-shadow: 0 0 40px rgba(0,0,0,0.15);\n        border-radius: 14px;\n        overflow: hidden;\n        position: relative;\n    }\n\n    \/* ── BUBBLES ──────────────────────────────── *\/\n    .bg-bubbles {\n        position: absolute; top: 0; left: 0;\n        width: 100%; height: 100%;\n        z-index: 0; pointer-events: none; overflow: hidden;\n    }\n    .bubble {\n        position: absolute; bottom: -150px; border-radius: 50%;\n        animation: rise linear infinite; filter: blur(2px);\n    }\n    .bubble.p { background: radial-gradient(circle, rgba(156,0,255,.35) 0%, rgba(156,0,255,.08) 70%, transparent 100%); }\n    .bubble.y { background: radial-gradient(circle, rgba(254,216,3,.45) 0%, rgba(254,216,3,.1) 70%, transparent 100%); }\n    .bubble.m { background: radial-gradient(circle, rgba(224,12,255,.35) 0%, rgba(224,12,255,.08) 70%, transparent 100%); }\n\n    @keyframes rise {\n        0%   { bottom: -150px; transform: translateX(0) scale(1); opacity: 0; }\n        15%  { opacity: .55; }\n        85%  { opacity: .25; }\n        100% { bottom: 110%; transform: translateX(60px) scale(1.6); opacity: 0; }\n    }\n\n    \/* ── HEADER ──────────────────────────────── *\/\n    .header {\n        background: linear-gradient(135deg, #0d0d0d 0%, #1c0030 50%, #9c00ff 100%);\n        color: #fff !important;\n        padding: 65px 40px 55px;\n        text-align: center;\n        position: relative;\n        z-index: 1;\n        border-bottom: 4px solid #9c00ff;\n    }\n    .header .badge {\n        display: inline-block;\n        background: #fed803;\n        color: #333 !important;\n        font-size: .75em;\n        font-weight: 800;\n        text-transform: uppercase;\n        letter-spacing: 1.5px;\n        padding: 5px 16px;\n        border-radius: 30px;\n        margin-bottom: 22px;\n    }\n    .header h1 {\n        font-size: clamp(1.9em, 4.5vw, 3.2em);\n        font-weight: 800;\n        text-transform: uppercase;\n        letter-spacing: -0.5px;\n        margin-bottom: 10px;\n    }\n    .header h1 span { color: #fed803 !important; }\n    .header .sub {\n        font-size: 1.15em;\n        opacity: .85;\n        max-width: 650px;\n        margin: 0 auto 30px;\n    }\n    .header .ref-box {\n        display: inline-flex;\n        align-items: center;\n        gap: 10px;\n        background: rgba(255,255,255,.1);\n        border: 1px solid rgba(255,255,255,.2);\n        padding: 8px 22px;\n        border-radius: 30px;\n        font-size: .9em;\n        color: rgba(255,255,255,.85) !important;\n    }\n    .header .ref-box strong { color: #fed803 !important; }\n\n    \/* ── INTRO BANNER ────────────────────────── *\/\n    .intro-banner {\n        background: linear-gradient(90deg, #9c00ff 0%, #e00cff 100%);\n        color: #fff !important;\n        padding: 25px 40px;\n        font-size: 1.15em;\n        font-weight: 600;\n        text-align: center;\n        position: relative;\n        z-index: 1;\n    }\n    .intro-banner span {\n        background: rgba(0,0,0,.2);\n        padding: 3px 12px;\n        border-radius: 20px;\n        font-size: .9em;\n        margin-left: 10px;\n        font-weight: 400;\n    }\n\n    \/* ── SECTIONS ────────────────────────────── *\/\n    .section {\n        padding: 55px 45px;\n        position: relative;\n        z-index: 1;\n    }\n    .section-alt { background: #fafafa; }\n\n    .section-title {\n        font-size: 1.75em;\n        font-weight: 800;\n        color: #333 !important;\n        border-left: 5px solid #9c00ff;\n        padding-left: 16px;\n        margin-bottom: 30px;\n        text-transform: uppercase;\n        letter-spacing: -.3px;\n    }\n    .section-title span { color: #9c00ff !important; }\n\n    \/* ── FEATURE GRID ────────────────────────── *\/\n    .feature-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));\n        gap: 22px;\n        margin-top: 10px;\n    }\n    .feature-card {\n        background: #fff;\n        border-radius: 14px;\n        padding: 28px 24px;\n        text-align: center;\n        box-shadow: 0 3px 18px rgba(156,0,255,.1);\n        border: 1px solid rgba(156,0,255,.12);\n        transition: transform .2s, box-shadow .2s;\n    }\n    .feature-card:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 8px 30px rgba(156,0,255,.2);\n    }\n    .feature-icon {\n        font-size: 2.4em;\n        margin-bottom: 14px;\n        display: block;\n    }\n    .feature-card h3 {\n        font-size: 1em;\n        font-weight: 700;\n        color: #333 !important;\n        margin-bottom: 8px;\n        text-transform: uppercase;\n        letter-spacing: .3px;\n    }\n    .feature-card p {\n        font-size: .9em;\n        color: #666 !important;\n        line-height: 1.55;\n    }\n\n    \/* ── INSTALL STEPS ───────────────────────── *\/\n    .steps {\n        display: flex;\n        flex-direction: column;\n        gap: 20px;\n        margin-top: 10px;\n    }\n    .step {\n        display: flex;\n        align-items: flex-start;\n        gap: 20px;\n        background: #fff;\n        border-radius: 12px;\n        padding: 22px 26px;\n        box-shadow: 0 2px 14px rgba(0,0,0,.06);\n        border-left: 4px solid #9c00ff;\n    }\n    .step-num {\n        width: 42px; height: 42px;\n        background: linear-gradient(135deg, #9c00ff, #e00cff);\n        border-radius: 50%;\n        display: flex; align-items: center; justify-content: center;\n        color: #fff !important; font-size: 1.1em; font-weight: 800;\n        flex-shrink: 0;\n    }\n    .step-content h4 { font-weight: 700; color: #333 !important; margin-bottom: 4px; }\n    .step-content p { font-size: .93em; color: #666 !important; }\n\n    \/* ── SPEC TABLE ──────────────────────────── *\/\n    .spec-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin-top: 10px;\n        border-radius: 12px;\n        overflow: hidden;\n        box-shadow: 0 2px 14px rgba(0,0,0,.07);\n    }\n    .spec-table thead tr {\n        background: linear-gradient(90deg, #9c00ff, #e00cff);\n        color: #fff !important;\n    }\n    .spec-table thead th {\n        padding: 14px 22px;\n        text-align: left;\n        font-weight: 700;\n        font-size: .95em;\n        text-transform: uppercase;\n        letter-spacing: .5px;\n    }\n    .spec-table tbody tr:nth-child(even) { background: #f5f0ff; }\n    .spec-table tbody tr:nth-child(odd) { background: #fff; }\n    .spec-table tbody td {\n        padding: 13px 22px;\n        border-bottom: 1px solid #eee;\n        font-size: .95em;\n        color: #444 !important;\n    }\n    .spec-table tbody td:first-child { font-weight: 600; color: #333 !important; }\n\n    \/* ── COMPATIBLE BOX ──────────────────────── *\/\n    .compat-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n        gap: 18px;\n        margin-top: 10px;\n    }\n    .compat-card {\n        background: linear-gradient(135deg, #0d0d0d, #1c0030);\n        color: #fff !important;\n        border-radius: 12px;\n        padding: 24px 20px;\n        text-align: center;\n        border: 1px solid rgba(156,0,255,.3);\n    }\n    .compat-card .brand {\n        font-size: 1.25em;\n        font-weight: 800;\n        color: #fed803 !important;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        margin-bottom: 6px;\n    }\n    .compat-card p {\n        font-size: .88em;\n        opacity: .75;\n        line-height: 1.5;\n    }\n\n    \/* ── CONTENU LIVRAISON ───────────────────── *\/\n    .delivery-list {\n        list-style: none;\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n        gap: 14px;\n        margin-top: 10px;\n    }\n    .delivery-list li {\n        background: #fff;\n        border-radius: 10px;\n        padding: 16px 20px;\n        display: flex;\n        align-items: center;\n        gap: 14px;\n        box-shadow: 0 2px 12px rgba(0,0,0,.06);\n        border: 1px solid #eee;\n        font-size: .95em;\n        color: #444 !important;\n    }\n    .delivery-list li .icon {\n        width: 36px; height: 36px;\n        background: linear-gradient(135deg, #9c00ff, #e00cff);\n        border-radius: 8px;\n        display: flex; align-items: center; justify-content: center;\n        font-size: 1.1em;\n        flex-shrink: 0;\n    }\n\n    \/* ── WARNING BOX ─────────────────────────── *\/\n    .warning-box {\n        background: #fff8e1;\n        border-left: 5px solid #fed803;\n        border-radius: 10px;\n        padding: 20px 24px;\n        margin-top: 30px;\n        display: flex;\n        align-items: flex-start;\n        gap: 14px;\n    }\n    .warning-box .w-icon { font-size: 1.5em; flex-shrink: 0; margin-top: 2px; }\n    .warning-box p { font-size: .95em; color: #555 !important; line-height: 1.6; }\n    .warning-box p strong { color: #333 !important; }\n\n    \/* ── CTA ─────────────────────────────────── *\/\n    .cta-section {\n        background: linear-gradient(135deg, #0d0d0d 0%, #1c0030 50%, #9c00ff 100%);\n        color: #fff !important;\n        padding: 55px 40px;\n        text-align: center;\n        position: relative;\n        z-index: 1;\n    }\n    .cta-section h2 {\n        font-size: clamp(1.5em, 3.5vw, 2.4em);\n        font-weight: 800;\n        text-transform: uppercase;\n        margin-bottom: 14px;\n    }\n    .cta-section h2 span { color: #fed803 !important; }\n    .cta-section p { font-size: 1.05em; opacity: .85; margin-bottom: 32px; max-width: 550px; margin-left: auto; margin-right: auto; }\n    .cta-btn {\n        display: inline-block;\n        background: linear-gradient(135deg, #fed803, #e6c200);\n        color: #333 !important;\n        font-weight: 800;\n        font-size: 1.1em;\n        padding: 16px 44px;\n        border-radius: 50px;\n        text-decoration: none;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        transition: transform .2s, box-shadow .2s;\n        box-shadow: 0 6px 25px rgba(254,216,3,.4);\n    }\n    .cta-btn:hover {\n        transform: translateY(-3px);\n        box-shadow: 0 10px 35px rgba(254,216,3,.55);\n    }\n\n    \/* ── FAQ ─────────────────────────────────── *\/\n    .faq-list { margin-top: 10px; }\n    .faq-item {\n        background: #fff;\n        border-radius: 12px;\n        margin-bottom: 14px;\n        box-shadow: 0 2px 12px rgba(0,0,0,.06);\n        overflow: hidden;\n    }\n    .faq-q {\n        padding: 18px 24px;\n        font-weight: 700;\n        color: #333 !important;\n        display: flex;\n        align-items: center;\n        gap: 12px;\n        cursor: default;\n    }\n    .faq-q::before {\n        content: \"Q\";\n        background: linear-gradient(135deg, #9c00ff, #e00cff);\n        color: #fff !important;\n        width: 30px; height: 30px;\n        border-radius: 50%;\n        display: flex; align-items: center; justify-content: center;\n        font-size: .85em; font-weight: 800;\n        flex-shrink: 0;\n    }\n    .faq-a {\n        padding: 0 24px 18px 66px;\n        font-size: .95em;\n        color: #666 !important;\n        line-height: 1.65;\n    }\n\n    @media (max-width: 680px) {\n        .section { padding: 40px 24px; }\n        .header { padding: 50px 24px 40px; }\n        .intro-banner { padding: 20px 24px; }\n        .cta-section { padding: 50px 24px; }\n        .feature-grid { grid-template-columns: 1fr 1fr; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"wrapper\"\u003e\n\u003c!-- Bubbles --\u003e\n\u003cdiv class=\"bg-bubbles\"\u003e\n\u003cdiv style=\"width: 80px; height: 80px; left: 5%; animation-duration: 8s; animation-delay: 0s\" class=\"bubble p\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 50px; height: 50px; left: 15%; animation-duration: 12s; animation-delay: 2s\" class=\"bubble y\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 65px; height: 65px; left: 28%; animation-duration: 10s; animation-delay: 4s\" class=\"bubble m\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 100px; height: 100px; left: 45%; animation-duration: 9s; animation-delay: 1.5s\" class=\"bubble p\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 40px; height: 40px; left: 60%; animation-duration: 11s; animation-delay: 3s\" class=\"bubble y\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 75px; height: 75px; left: 72%; animation-duration: 13s; animation-delay: 0.5s\" class=\"bubble m\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 55px; height: 55px; left: 85%; animation-duration: 8.5s; animation-delay: 5s\" class=\"bubble p\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 90px; height: 90px; left: 92%; animation-duration: 10.5s; animation-delay: 2.5s\" class=\"bubble y\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Header --\u003e\n\u003cdiv class=\"header\"\u003e\n\u003cdiv class=\"badge\"\u003e🔧 Air Management · Plug \u0026amp; Play\u003c\/div\u003e\n\u003ch1\u003e\u003cspan style=\"color: rgb(255, 255, 255)\"\u003e4 Height Sensor Kit\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp class=\"sub\"\u003eCompatible with AccuAir \u0026amp; Level-Ride · No modifications required for installation · Complete hardware included\u003c\/p\u003e\n\u003cdiv class=\"ref-box\"\u003eReference: \u003cstrong\u003eRASL-HTSENSOR-KIT\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Intro Banner --\u003e\n\u003cdiv class=\"intro-banner\"\u003e🎯 The complete kit for automating your height management — \u003cspan\u003e4 sensors + rods + hardware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION : Pourquoi ce kit --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-title\"\u003eWhy this \u003cspan\u003esensor kit\u003c\/span\u003e?\u003c\/div\u003e\n\u003cp style=\"font-size: 1.05em; color: #555; margin-bottom: 30px; line-height: 1.75\"\u003eEssential for any serious air ride setup, this kit of 4 height sensors is the plug \u0026amp; play solution for interfacing your AccuAir or Level-Ride management system with your vehicle's air springs. Each sensor measures the suspension position in real time and transmits the information to your management controller for precise, automatic, and repeatable height control — front and rear.\u003c\/p\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e📡\u003c\/span\u003e\n\u003ch3\u003e4 Sensors included\u003c\/h3\u003e\n\u003cp\u003eOne sensor per wheel for independent, precise control of all four corners of the vehicle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔌\u003c\/span\u003e\n\u003ch3\u003ePlug \u0026amp; Play\u003c\/h3\u003e\n\u003cp\u003eNative AccuAir \u0026amp; Level-Ride connectors. No custom wiring required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔩\u003c\/span\u003e\n\u003ch3\u003eLinkage rods\u003c\/h3\u003e\n\u003cp\u003eSupplied with each sensor for direct, play-free connection to the suspension.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e📦\u003c\/span\u003e\n\u003ch3\u003eComplete kit\u003c\/h3\u003e\n\u003cp\u003eScrews and mounting hardware included. Everything needed for installation, in a single box.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e⚡\u003c\/span\u003e\n\u003ch3\u003eReal-time response\u003c\/h3\u003e\n\u003cp\u003eUltra-responsive position feedback so your system can adjust the height instantly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔄\u003c\/span\u003e\n\u003ch3\u003eReplacement \/ Upgrade\u003c\/h3\u003e\n\u003cp\u003eIdeal for replacing faulty sensors or completing an existing four-corner setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION : Compatibilité --\u003e\n\u003cdiv class=\"section section-alt\"\u003e\n\u003cdiv class=\"section-title\"\u003e\u003cspan\u003eSystem\u003c\/span\u003e compatibility\n\u003c\/div\u003e\n\u003cp style=\"font-size: .97em; color: #666; margin-bottom: 24px\"\u003eThis kit was designed and optimized to work natively with the two most widely used air ride management platforms on the market:\u003c\/p\u003e\n\u003cdiv class=\"compat-grid\"\u003e\n\u003cdiv class=\"compat-card\"\u003e\n\u003cdiv class=\"brand\"\u003eAccuAir\u003c\/div\u003e\n\u003cp\u003eCompatible with the entire e-Level, e-Level+, ENDO-CVT, and ENDO-IQ range. Direct connection to the manifold's dedicated ports.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"compat-card\"\u003e\n\u003cdiv class=\"brand\"\u003eLevel-Ride\u003c\/div\u003e\n\u003cp\u003eNative integration with Level-Ride systems. Plug \u0026amp; play, no additional setup required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"warning-box\"\u003e\n\u003cdiv class=\"w-icon\"\u003e⚠️\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eRecommended check:\u003c\/strong\u003e Before ordering, make sure your management system is AccuAir or Level-Ride. This kit is not compatible with Air Lift Performance (3P \/ 3H), Airmext, or TA-Technix systems, which use different proprietary sensors and connectors. Not sure? Contact us before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION : Contenu livraison --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-title\"\u003e\u003cspan\u003eWhat's included\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"delivery-list\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"icon\"\u003e📡\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e4 × height sensors\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: .87em; color: #777\"\u003e1 per wheel — front left, front right, rear left, rear right\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"icon\"\u003e🔗\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e4 × coupling rods\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: .87em; color: #777\"\u003eSensor ↔ suspension arm linkage rods\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"icon\"\u003e🔩\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eComplete mounting hardware\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: .87em; color: #777\"\u003eScrews, nuts, washers — everything included for installation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"icon\"\u003e🔌\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eCompatible connectors\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: .87em; color: #777\"\u003ePlug \u0026amp; play connectors for AccuAir and Level-Ride\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION : Installation --\u003e\n\u003cdiv class=\"section section-alt\"\u003e\n\u003cdiv class=\"section-title\"\u003e\u003cspan\u003eStep-by-step\u003c\/span\u003e installation\n\u003c\/div\u003e\n\u003cdiv class=\"steps\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003ePosition the sensors\u003c\/h4\u003e\n\u003cp\u003eSecure each sensor to the chassis or body at each wheel, at a stable point not subject to engine vibrations. The sensor's axis of rotation must be aligned with the movement of the suspension.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eConnect the coupling rods\u003c\/h4\u003e\n\u003cp\u003eConnect each linkage rod between the sensor's rotary arm and a suspension point (control arm, axle, or steering knuckle). The rod must operate without excessive tension at full compression and maximum extension.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eConnect the connectors\u003c\/h4\u003e\n\u003cp\u003eConnect each sensor to the corresponding port on your AccuAir or Level-Ride controller. The connectors are plug \u0026amp; play—no soldering or modification of the original wiring harness is required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eCalibrate the heights\u003c\/h4\u003e\n\u003cp\u003eStart the calibration procedure from your management controller interface. Set your minimum and maximum heights and your driving presets. The controller takes over automatically.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION : Fiche technique --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-title\"\u003e\u003cspan\u003eTechnical\u003c\/span\u003e specifications\n\u003c\/div\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct reference\u003c\/td\u003e\n\u003ctd\u003eRASL-HTSENSOR-KIT\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNumber of sensors\u003c\/td\u003e\n\u003ctd\u003e4 (complete 4-wheel kit)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSensor type\u003c\/td\u003e\n\u003ctd\u003eAngular position sensor (rotary potentiometer)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatibility\u003c\/td\u003e\n\u003ctd\u003eAccuAir (e-Level, e-Level+, ENDO-CVT, ENDO-IQ) · Level-Ride\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003ePlug \u0026amp; Play — no modifications\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLinkage rods\u003c\/td\u003e\n\u003ctd\u003eIncluded (4 pcs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHardware \u0026amp; mounting brackets\u003c\/td\u003e\n\u003ctd\u003eIncluded\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTotal kit weight\u003c\/td\u003e\n\u003ctd\u003e2.5 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended use\u003c\/td\u003e\n\u003ctd\u003eNew installation or replacement of faulty sensors\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION : FAQ --\u003e\n\u003cdiv class=\"section section-alt\"\u003e\n\u003cdiv class=\"section-title\"\u003eFrequently \u003cspan\u003easked questions\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eMy AccuAir system is already working—can I replace only one faulty sensor?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eYes. The kit includes 4 identical sensors, but there's nothing stopping you from using only one or two for a partial replacement. The sensors are sold as a complete kit for convenience, but installation can be done one wheel at a time.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eIs this kit compatible with all vehicles?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eThe sensors are universal in terms of their electronic operation—they are compatible with all vehicles as long as an AccuAir or Level-Ride management system is used. Mechanical integration (mounting to the chassis) may require minor adaptations depending on your suspension geometry.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eDo I need to recalibrate my system after replacing the sensors?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eYes, recalibration is strongly recommended after every sensor replacement or addition. The procedure is performed directly from your AccuAir or Level-Ride controller interface and generally takes less than 10 minutes.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eCan I use this kit with an Air Lift Performance system?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eNo. Air Lift Performance systems (3P, 3H, Slam Series) use their own sensors with proprietary connectors and interfaces, which are incompatible with this kit. Contact us to find the right reference for your setup.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eIs this kit difficult to install?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eInstallation is accessible to any DIY enthusiast. The electronic part is plug \u0026amp; play, but the mechanical part requires a minimum level of know-how to position and adjust the linkage rods correctly. We recommend having it installed in a workshop on a lift for greater convenience.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003cdiv class=\"bg-bubbles\"\u003e\n\u003cdiv style=\"width: 70px; height: 70px; left: 10%; animation-duration: 9s; animation-delay: 1s\" class=\"bubble p\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 50px; height: 50px; left: 50%; animation-duration: 11s; animation-delay: 0s\" class=\"bubble y\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 60px; height: 60px; left: 80%; animation-duration: 8s; animation-delay: 3s\" class=\"bubble m\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eA question about your \u003cspan\u003eair ride setup\u003c\/span\u003e?\u003c\/h2\u003e\n\u003cp\u003eOur team is available to help you choose the right sensors for your management system and your car's setup.\u003c\/p\u003e\n\u003ca class=\"cta-btn\" href=\"https:\/\/raslbitume.com\"\u003e💬 Contact us\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":40133428084834,"sku":"null-bar_heightsensors_kit","price":355.98,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/products\/image_17c093ca-d2ca-44d6-8a5b-57096e27ae9f.jpg?v=1774179794","url":"https:\/\/raslbitume.com\/en\/products\/null-bar-height-sensor-for-accuair","provider":"Rasl'Bitume","version":"1.0","type":"link"}