{"product_id":"heavy-duty-wireless-relay-switch-rjc","title":"Schwerlast-Funkrelais-Schalter","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Electronic Component \/ Smart Home (30A RF Wireless Relay Switch)\nTarget Audience: DIY Enthusiasts, Homeowners, Electricians\nVisual Style: Industrial \/ Technical (Sturdy, Reliable, High-Tech)\nColor Strategy: Deep Charcoal (--text-main) with Electric Blue accents (--primary) and crisp White\/Light Grey backgrounds. High contrast for readability.\nShape Strategy: Radius 8px (Hard but not sharp, conveying industrial durability and modern tech)\nTypography Strategy: Large Type \/ Mobile-first readable. Clear sans-serif hierarchy.\nMobile Table Strategy: Card-based (No horizontal scroll, full-width rows with data-labels)\nImage Mapping: Hero=image_1, Power=image_2, Range=image_3, Security=image_4, Versatility=image_5\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n            --primary: #0056b3;\n            --primary-light: #e6f0fa;\n            --text-main: #1a1a1a;\n            --text-sub: #4a4a4a;\n            --bg-body: #ffffff;\n            --bg-card: #f8f9fa;\n            --border-color: #e5e7eb;\n            --radius-md: 8px;\n            --radius-lg: 12px;\n            --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.1);\n            --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);\n            --gap-responsive: clamp(2rem, 5vw, 4rem);\n        }\n\n        \/* Global Resets \u0026 Typography *\/\n        .product-detail-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 5%;\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n            color: var(--text-main);\n            background-color: var(--bg-body);\n            box-sizing: border-box;\n            overflow-wrap: break-word;\n            word-break: break-word;\n            line-height: 1.6;\n        }\n\n        .product-detail-container * {\n            box-sizing: border-box;\n        }\n\n        .product-detail-container h1 {\n            font-size: clamp(32px, 4vw, 44px);\n            line-height: 1.2;\n            margin: 0 0 1rem 0;\n            font-weight: 800;\n        }\n\n        .product-detail-container h2 {\n            font-size: clamp(24px, 3vw, 32px);\n            line-height: 1.3;\n            margin: 0 0 1rem 0;\n            font-weight: 700;\n        }\n\n        .product-detail-container h3 {\n            font-size: clamp(20px, 2.5vw, 24px);\n            line-height: 1.4;\n            margin: 0 0 1rem 0;\n            font-weight: 600;\n        }\n\n        .product-detail-container p {\n            font-size: clamp(18px, 2vw, 20px);\n            color: var(--text-sub);\n            margin: 0 0 1.5rem 0;\n        }\n\n        .product-detail-container ul {\n            font-size: clamp(18px, 2vw, 20px);\n            color: var(--text-sub);\n            padding-left: 1.5rem;\n            margin-bottom: 1.5rem;\n        }\n\n        .product-detail-container li {\n            margin-bottom: 0.5rem;\n        }\n\n        \/* Static Visual Badge (Non-clickable) *\/\n        .visual-badge {\n            display: inline-block;\n            background-color: var(--primary-light);\n            color: var(--primary);\n            padding: 8px 16px;\n            border-radius: 50px;\n            font-size: 16px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 1rem;\n            user-select: none;\n        }\n\n        \/* Image Protocol *\/\n        .img-wrapper {\n            width: 100%;\n            display: block;\n            background-color: var(--bg-card);\n            border-radius: var(--radius-lg);\n            overflow: hidden;\n            position: relative;\n        }\n\n        .img-wrapper img {\n            width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        .placeholder {\n            width: 100%;\n            aspect-ratio: 4\/3;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            border: 2px dashed #cbd5e1;\n            color: #64748b;\n            font-size: 18px;\n            font-weight: bold;\n            background-color: #f1f5f9;\n            border-radius: var(--radius-lg);\n        }\n\n        \/* Layout Sections *\/\n        .hero-section {\n            padding: var(--gap-responsive) 0;\n            text-align: center;\n            border-bottom: 1px solid var(--border-color);\n        }\n\n        .hero-section .social-proof {\n            font-size: 18px;\n            font-weight: 600;\n            color: var(--primary);\n            margin-top: 1.5rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n        }\n\n        .feature-section {\n            padding: var(--gap-responsive) 0;\n            display: flex;\n            flex-direction: column;\n            gap: var(--gap-responsive);\n        }\n\n        .feature-item {\n            display: flex;\n            flex-direction: column; \/* Mobile Lock: Media first, copy second *\/\n            gap: 2rem;\n            align-items: center;\n        }\n\n        .feature-media, .feature-copy {\n            width: 100%;\n        }\n\n        \/* Desktop Z-Pattern Enhancement *\/\n        @media (min-width: 768px) {\n            .feature-item {\n                flex-direction: row;\n                gap: 4rem;\n            }\n            .feature-item:nth-child(even) {\n                flex-direction: row-reverse;\n            }\n            .feature-media, .feature-copy {\n                flex: 1;\n            }\n        }\n\n        \/* Specifications Table (Strict Rules applied) *\/\n        .specs-section {\n            padding: var(--gap-responsive) 0;\n            background-color: var(--bg-card);\n            border-radius: var(--radius-lg);\n            margin: var(--gap-responsive) 0;\n            padding-left: clamp(1.5rem, 3vw, 3rem);\n            padding-right: clamp(1.5rem, 3vw, 3rem);\n        }\n\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 2rem;\n        }\n\n        .specs-table th, .specs-table td {\n            text-align: left;\n            padding: 1.25rem;\n            font-size: 18px;\n        }\n\n        .specs-table thead {\n            background-color: var(--primary);\n            color: white;\n        }\n\n        .specs-table th:first-child {\n            border-top-left-radius: var(--radius-md);\n        }\n        .specs-table th:last-child {\n            border-top-right-radius: var(--radius-md);\n        }\n\n        \/* Mobile Card-based Table Lock *\/\n        @media (max-width: 767px) {\n            .specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n                display: block;\n                width: 100%;\n            }\n            .specs-table thead {\n                display: none;\n            }\n            .specs-table tr {\n                background-color: var(--bg-body);\n                border: 1px solid var(--border-color);\n                border-radius: var(--radius-md);\n                margin-bottom: 1rem;\n                box-shadow: var(--shadow-sm);\n            }\n            .specs-table td {\n                display: flex;\n                flex-direction: column;\n                align-items: flex-start;\n                padding: 1rem 1.25rem;\n                border-bottom: 1px solid var(--border-color);\n                color: var(--text-sub);\n            }\n            .specs-table td:last-child {\n                border-bottom: none;\n            }\n            .specs-table td::before {\n                content: attr(data-label);\n                font-weight: 700;\n                color: var(--text-main);\n                margin-bottom: 0.25rem;\n                font-size: 16px;\n            }\n        }\n        @media (min-width: 768px) {\n            .specs-table tbody tr {\n                background-color: var(--bg-body);\n                border-bottom: 1px solid var(--border-color);\n            }\n            .specs-table tbody tr:nth-child(even) {\n                background-color: rgba(0,0,0,0.02);\n            }\n            .specs-table td {\n                color: var(--text-sub);\n            }\n            .specs-table td:first-child {\n                font-weight: 600;\n                color: var(--text-main);\n                width: 40%;\n            }\n        }\n\n        \/* FAQ Section *\/\n        .faq-section {\n            padding: var(--gap-responsive) 0;\n            border-top: 1px solid var(--border-color);\n        }\n\n        .faq-item {\n            margin-bottom: 2rem;\n            background-color: var(--bg-card);\n            padding: clamp(1.5rem, 3vw, 2.5rem);\n            border-radius: var(--radius-lg);\n        }\n\n        .faq-item h3 {\n            color: var(--primary);\n            margin-bottom: 1rem;\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n        }\n        \n        .faq-item h3::before {\n            content: \"Q.\";\n            font-size: 1.2em;\n            line-height: 1;\n        }\n\n        .faq-item p {\n            margin: 0;\n        }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cspan class=\"visual-badge\"\u003eZuverlässigkeit in Industriequalität\u003c\/span\u003e\n\u003ch1\u003eLeistungsstarker 30A RF-Drahtlos-Fernrelais-Schalter\u003c\/h1\u003e\n\n\u003ch2\u003eSteuern Sie mühelos Hochleistungsgeräte bis zu 100 m entfernt – direkt durch Wände und Türen.\u003c\/h2\u003e\n\n\u003cdiv class=\"social-proof\"\u003e✓ Vertraut von DIY-Enthusiasten \u0026amp; professionellen Elektrikern\u003c\/div\u003e\n\n\u003cdiv style=\"margin-top: clamp(2rem, 4vw, 3rem);\"\u003e\n\u003cdiv class=\"img-wrapper\"\u003e\n\u003cdiv class=\"placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324152326\/992de44d9243a31f25a4e859e4a97c0a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-wrapper\"\u003e\n\u003cdiv class=\"placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324152325\/fe8b4a4c621c8167f9c4ad9f1eeb43ff.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eUnübertroffene 30A Schaltleistung\u003c\/h3\u003e\n\n\u003cp\u003eAusgestattet mit einem robusten eingebauten Leistungsschütz mit 30A Schaltkapazität. Dieser Controller bietet außergewöhnliche Schaltleistung und sorgt für einen stabilen und zuverlässigen Betrieb auch bei hohen elektrischen Lasten.\u003c\/p\u003e\n\n\u003cp\u003ePerfekt ausgelegt für anspruchsvolle Geräte wie Industrieventilatoren, Heizungen, Wasserpumpen und leistungsstarke Werkstattsauger.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-wrapper\"\u003e\n\u003cdiv class=\"placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324152325\/da889cd27b101ce066fa1e34b47e3e8e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eWände durchdringen mit 100 m RF-Reichweite\u003c\/h3\u003e\n\n\u003cp\u003eFortschrittliche RF-Technologie ermöglicht die Steuerung Ihrer Geräte aus großer Entfernung. Erleben Sie ein zuverlässiges Signal, das mühelos Wände, Böden und massive Türen durchdringt.\u003c\/p\u003e\n\n\u003cp\u003eMit einer effektiven Reichweite von 30 m bis 100 m (ohne Hindernisse) können Sie Außenbeleuchtung oder Garagenmaschinen bequem vom Wohnzimmer aus einschalten.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-wrapper\"\u003e\n\u003cdiv class=\"placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324152325\/413f33f692a143ec4f6c86d7f79b2ed2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eHochsichere \u0026amp; einfach zu bedienende Wiederlernmodus\u003c\/h3\u003e\n\n\u003cp\u003eSicherheit hat oberste Priorität. Das intelligente Lerncodesystem weist eine bemerkenswert niedrige Wiederholrate auf und schützt Ihre Schaltungen vor unbefugten oder überlappenden Signalen.\u003c\/p\u003e\n\n\u003cp\u003eFernbedienung verloren? Kein Problem. Der Empfänger verfügt über einen Wiederlernmodus, mit dem Sie alte Codes sofort löschen und eine neue Fernbedienung koppeln können, sodass Sie die Kontrolle über Ihre Geräte nie verlieren.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-wrapper\"\u003e\n\u003cdiv class=\"placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324153605\/0eff0049cc3bd5d4b23964047a8865f9.jpeg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eGrenzenlose DIY-Automatisierungsmöglichkeiten\u003c\/h3\u003e\n\n\u003cp\u003eDie Installation ist einfach: Verdrahten Sie einfach den drahtlosen RF-Schalter zwischen Ihrer Stromquelle und dem Gerät. Sie können den Arbeitsmodus vollständig an Ihre spezifischen Projektanforderungen anpassen.\u003c\/p\u003e\n\n\u003cp\u003eVon Weihnachtsbeleuchtungen, kleinen Geräten und Klimaanlagen bis hin zu elektrischen Toren und industriellen Sicherheitsalarmen – dieses Modul bietet unendliche Einsatzmöglichkeiten für ernsthafte DIY-Enthusiasten.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eTechnische Daten\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMerkmal\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpezifikationsdetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eBetriebsspannung\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification details\"\u003eAC 90V - 256V\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eBetriebsfrequenz\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification details\"\u003e315MHz \/ 433MHz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eStandby-Strom\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification details\"\u003e≤10mA\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMaximale Belastungsleistung\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification details\"\u003e3000W\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMaximale Schaltkapazität\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification details\"\u003e30 Ampere (Schwerlast)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eRF-Funkreichweite\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification details\"\u003e30,5 m - 100,0 m \/ 100 ft - 328 ft (Je nach Hindernissen)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eModulabmessungen\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification details\"\u003eCa. 8,0 × 6,0 × 3,0 cm \/ 3,1 × 2,4 × 1,2 Zoll\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eGewicht\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification details\"\u003eCa. 150,0 g \/ 5,3 oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eAnwendungsbereich\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification details\"\u003eBeleuchtung, Klimaanlagen, Heizungen, Pumpen, Werkstattsauger, Alarme\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: clamp(2rem, 4vw, 3rem);\"\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eFunktioniert das Fernbedienungssignal wirklich durch dicke Wände?\u003c\/h3\u003e\n\n\u003cp\u003eJa. Der Controller nutzt starke RF (Radiofrequenz)-Technologie, die speziell dafür entwickelt wurde, physische Barrieren wie Wände, Böden und Türen zu durchdringen. Während dichte Materialien wie Beton oder Metall die maximale Reichweite leicht verringern können, funktioniert er bei Standard-Haushalts- und Werkstatteinrichtungen außergewöhnlich gut.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIst die Installation für einen DIY-Anfänger schwierig?\u003c\/h3\u003e\n\n\u003cp\u003eDie Installation ist sehr bequem. Sie schließen den Empfänger einfach direkt zwischen Ihre Stromquelle und das Gerät, das Sie steuern möchten, an. Da dieses Relais jedoch bis zu 30A hohen Strom verarbeitet, empfehlen wir dringend, grundlegende elektrische Sicherheitskenntnisse zu haben oder einen Elektriker zu konsultieren.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWas passiert, wenn ich die Fernbedienung verliere?\u003c\/h3\u003e\n\n\u003cp\u003eSie werden niemals dauerhaft von Ihrem System ausgesperrt. Der Empfänger verfügt über ein hochsicheres Lerncode-Protokoll. Wenn Sie eine Fernbedienung verlieren, können Sie den \"Neu-Lernen\"-Modus am Empfänger aktivieren, um den alten Sicherheitscode zu löschen und eine brandneue Ersatzfernbedienung einfach zu koppeln.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Standardreichweite (100 m \/ 328 ft)","offer_id":47974883197140,"sku":"0326-3222951","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Große Reichweite (1000 m \/ 3280 ft)","offer_id":47974883229908,"sku":"0326-3229845","price":14.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/992de44d9243a31f25a4e859e4a97c0a_e9631b83-e29c-4716-b539-7f3ed185d81b.jpg?v=1779520365","url":"https:\/\/omurio.com\/de\/products\/heavy-duty-wireless-relay-switch-rjc","provider":"Omurio","version":"1.0","type":"link"}