Description
Overview
Resources
Warranty
Reviews
$6,499.99
Renogy 4800 WATT 48 VOLT Monocrystalline Solar Kit (RKIT4500D-US)
☰
Home
Renogy 4800 WATT 48 VOLT Monocrystalline Solar Kit (RKIT4500D-US)
Overview
Resources
Warranty
Overview — Renogy 4800 WATT 48 VOLT Monocrystalline Solar Kit (RKIT4500D-US)
Description
The 4800 WATT 48 VOLT Monocrystalline Solar Kit system is readymade for running typical active home appliances. Working with multiple appliances for all day use, this kit is designed to provide you with ultimate luxury freedom and satisfaction in generating / using your own power to provide a sustainable lifestyle. Used solar as a primary power source, this kit will be prepared for emergencies, some social events, and support multiple people power consumption.
Key Features
Versatile
- Ideal for off-grid systems such as medium remote cabins, medium remote homes, or even tiny houses.
- Works with off-grid residential and commercial rooftop systems
- The MidNite Classic allows you to stack multiple charge controllers, giving you more options for expansion
Safe
- Newly added MidNite MNEDC- Quad houses included MNEDC100 breaker which acts as a DC disconnect for protection of your battery bank and charge controller
Efficient
- Excellent performance in low-light environments
- High Efficiency PERC Solar Cells, Black frame solar panel
- With the MidNite Classic charge controller, you can monitor your system remotely through a user’s local network or via midnitesolar.com
Resources — Renogy 4800 WATT 48 VOLT Monocrystalline Solar Kit (RKIT4500D-US)
Documents — Renogy 4800 WATT 48 VOLT Monocrystalline Solar Kit (RKIT4500D-US)
📊 Data Sheet — Renogy Cabin Solar Kit (RKIT4500D-US)
🎖 Warranty — Renogy Cabin Solar Kit (RKIT4500D-US)
📄 Manual — Renogy Cabin Solar Kit (RKIT4500D-US)
Warranty — Renogy 4800 WATT 48 VOLT Monocrystalline Solar Kit (RKIT4500D-US)
✓ OffGrid Harbor is an Authorized Renogy Dealer
✓ Includes all applicable Manufacturer Warranties
✓ Ships direct from manufacturer
✓ Additional Lifetime support from our specialists
// “See More” Sections & Buttons
function initSeeMoreSections () {
document
.querySelectorAll(‘.product-box-body-see-more’)
.forEach((el, i) => {
el.id = el.id ? el.id : `section-${i}-see-more`
addSeeMoreToSection(el.id)
})
}
function expandSection(id=’desc-see-more’) {
document.querySelector(`#${id}`).classList.add(‘product-box-body-see-more-active’)
document.querySelector(`#${id}-btn`).classList.add(‘product-box-see-more-button-clicked’)
}
function addSeeMoreToSection(id=’desc-see-more’) {
var section = document.querySelector(`#${id}`)
var sectionHeight = section.clientHeight
insertHTMLAfterId(id, SeeMoreButton(id))
if (sectionHeight < 360) {
document.querySelector(`#${id}-btn`).classList.add('product-box-see-more-button-clicked')
}
}
function SeeMoreButton (id='desc-see-more') {
return `
See More
`
}
// FAQ Collapse/Expand
function initFAQs () {
document
.querySelectorAll(‘.product-box-body .question’)
.forEach((el, i) => el.innerHTML += CollapseButton(i))
document
.querySelectorAll(‘.product-box-body .question’)
.forEach((el, i) => el.onclick = () => toggleFAQ(i))
}
function CollapseButton (i) {
return `
❯
`
}
function toggleFAQ (index) {
var answer = document.querySelectorAll(‘.product-box-body .answer’)[index]
var button = document.querySelectorAll(‘.product-box-body .toggle-faq’)[index]
if (answer.classList.contains(‘answer-expanded’)) {
answer.classList.remove(‘answer-expanded’)
button.innerHTML = ‘❯’
} else {
answer.classList.add(‘answer-expanded’)
button.innerHTML = ‘−’
}
}
// Mobile Section Nav collapse/expand
function initMobileNav () {
const toggle = document.getElementById(‘section-nav-toggle’)
const menu = document.getElementById(‘section-nav-menu’)
const isHidden = () => menu.classList.contains(‘hide’)
const hideMenu = () => menu.classList.add(‘hide’)
const showMenu = () => menu.classList.remove(‘hide’)
toggle.onclick = () => isHidden() ? showMenu() : hideMenu()
const sectionLinks = document.querySelectorAll(‘.product-section-navigation-menu .product-section-link-mobile’)
sectionLinks.forEach(link => {
link.onclick = () => {
hideMenu()
document.location = link.getAttribute(‘href’)
}
})
}
function initReviewsNavLink () {
const menu = document.getElementById(‘section-nav-menu’)
const reviewsNavLink = document.getElementById(‘reviews-nav-link’)
const reviews = $(‘#judgeme_product_reviews .jdgm-rev’)
if (reviews.length > 0) {
reviewsNavLink.classList.remove(‘hide’)
}
}
// Init Widgets
setTimeout(() => {
initFAQs()
initSeeMoreSections()
initMobileNav()
initReviewsNavLink()
}, 2000)
// Utils
function insertHTMLAfterId (id, html) {
var element = document.getElementById(id)
var parent = element.parentElement
parent.innerHTML = `${parent.innerHTML}n${html}`
}
Reviews
There are no reviews yet.