Description
🚨 CCS Compatibility Must Read Before Purchase
This device requires use with Tesla vehicles that support the CCS charging protocol.
Important Note: Many older or early-production Teslas may require a hardware retrofit or software update for CCS support. Please carefully CHECK YOUR VEHICLE’S COMPATIBILITY before purchasing to ensure proper function.
- Model Y Performance (2025.10+)
- Cybertruck
/* — CORE CSS STYLES — */ @import url(‘https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap’); /* 1. Global Container and Styling Encapsulation */ .product-detail-page { max-width: 100%; /* Allow width to extend to borders */ margin: 0; padding: 0; box-sizing: border-box; font-family: ‘Inter’, sans-serif; color: #1f2937; /* Default dark text */ background-color: #ffffff; overflow-] .faq-icon { transform: rotate(45deg); color: #007BFF; } /* ================================================= */ /* === SPECIFICATION LAYOUT FIX (CRITICAL CHANGES) === */ /* ================================================= */ /* 针对规格表格上方的图片,强制 1:1 正方形比例 */ .spec-column .placeholder-visual { aspect-ratio: 1 / 1 !important; /* 使用 !important 确保覆盖其他样式 */ min-height: 0; /* Override the min-height added earlier */ } /* Parent container for the two specification columns */ .spec-row-forced { display: flex; flex-wrap: nowrap; /* Prevents wrapping on desktop by default */ gap: 1.5rem; /* Equivalent to gap-6 */ justify-content: center; align-items: flex-start; } /* Individual column structure (forced 50% width on desktop) */ .spec-column { /* This calculation forces the width to 50% of the parent (1180px) minus the gap spacing */ width: calc(50% – 0.75rem); /* Flex properties for robustness */ flex: 0 0 auto; min-width: 300px; /* Ensures columns don’t get too narrow on smaller tablets */ } /* Specification Table Styling */ .spec-column table { border-collapse: collapse; } .spec-column th, .spec-column td { padding: 0.8rem 1rem; /* Consistent padding */ } .spec-column .bg-gray-50 { background-color: #f9fafb; /* Lighter background for headers */ font-weight: 600; color: #374151; } /* 6. Responsive Layout: Screen width span:first-child { text-align: left; padding-left: 0.5rem; } /* Override for Spec Section on Mobile: Force stacking and 100% width */ .spec-row-forced { flex-direction: column; flex-wrap: wrap; gap: 0; /* Remove gap when stacking */ } .spec-column { width: 100%; min-width: 100%; margin-bottom: 1.5rem; /* Add spacing between stacked columns */ } }
V2L EV Discharge Adapter for Tesla Model Y Performance

Key Features and Benefits
V2L/V2H Ultimate Energy Station
Converts the high-capacity battery power from the Tesla EV through the charging port into high-quality household AC power, enabling powerful Vehicle-to-Load (V2L) capabilities. Provides continuous power for outdoor camping or home emergencies.
Smart Temperature Control System
The V2L discharge device is equipped with a dual-turbine cooling system and dedicated air ducts, ensuring high-efficiency heat dissipation and stable operation within a wide temperature range of -10°C to 40°C.
Multifunctional LED Display
Our V2L discharge device features a high-quality LED digital display screen that provides real-time voltage, current, and power readings, giving you complete control over the discharge status. Ideal for camping, road trips, emergency backup, and outdoor activities.
Product Specifications
| Compatible Model | Model Y Performance(model with CCS2 installed) |
|---|---|
| Material | Aluminum alloy+ABS |
| Barrel (Plug Type) | NACS (Tesla) |
| Input voltage | DC 300-500V |
| Output voltage | AC 110-120V (60HZ) |
| Output interface | US sockets*2 |
| Single socket current | 15A MAX |
| Total output current | 30A MAX |
| Total output power | 3.5KW MAX |
| Bare machine size | 296*125*125mm |
| Barrel length | 2M |
| Weight of the product | 4kg |
| Built-in battery capacity | 12V 2.55AH |
| Packaging dimensions | 410*210*250mm |
| Packaging weight | 5kg |
| Stop discharging power level | SOC at 20% and has come to a stop |
| Screen display | Output voltage |
| Working temperature | -10°C to 40°C |
| Compatible Model | Model Y Performance (model with CCS2 installed) |
|---|---|
| Material | Aluminum alloy+ABS |
| Barrel (Plug Type) | CCS2 |
| Input voltage | DC 320-520V |
| Output voltage | AC 220-240V (50HZ) |
| Output interface | EU sockets*2 |
| Single socket current | 16A MAX |
| Total output current | 23A MAX |
| Total output power | 5KW MAX |
| Bare machine size | 296*125*125mm |
| Barrel length | 2M |
| Weight of the product | 4kg |
| Built-in battery capacity | 12V 2.55AH |
| Packaging dimensions | 410*210*250mm |
| Packaging weight | 5kg |
| Stop discharging power level | SOC at 20% and has come to a stop |
| Screen display | Output voltage |
| Working temperature | -10°C to 40°C |
Frequently Asked Questions (FAQ)
Can my older Tesla model use this device? +
You must confirm if your vehicle has been activated or retrofitted to support the CCS charging protocol before purchase. If your vehicle is an early model, an ECU upgrade kit for CCS might be required for proper function. Please verify, otherwise the device will not work. This visual comparison might help you identify your port type.
What is the difference between V2L and V2H? +
V2L (Vehicle-to-Load) typically refers to powering external devices such as camping appliances or power tools. V2H (Vehicle-to-Home) specifically refers to using the device to feed electricity back into your home grid for use as backup power. This device supports both functions. Here’s a diagram showing how the EV powers external loads.
What is the maximum output power of the device? +
Depending on your chosen configuration, the output power is either 3.5KW (US) or 5KW (EU). Please select the appropriate model based on your usage needs and regional standards.
document.addEventListener(‘DOMContentLoaded’, () => { // Get all FAQ question headers const faqQuestions = document.querySelectorAll(‘.faq-question’); faqQuestions.forEach(question => { // Add click listener to each question question.addEventListener(‘click’, () => { // Determine if the answer is currently expanded const isExpanded = question.getAttribute(‘aria-expanded’) === ‘true’; const answerId = question.getAttribute(‘aria-controls’); const answer = document.getElementById(answerId); // Close all other open answers faqQuestions.forEach(q => { if (q !== question && q.getAttribute(‘aria-expanded’) === ‘true’) { q.setAttribute(‘aria-expanded’, ‘false’); const otherAnswerId = q.getAttribute(‘aria-controls’); const otherAnswer = document.getElementById(otherAnswerId); otherAnswer.classList.remove(‘open’); } }); // Toggle the clicked answer’s state if (!isExpanded) { // Open the answer question.setAttribute(‘aria-expanded’, ‘true’); answer.classList.add(‘open’); } else { // Close the answer question.setAttribute(‘aria-expanded’, ‘false’); answer.classList.remove(‘open’); } }); // Add keyboard accessibility (Enter/Space to trigger click) question.addEventListener(‘keydown’, (e) => { if (e.key === ‘Enter’ || e.key === ‘ ‘) { e.preventDefault(); question.click(); } }); }); });
Explore more from our collection.











Reviews
There are no reviews yet.