{"product_id":"accuair-pressure","title":"AccuAir Pressure+ Upgrade AA-3907 – Air Ride Steuerung | Rasl'Bitume","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: -.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 { padding: 55px 45px; position: relative; z-index: 1; }\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 { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(156,0,255,.2); }\n    .feature-icon { font-size: 2.4em; margin-bottom: 14px; display: block; }\n    .feature-card h3 {\n        font-size: 1em; font-weight: 700; color: #333 !important;\n        margin-bottom: 8px; text-transform: uppercase; letter-spacing: .3px;\n    }\n    .feature-card p { font-size: .9em; color: #666 !important; line-height: 1.55; }\n\n    \/* ── VERSUS TABLE ────────────────────────── *\/\n    .versus {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 24px;\n        margin-top: 10px;\n    }\n    .versus-card {\n        border-radius: 14px;\n        padding: 30px 26px;\n        box-shadow: 0 3px 18px rgba(0,0,0,.07);\n    }\n    .versus-card.pressure {\n        background: linear-gradient(135deg, #0d0d0d, #1c0030);\n        color: #fff !important;\n        border: 2px solid #9c00ff;\n    }\n    .versus-card.height {\n        background: #f5f0ff;\n        border: 2px solid rgba(156,0,255,.2);\n    }\n    .versus-card .vs-title {\n        font-size: 1.1em;\n        font-weight: 800;\n        text-transform: uppercase;\n        letter-spacing: .5px;\n        margin-bottom: 18px;\n        padding-bottom: 12px;\n        border-bottom: 2px solid rgba(255,255,255,.15);\n    }\n    .versus-card.pressure .vs-title { color: #fed803 !important; border-bottom-color: rgba(254,216,3,.3); }\n    .versus-card.height .vs-title { color: #9c00ff !important; border-bottom-color: rgba(156,0,255,.2); }\n    .versus-card ul { list-style: none; }\n    .versus-card ul li {\n        padding: 7px 0;\n        font-size: .92em;\n        display: flex;\n        align-items: flex-start;\n        gap: 10px;\n        line-height: 1.45;\n    }\n    .versus-card.pressure ul li { color: rgba(255,255,255,.85) !important; }\n    .versus-card.height ul li { color: #555 !important; }\n    .versus-card ul li::before { flex-shrink: 0; margin-top: 2px; }\n    .versus-card.pressure ul li.pro::before { content: \"✅\"; }\n    .versus-card.pressure ul li.con::before { content: \"⚠️\"; }\n    .versus-card.height ul li.pro::before { content: \"✅\"; }\n    .versus-card.height ul li.con::before { content: \"⚠️\"; }\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 { background: linear-gradient(90deg, #9c00ff, #e00cff); color: #fff !important; }\n    .spec-table thead th { padding: 14px 22px; text-align: left; font-weight: 700; font-size: .95em; text-transform: uppercase; letter-spacing: .5px; }\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 { padding: 13px 22px; border-bottom: 1px solid #eee; font-size: .95em; color: #444 !important; }\n    .spec-table tbody td:first-child { font-weight: 600; color: #333 !important; }\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; flex-shrink: 0;\n    }\n\n    \/* ── COMPAT CARDS ────────────────────────── *\/\n    .compat-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n        gap: 16px;\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: 22px 20px;\n        text-align: center;\n        border: 1px solid rgba(156,0,255,.3);\n    }\n    .compat-card .brand { font-size: 1.1em; font-weight: 800; color: #fed803 !important; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }\n    .compat-card p { font-size: .88em; opacity: .75; line-height: 1.5; }\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: 24px;\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    \/* ── FAQ ─────────────────────────────────── *\/\n    .faq-list { margin-top: 10px; }\n    .faq-item { background: #fff; border-radius: 12px; margin-bottom: 14px; box-shadow: 0 2px 12px rgba(0,0,0,.06); overflow: hidden; }\n    .faq-q { padding: 18px 24px; font-weight: 700; color: #333 !important; display: flex; align-items: center; gap: 12px; }\n    .faq-q::before {\n        content: \"Q\";\n        background: linear-gradient(135deg, #9c00ff, #e00cff);\n        color: #fff !important; width: 30px; height: 30px;\n        border-radius: 50%; display: flex; align-items: center; justify-content: center;\n        font-size: .85em; font-weight: 800; flex-shrink: 0;\n    }\n    .faq-a { padding: 0 24px 18px 66px; font-size: .95em; color: #666 !important; line-height: 1.65; }\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        overflow: hidden;\n    }\n    .cta-section h2 { font-size: clamp(1.5em, 3.5vw, 2.4em); font-weight: 800; text-transform: uppercase; margin-bottom: 14px; }\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; font-weight: 800; font-size: 1.1em;\n        padding: 16px 44px; border-radius: 50px; text-decoration: none;\n        text-transform: uppercase; 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 { transform: translateY(-3px); box-shadow: 0 10px 35px rgba(254,216,3,.55); }\n\n    @media (max-width: 680px) {\n        .section { padding: 40px 24px; }\n        .header { padding: 50px 24px 40px; }\n        .intro-banner { padding: 20px 24px; font-size: 1em; }\n        .cta-section { padding: 50px 24px; }\n        .versus { grid-template-columns: 1fr; }\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: 62%; animation-duration: 11s; animation-delay: 3s\" class=\"bubble y\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 75px; height: 75px; left: 75%; animation-duration: 13s; animation-delay: .5s\" class=\"bubble m\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 55px; height: 55px; left: 88%; animation-duration: 8.5s; animation-delay: 5s\" class=\"bubble p\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Header --\u003e\n\u003cdiv class=\"header\"\u003e\n\u003cdiv class=\"badge\"\u003e⚡ AccuAir-Upgrade · AA-3907\u003c\/div\u003e\n\u003ch1\u003e\u003cspan style=\"color: rgb(255, 255, 255)\"\u003eAccuAir Pressure+-Upgrade\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp class=\"sub\"\u003eDrucksteuerung für deine AccuAir-Luftfederung – 4 Drucksensoren + Plug-\u0026amp;-Play-Kabelbaum · Kompatibel mit e-Level+, VU4, ENDO-VT\u003c\/p\u003e\n\u003cdiv class=\"ref-box\"\u003eReferenz: \u003cstrong\u003eAA-3907\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Intro Banner --\u003e\n\u003cdiv class=\"intro-banner\"\u003e🎯 Die Alternative zu Höhensensoren – \u003cspan\u003eeinfachere Installation · weniger bewegliche Teile · reduzierter Preis\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION : C'est quoi le Pressure+ --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-title\"\u003eWas ist das \u003cspan\u003ePressure+\u003c\/span\u003e?\u003c\/div\u003e\n\u003cp style=\"font-size: 1.05em; color: #555; margin-bottom: 30px; line-height: 1.75\"\u003eDas Pressure+-Upgrade ist eine Alternative zum Height+-System (Höhensensoren) zur Steuerung deiner AccuAir-Luftfederung. Statt die physische Position der Federung zu messen, verwendet es 4 Drucksensoren – einen pro Luftfederbalg –, um Höhen anhand von Druckwerten zu steuern und zu speichern. Alles wird über die e-Level+-App auf dem Smartphone gesteuert, indem der Pressure+-Modus in den erweiterten Einstellungen aktiviert wird. Einfachere Installation, weniger exponierte mechanische Komponenten und direkt Plug \u0026amp; Play an deiner e+-ECU.\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\u003eIndividueller Druck\u003c\/h3\u003e\n\u003cp\u003eEchtzeitanzeige des Drucks in jedem Luftfederbalg, Ecke für Ecke, über die App.\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\u003e100 % Plug \u0026amp; Play-Kabelbaum für eine direkte Verbindung mit der AccuAir-e+-ECU, ohne Änderungen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e📱\u003c\/span\u003e\n\u003ch3\u003eApp e-Level+\u003c\/h3\u003e\n\u003cp\u003eKalibrierung, Presets und Überwachung über die AccuAir-App auf deinem Smartphone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🎯\u003c\/span\u003e\n\u003ch3\u003e3 programmierbare Höhen\u003c\/h3\u003e\n\u003cp\u003eAbgesenkt, Fahrhöhe, angehoben + ganz unten. Präzises Speichern jeder Position über den Druck.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🚀\u003c\/span\u003e\n\u003ch3\u003eRide-Height-On-Start\u003c\/h3\u003e\n\u003cp\u003eDas Fahrzeug fährt sich beim Start automatisch auf deine Fahrhöhe.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e⚡\u003c\/span\u003e\n\u003ch3\u003eStraight-To-Height\u003c\/h3\u003e\n\u003cp\u003eDirekte Anpassung ohne Ventil-Pulsieren – du erreichst sofort die richtige Höhe.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION : Pressure+ vs Height+ --\u003e\n\u003cdiv class=\"section section-alt\"\u003e\n\u003cdiv class=\"section-title\"\u003ePressure+ \u003cspan\u003evs Height+\u003c\/span\u003e – welches System ist das richtige?\u003c\/div\u003e\n\u003cp style=\"font-size: .97em; color: #666; margin-bottom: 24px\"\u003eBeide Systeme ermöglichen es, Höhen präzise zu speichern und wiederherzustellen. Hier sind die wichtigsten Unterschiede, damit du je nach Setup und Budget die richtige Wahl treffen kannst:\u003c\/p\u003e\n\u003cdiv class=\"versus\"\u003e\n\u003cdiv class=\"versus-card pressure\"\u003e\n\u003cdiv class=\"vs-title\"\u003e⚡ Pressure+ (dieses Produkt)\u003c\/div\u003e\n\u003cul\u003e\n\u003cli class=\"pro\"\u003eEinfachere Installation – keine Sensoren an jedem Rad erforderlich\u003c\/li\u003e\n\u003cli class=\"pro\"\u003eWeniger bewegliche Teile, die beschädigt werden können\u003c\/li\u003e\n\u003cli class=\"pro\"\u003eDeutlich günstiger als das Height+-Kit\u003c\/li\u003e\n\u003cli class=\"pro\"\u003eGleicher Straight-To-Target-Einstellstil wie bei Height+\u003c\/li\u003e\n\u003cli class=\"con\"\u003eWeniger präzise als Height+ beim Erreichen einer exakten Höhe\u003c\/li\u003e\n\u003cli class=\"con\"\u003eGleicht Lastschwankungen nicht automatisch aus\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"versus-card height\"\u003e\n\u003cdiv class=\"vs-title\"\u003e📡 Height+ (Höhensensoren)\u003c\/div\u003e\n\u003cul\u003e\n\u003cli class=\"pro\"\u003ePräziseste Methode zur Reproduktion einer exakten Höhe\u003c\/li\u003e\n\u003cli class=\"pro\"\u003eAutomatischer Ausgleich von Lastschwankungen (Passagiere, Gepäck)\u003c\/li\u003e\n\u003cli class=\"con\"\u003eKomplexere Installation – Sensor muss an jedem Rad mechanisch befestigt werden\u003c\/li\u003e\n\u003cli class=\"con\"\u003eMehr freiliegende mechanische Teile (Koppelstangen, Verbindungsarme)\u003c\/li\u003e\n\u003cli class=\"con\"\u003eHöherer Preis als das Pressure+-Kit\u003c\/li\u003e\n\u003c\/ul\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\u003eUnser Tipp:\u003c\/strong\u003e Wenn du eine einfache Installation möchtest und keine millimetergenaue Präzision benötigst (Showcar-, Stance- oder Stadtverkehr), ist Pressure+ die ideale Wahl. Wenn du häufig mit hoher Beladung fährst (Familie, lange Strecken) oder eine perfekte Wiederholbarkeit der Höhe möchtest, solltest du dich für Height+ entscheiden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION : Compatibilité --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-title\"\u003eKompatibilität \u003cspan\u003eder Systeme\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"compat-grid\"\u003e\n\u003cdiv class=\"compat-card\"\u003e\n\u003cdiv class=\"brand\"\u003eAccuAir VU4\u003c\/div\u003e\n\u003cp\u003eKompatibel mit ¼-NPT- → ⅛-NPT-Reduzierstücken (nicht enthalten). Anschluss an die Druckanschlüsse des Manifolds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"compat-card\"\u003e\n\u003cdiv class=\"brand\"\u003eENDO-VT\u003c\/div\u003e\n\u003cp\u003eIntegration über ein Inline-Druck-T-Stück zwischen Ventil und Luftfeder. Einfach zu installieren.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"compat-card\"\u003e\n\u003cdiv class=\"brand\"\u003eAndere Manifolds\u003c\/div\u003e\n\u003cp\u003eKompatibel mit allen AccuAir-Manifolds, indem die Sensoren inline zwischen Ventil und Luftfedern eingesetzt werden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"compat-card\"\u003e\n\u003cdiv class=\"brand\"\u003ee+-ECU\u003c\/div\u003e\n\u003cp\u003eDie AccuAir-e+-ECU ist zwingend erforderlich. Aktivierung in den erweiterten Einstellungen der e-Level+-App.\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\u003eUnbedingt erforderliche Voraussetzung:\u003c\/strong\u003e Für den Betrieb dieses Kits ist die AccuAir-e+-ECU erforderlich. Es ist nicht mit Systemen von Air Lift Performance, Airmext oder TA-Technix kompatibel. Das drahtlose Gerät (Smartphone\/Tablet) ist nicht in diesem Kit enthalten. Bei der ersten Installation ist eine Druckkalibrierung zwingend erforderlich.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION : Contenu livraison --\u003e\n\u003cdiv class=\"section section-alt\"\u003e\n\u003cdiv class=\"section-title\"\u003eLieferumfang\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\u003e1 × Kabelbaum\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: .87em; color: #777\"\u003ePlug \u0026amp; Play – direkter Anschluss an die AccuAir-e+-ECU\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 × Drucksensoren\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: .87em; color: #777\"\u003eEiner pro Luftfeder – individuelle Messung jeder Ecke\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv style=\"margin-top: 20px\" class=\"warning-box\"\u003e\n\u003cdiv class=\"w-icon\"\u003e📌\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eNicht in diesem Kit enthalten:\u003c\/strong\u003e Inline-T-Stücke für das VU4-Manifold, NPT-Reduzierstücke und die AccuAir-e+-ECU. Wenn du ein VU4-Manifold verwendest, bestelle 4 Inline-T-Stücke separat, um die Installation zu vereinfachen.\u003c\/p\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\u003eTechnisches\u003c\/span\u003e Datenblatt\n\u003c\/div\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eEigenschaft\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\u003eArtikelnummer\u003c\/td\u003e\n\u003ctd\u003eAA-3907\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMarke\u003c\/td\u003e\n\u003ctd\u003eAccuAir\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSteuerungsart\u003c\/td\u003e\n\u003ctd\u003eDruck (Pressure+ \/ druckbasiert)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAnzahl der Sensoren\u003c\/td\u003e\n\u003ctd\u003e4 individuelle Drucksensoren\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eKabelbaum enthalten\u003c\/td\u003e\n\u003ctd\u003e1 Plug-\u0026-Play-Kabelbaum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eECU erforderlich\u003c\/td\u003e\n\u003ctd\u003eAccuAir e+ (erforderlich)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSteuerungs-App\u003c\/td\u003e\n\u003ctd\u003ee-Level+ (iOS \/ Android)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProgrammierbare Höhen\u003c\/td\u003e\n\u003ctd\u003e3 + ganz unten (abgesenkt \/ Fahrhöhe \/ angehoben)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eManifold-Kompatibilität\u003c\/td\u003e\n\u003ctd\u003eVU4 (mit ¼→⅛-NPT-Reduzierstücken) · ENDO-VT · alle AccuAir-Manifolds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMontage\u003c\/td\u003e\n\u003ctd\u003ePlug \u0026amp; Play – ohne Änderungen an der Elektronik\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eKalibrierung\u003c\/td\u003e\n\u003ctd\u003eBeim ersten Einbau über die e-Level+-App erforderlich\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eKitgewicht\u003c\/td\u003e\n\u003ctd\u003e2 kg\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\"\u003eHäufig gestellte \u003cspan\u003eFragen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eIch habe bereits ein AccuAir-System mit Höhensensoren (Height+). Kann ich auf Pressure+ umsteigen?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eJa, Pressure+ wurde entwickelt, um ein bestehendes System zu ersetzen oder aufzurüsten. Wenn du ein VU4-Manifold hast, bestelle 4 Inline-T-Stücke separat, um die Installation der Drucksensoren zu erleichtern. Nach dem Austausch ist eine Neukalibrierung über die e-Level+-App erforderlich.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eIst Pressure+ bei der Reproduktion einer Höhe genauso präzise wie Height+?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003ePressure+ ist bei konstanter Belastung sehr präzise. Im Gegensatz zu Height+ gleicht es jedoch Veränderungen der Beladung (Mitfahrer, beladener Kofferraum) nicht automatisch aus. Wenn das Gewicht in deinem Fahrzeug häufig variiert, bleibt Height+ für eine exakt reproduzierbare Höhe zuverlässiger. Für ein Showcar oder ein eher statisch ausgelegtes Setup ist Pressure+ völlig ausreichend.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eBenötige ich ein Smartphone, um dieses Kit zu verwenden?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eJa. Pressure+ wird über die e-Level+-App (iOS und Android) konfiguriert und kalibriert. Smartphone oder Tablet sind nicht im Lieferumfang enthalten. Du kannst auch das AccuAir Touchpad+ verwenden, falls du bereits eines besitzt – es ist mit diesem System kompatibel.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eIst dieses Kit mit meinem ENDO-VT-Manifold kompatibel?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eJa, absolut. Beim ENDO-VT müssen die Drucksensoren lediglich inline zwischen Ventilausgang und Luftfeder platziert werden. Die Installation ist einfach und erfordert weder Bohrungen noch Änderungen am Manifold.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eIst dieses Kit im Vergleich zu Höhensensoren schwierig zu installieren?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eNein, genau das ist einer der größten Vorteile. Du musst keine mechanischen Sensoren an jedem Rad montieren, keine Koppelstangen einstellen und keine Achsvermessung überprüfen. Verbinde einfach den Kabelbaum mit der e+-ECU und installiere die 4 Inline-Drucksensoren an deinen Luftleitungen. Der zeitaufwendigste Teil ist die Kalibrierung über die App, die normalerweise weniger als 20 Minuten dauert.\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\u003eDu hast Fragen zu deinem \u003cspan\u003eAccuAir-Upgrade\u003c\/span\u003e?\u003c\/h2\u003e\n\u003cp\u003eWir helfen dir, je nach Setup, Budget und Nutzung zwischen Pressure+ und Height+ zu wählen. Antworte in wenigen Minuten.\u003c\/p\u003e\n\u003ca class=\"cta-btn\" href=\"https:\/\/raslbitume.com\"\u003e💬 Kontaktiere uns\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":40133424414818,"sku":"AA-3907","price":299.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/products\/image_854ce500-d73d-4272-8c89-6efc326947ca.jpg?v=1774179789","url":"https:\/\/raslbitume.com\/de\/products\/accuair-pressure-upgrade-aa-3907-air-ride-steuerung-rasl-bitume","provider":"Rasl'Bitume","version":"1.0","type":"link"}