{"product_id":"heavy-duty-wireless-relay-switch-rjc","title":"Zware draadloze relais schakelaar","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\"\u003eIndustriële betrouwbaarheid\u003c\/span\u003e\n\u003ch1\u003eZware 30A RF draadloze afstandsbediening relais schakelaar\u003c\/h1\u003e\n\n\u003ch2\u003eBedien moeiteloos krachtige apparaten tot 100 meter afstand—recht door muren en deuren heen.\u003c\/h2\u003e\n\n\u003cdiv class=\"social-proof\"\u003e✓ Vertrouwd door doe-het-zelvers \u0026 professionele elektriciens\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\u003eOngeëvenaarde 30A schakelcapaciteit\u003c\/h3\u003e\n\n\u003cp\u003eVoorzien van een robuuste ingebouwde stroomrelais met een schakelcapaciteit van 30A. Deze controller levert uitzonderlijke schakelprestaties en zorgt voor een stabiele en betrouwbare werking, zelfs bij zware elektrische belastingen.\u003c\/p\u003e\n\n\u003cp\u003ePerfect ontworpen voor veeleisende apparatuur zoals industriële ventilatoren, kachels, waterpompen en zware stofzuigers voor werkplaatsen.\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\u003eDringt door muren met een RF-bereik van 100 meter\u003c\/h3\u003e\n\n\u003cp\u003eGeavanceerde RF-technologie stelt u in staat uw apparaten op grote afstand te bedienen. Ervaar een betrouwbaar signaal dat moeiteloos door muren, vloeren en stevige deuren gaat.\u003c\/p\u003e\n\n\u003cp\u003eMet een effectief bereik van 30 tot 100 meter (zonder obstakels) kunt u buitenverlichting of garageapparatuur bedienen vanuit het comfort van uw woonkamer.\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\u003eHoogwaardige beveiliging \u0026 eenvoudige herleerstand\u003c\/h3\u003e\n\n\u003cp\u003eBeveiliging staat voorop. Het intelligente leersysteem met codes heeft een opmerkelijk lage herhalingsfrequentie, waardoor uw circuits beschermd zijn tegen ongeautoriseerde of overlappende signalen.\u003c\/p\u003e\n\n\u003cp\u003eEen afstandsbediening kwijt? Geen probleem. De ontvanger beschikt over een herleerstand waarmee u oude codes direct kunt wissen en een nieuwe afstandsbediening kunt koppelen, zodat u altijd controle houdt over uw apparaten.\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\u003eOnbegrensde doe-het-zelf automatiseringsmogelijkheden\u003c\/h3\u003e\n\n\u003cp\u003eDe installatie is eenvoudig: sluit de draadloze RF-schakelaar gewoon aan tussen uw stroombron en het apparaat. U kunt de werkmodus volledig aanpassen aan uw specifieke projectbehoeften.\u003c\/p\u003e\n\n\u003cp\u003eVan feestverlichting, kleine apparaten en airconditioners tot elektrische poorten en industriële beveiligingsalarmen — deze module biedt oneindige mogelijkheden voor serieuze doe-het-zelvers.\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 specificaties\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eKenmerk\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpecificatiedetails\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\"\u003eBedrijfsspanning\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\"\u003eWerkfrequentie\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\"\u003eStand-by stroom\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\"\u003eMaximaal Vermogen Last\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 Schakelcapaciteit\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification details\"\u003e30 Ampère (Zware Last)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eRF Draadloos Bereik\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification details\"\u003e30,5 m - 100,0 m \/ 100 ft - 328 ft (Afhankelijk van obstakels)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eAfmetingen module\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification details\"\u003eOngeveer 8,0 × 6,0 × 3,0 cm \/ 3,1 × 2,4 × 1,2 inch\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\"\u003eOngeveer 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\"\u003eToepassingsbereik\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification details\"\u003eVerlichting, airconditioning, kachels, pompen, winkelstofzuigers, alarmen\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);\"\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWerkt het signaal van de afstandsbediening echt door dikke muren heen?\u003c\/h3\u003e\n\n\u003cp\u003eJa. De controller maakt gebruik van sterke RF (Radiofrequentie) technologie die speciaal is ontworpen om fysieke barrières zoals muren, vloeren en deuren te doordringen. Hoewel dichte materialen zoals beton of metaal het maximale bereik iets kunnen verminderen, presteert het uitzonderlijk goed voor standaard huishoudelijke en werkplaatsomgevingen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIs dit moeilijk te installeren voor een doe-het-zelver beginner?\u003c\/h3\u003e\n\n\u003cp\u003eDe installatie is zeer eenvoudig. Je sluit de ontvanger gewoon rechtstreeks aan tussen je elektrische stroombron en het apparaat dat je wilt bedienen. Omdat dit relais echter tot 30A hoge stroom aankan, raden we sterk aan om basiskennis van elektrische veiligheid te hebben of een elektricien te raadplegen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWat gebeurt er als ik de afstandsbediening verlies?\u003c\/h3\u003e\n\n\u003cp\u003eJe wordt nooit permanent buitengesloten van je systeem. De ontvanger beschikt over een zeer veilig leercodeprotocol. Als je een afstandsbediening verliest, kun je de \"herleer\"-modus op de ontvanger activeren om de oude beveiligingscode te verwijderen en eenvoudig een gloednieuwe vervangende afstandsbediening te koppelen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Standaardbereik (100 m \/ 328 ft)","offer_id":47974883197140,"sku":"0326-3222951","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Lang bereik (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\/nl\/products\/heavy-duty-wireless-relay-switch-rjc","provider":"Omurio","version":"1.0","type":"link"}