Description
Price: [price_with_discount]
(as of [price_update_date] – Details)
From the brand
Founded in 1915, Paris Rhône have since been creating innovative products which enhance and improve the quality of our customers’ daily lives.
Over 100 years have passed, and Paris Rhône remains committed to providing superior-quality, reasonably priced products to our customers around the world.
We are proud to be leading the way in designing smart, easy-to-use, high-quality home appliances with the future in mind.
Our Humidifiers
Safe & Reliable: Made of V0 flame retardant materials, this ETL-certified ceramic space heater comes with multiple security features including overheat and tip-over protection, 12-hour timer, auto off after 24h without operation. Safe and worry-free all-day use.
Energy Efficiency: Smart ECO mode uses a built-in precise temperature sensor to keep your room at a constant temperature while saving more on energy bills and keep you cozy. (with a low of 900W and high of 1500W)
Wider Heating Range: 70° wide-angle oscillation, this space heater for indoor use boosts heating coverage by 20%, which helps distribute the warm air more evenly towards the room’s corners.
Ease to Use: The portable space heater combined with remote control. Controlling all the settings and directly view the current setting on the ceramic space heater LED display without getting up. Built-in handle ensures easy transport from room to room.
Brand | PARIS RHÔNE |
---|---|
Special Feature | Manual |
Color | Black |
Form Factor | Tower |
Indoor/Outdoor Usage | Indoor |
Product Dimensions | 6.3″D x 6.14″W x 16.13″H |
Recommended Uses For Product | Use |
Mounting Type | Floor Mount |
Room Type | Bedroom, Home Office, Study Room |
Heating Coverage | 120 sq.ft |
Burner type | Radiant |
Fuel Type | Electric |
Number of Speeds | 3 |
Voltage | 120 Volts (AC) |
Max Temperature Setting | 70 Degrees Fahrenheit |
Item Weight | 5 pounds |
Manufacturer | PARIS RHÔNE |
ASIN | B09NZG6BF4 |
Item model number | PE-HE001 |
Batteries | 1 A batteries required. (included) |
Customer Reviews | 4.5 out of 5 stars |
Best Sellers Rank | #1,088,695 in Home & Kitchen (See Top 100 in Home & Kitchen) #902 in Indoor Electric Space Heaters |
Care instructions | Hand Wash |
Assembly required | No |
Number of pieces | 1 |
Warranty Description | 12 month |
Batteries required | No |
Included Components | 1*remote, 1*Space Heater |
Warranty & Support
Feedback
Space Heater, PARIS RHÔNE 16‘’ Space Heater for Indoor Use, 1500W 2S Heating Electric Heater With Remote, 12H Timer, 70°Oscillation, Tip-Over Protection, Ceramic Heater with Thermostat for Bedroom
Share:
Found a lower price? Let us know. Although we can’t match every price reported, we’ll use your feedback to ensure that our prices remain competitive.
Where did you see a lower price?
\n’ +
‘
‘
);
}
function getThankYouDiv(thankMsg) {
return (
‘
‘
thankMsg +
‘
\n’ +
‘
‘
);
}
function getLoadingGifDiv() {
return ‘‘;
}
function isValidUrl(url) {
if (!url) {
return false;
}
var encodedUrl = encodeURI(url);
return encodedUrl.match(
/^(https?:\/\/)?(([a-z0-9-]|%[A-F0-9]{2})+\.)+(([a-z]|%[A-F0-9]{2})([a-z0-9]|%[A-F0-9]{2})*)(:[0-9]+)?(\/[a-z0-9;:,~!+#@&=%\/$\.?_-]+)?$/
);
}
function isNumericPrice(price) {
if (!price) {
return false;
}
return price.match(/^([0-9]+\.?[0-9]*)$|^([0-9]*\.[0-9]+)$/);
}
function isEmptyValue(input) {
return !input || input.length === 0 || input.match(/^\s*$/);
}
function truncate(input, length) {
if (!input) {
return ”;
} else {
return input.substr(0, length);
}
}
function formatDate(year, date, month) {
return year + ‘-‘ + month + ‘-‘ + date;
}
function trim(input) {
if (!input) {
return ”;
} else {
return input.trim();
}
}
function resetModalToInitialState(currentMonth, currentDate, currentYear) {
var enableOnlineStoreRadio = document.querySelector(‘#pricingFeedback_onlineRadio’);
var enableOfflineStoreRadio = document.querySelector(‘#pricingFeedback_offlineRadio’);
var onlineStoreInputForm = document.querySelector(‘#pricingFeedback_onlineInput’);
var offlineStoreInputForm = document.querySelector(‘#pricingFeedback_offlineInput’);
var onlineUrl = document.querySelector(‘#onlineUrl’);
var onlinePriceRaw = document.querySelector(‘#onlinePriceRaw’);
var onlineShippingRaw = document.querySelector(‘#onlineShippingRaw’);
var onlineDay = document.querySelector(‘#onlineDay’);
var onlineMonth = document.querySelector(‘#onlineMonth’);
var onlineYear = document.querySelector(‘#onlineYear’);
var onlineCalendar = document.querySelector(‘#onlineCalendar’);
var note1 = document.querySelector(‘#note1’);
var offlineStoreName = document.querySelector(‘#offlineStoreName’);
var offlineCity = document.querySelector(‘#offlineCity’);
var offlineState = document.querySelector(‘#offlineState’);
var offlinePriceRaw = document.querySelector(‘#offlinePriceRaw’);
var offlineDay = document.querySelector(‘#offlineDay’);
var offlineMonth = document.querySelector(‘#offlineMonth’);
var offlineYear = document.querySelector(‘#offlineYear’);
var offlineCalendar = document.querySelector(‘#offlineCalendar’);
var thankYouDiv = document.querySelector(‘#pricingFeedback_thank’);
var errorDiv = document.querySelector(‘#pricingFeedback_error’);
var submitButton = document.querySelector(‘#pricingFeedback_submit’);
var loadingGifDiv = document.querySelector(‘#loading’);
var stateDefaultOption = document.querySelector(‘#stateDefaultOption’);
var stateDefaultPrompt = document.querySelector(‘#stateDefaultPrompt’);
var offlineStateMain = document.querySelector(‘#offlineStateMain’);
if (thankYouDiv) {
thankYouDiv.innerHTML = ”;
}
if (errorDiv) {
errorDiv.innerHTML = ”;
}
if (loadingGifDiv) {
loadingGifDiv.innerHTML = ”;
}
if (submitButton) {
submitButton.style.display = ‘block’;
}
onlineUrl.value = ”;
onlinePriceRaw.value = ”;
onlineShippingRaw.value = ”;
offlineStoreName.value = ”;
offlineCity.value = ”;
offlineState.value = ”;
offlinePriceRaw.value = ”;
stateDefaultOption.innerHTML = $(“#selectProvince”).val();
stateDefaultPrompt.innerHTML = $(“#selectProvince”).val();
setInitialStates(
onlineMonth,
currentMonth,
offlineMonth,
onlineDay,
currentDate,
offlineDay,
onlineYear,
currentYear,
offlineYear,
onlineStoreInputForm,
offlineStoreInputForm,
enableOfflineStoreRadio,
enableOnlineStoreRadio,
onlineCalendar,
offlineCalendar,
offlineStateMain,
offlineState,
note1
);
}
});