LCD Thermostat Switch Timer Socket Plug 12/24H Heat Cool Temperature Controller

Sold $19.99 Buy It Now or Best Offer, FREE Shipping, 30-Day Returns, eBay Money Back Guarantee
Seller: bestdealzones ✉️ (19,992) 0%, Location: Staten Island, New York, US, Ships to: US, Item: 172958599051 LCD Thermostat Switch Timer Socket Plug 12/24H Heat Cool Temperature Controller. Document

document.write(' '); LCD Thermostat Switch Timer Socket Plug 12/24H Heat Cool Temperature Controller
Floureon Thermostat Timer Switch Socket Plug ON/OFF Control 12H/24H for Heat and Cool Electrical Appliances Temperature Controller US Plug


Introduction
Floureon thermostat timer switch, with a large green backlight LCD display, has multiple functions such as timer programs, countdown programs, random mode, heat and cool mode, etc.. With 20 different On/Off timer programs, the connected appliances will turn on/off automatically at a set time. Countdown function helps you turn on/off your appliances when countdown timer is over, countdown time up to 23hr, 59min, 59s. The heat and cool programs enables to control heating or cooling devices maintained in target temperature, save your electricity and cost. What’s more, our switch is designed with anti-theft function. In random mode, the connected lights will turn on/off at different random times, protecting your home away from insecurity.

Features
-Multiple function: such as timer function, countdown, random function, heat mode and cool mode, etc.
-Plug and play, no need to installation, easy for operation.
-Large LCD display with green backlight, easy to operate or read in the dark.
-20 groups of ON/OFF programs: automatically turn on/off a connected electrical device at designated times.
-3 random modes: RND, L-RND and PROG-RND, randomly turn on/off to protect your home security or home appliances.
-4 Heat programs and 4 Cool programs: control heating or cooling devices to maintain a stable temperature and save energy.
-Countdown Function: Up to 23hr, 59min, 59s. Countdown time. Control charge time for your safety.
-Clock display: 12hr/24hr for selection and DST(daylight saving time) function.
-Temperature display:°C/°F switchable. Resolving 0.1°C/0.1°F.

Specification

Max. Ratings: 120V AC/15A/60Hz/1800W
Temperature Range: 0-70℃/32-158℉
Protection Class: I
Shortest switching time: 1 second
Shortest switching interval: 1 second
Programs: 30 Groups
Switching ON/OFF programs: 20 Groups
Random programs: 3 Groups
Countdown time: up to 23hr, 59min, 59s
Heat programs: 4 Groups
Cool programs: 4 Groups
Battery Type: 2pcs* LR44/AG13 Batteries(included)
Dimension: 65*146*80mm/2.6*5.7*3.1in (W*H*D)
Net Weight: 180g/6.34oz.

Please Note Before Usage

1. Please also make sure the house electric equipment has no short circuit, overload and wiring aging conditions to make sure the safety use.
2. For further information, please refer to the User Manual before you use our device for the first time.


Package
1xFloureon Thermostat Switch
1x User Manual
1xTemperature Sensor Probe
2x AG13/LR44 Batteries
About us

Welcome to our store!We deliver a wide range of products from deluxe pet supplies to economical lifestyle goods to provide you a fruitful eBay experience.High product quality, reasonable prices, excellent customer service and a reliable credit standing is our tenet.

Thank you for shopping at our eBay Store.

Payment method

1.We accept PayPal only.

2.NOTE: Payment should be sent within 4 (FOUR) days of auction closing. Or unpaid dispute will be filed for closing auction. Please contact us if you have any questions of payment procedures.

Shipping Policy

1.How much is shipping and handling (S&H)? The shipping and handling costs will be clearly marked on the auction item page.

2.Please make sure your Ship-To address is correct. We are not responsible for any wrong or undeliverable addresses.

3.Local pick up is not available.

4.Items are generally shipped out the next business day after your payment has been cleared (Sat. & Sun. excluded.).

5.An e-mail will be sent to your eBay e-mail address upon item is shipped out. If you do not receive this e-mail in 48 Business Hours, please contact us to check the status of your transaction. .

6.International Buyers - Please Note: Import duties, taxes, and charges are not included in the item price or shipping cost. These charges are the buyer's responsibility. Please check with your country's customs office to determine what these additional costs will be prior to bidding or buying. Customs fees are normally charged by the shipping company or collected when you pick the item up. These fees are not additional shipping charges.

Return & Warranty

1.Our items come with one-year warranty.

2.Our warranty does not extended to any products that are physically damaged or that are not under normal operating conditions as a result of misuse or improper installation on the buyer/user's part.

3.This product comes with 30-Day Money Back Guarantee.

4.We stand behind every product we sell. If you're not pleased with your purchase, we'll be happy to make an exchange or refund.

5.For all returned products, please contact us for the returning address before you return your products.

Reply

1.ALL replies will be sent to your email, if you don't get response within 1-2 business days, pls check your My Messages in case your email provider has an overly-aggressive spam filterblocking eBay's emails. Please email us AGAIN.

2.Email is the priority of our customer service.

Feedback

1.You will receive our positive feedback as soon as you pay for your item.
2. Your better comments will be an encouragement for us to offer the better quality and the better service in future.
3.If you are not satisfied with them, please contact us first via Ask a Question or via Contact Seller. Your messages will be answered within 1-2 business day. We shall try our best to solve your problem to your satisfaction.

window.onload = function(){ /*************顶部banner***************/ var banner11 = $('#banner1'); var banner1Ul = banner11.find('ul'); var banner1Li = banner1Ul.find('li'); var time = 3000; // 自动滚动间隔时间 var runSpeed = 400; // 滚动动画速度 var autoRun = true; // 是否需要自动滚动 banner1Ul.width(banner1Li.width() * banner1Li.length); //创建小白点导航 banner11.append('
'); banner1Li.each(function(index){ var navOl = banner11.find('ol'); if(index==0){ navOl.append('
  • 1 '); }else{ navOl.append('
  • '+ parseInt(index+1) +' '); } }); var dotList = $('.dots').find('li'); if(autoRun){ //自动滚动 var flag = 1; function focusInterval(){ var leftVal = -parseInt(banner1Ul.css('left')); if(flag < banner1Li.length){ banner1Ul.animate({left:-(banner1Li.width()*flag)},runSpeed); flag++; }else{ banner1Ul.animate({left:0},runSpeed); flag = 1 } dotList.eq(flag-1).addClass('active').siblings('li').removeClass('active'); } var interval; interval = setInterval(focusInterval,time); //鼠标经过暂停滚动 banner11.mouseenter(function(){ clearInterval(interval) }).mouseleave(function(){ interval = setInterval(focusInterval,time) }); } //点击滚动 (function(){ dotList.on('click',function(){ $(this).addClass('active').siblings('li').removeClass('active'); banner1Ul.animate({left:-(banner1Li.width()*$(this).index())},runSpeed); }) })() /*************左侧无缝滚动***************/ var banner22 = $("#banner2"); var banner2Ul = banner22.find("ul"); var imgHei = banner2Ul.find("li").height(); var lang = 0; //显示几个 var visible = 4; //滚动速度 var banner2Speed = 20; banner22.height(imgHei*visible); function autoScroll(){ lang -= 1; var banner2UlVal = -parseInt(banner2Ul.css('top')) var imgLength = (banner2Ul.find("li").length) - visible; if(banner2UlVal>imgHei*imgLength){ $(banner2Ul.html()).appendTo(banner2Ul); }else{ banner2Ul.css('top', lang); } } autoScroll() t = setInterval(autoScroll,banner2Speed) banner22.mouseenter(function(){ clearInterval(t); }).mouseleave(function(){ t = setInterval(autoScroll,banner2Speed); }); } function showImage(image){ var objimage=document.getElementById('image'); objimage.src="image/"+image; } function setTab(name,cursel,n){ for(i=1;i
    • Condition: New
    • Brand: Floureon
  • PicClick Insights - LCD Thermostat Switch Timer Socket Plug 12/24H Heat Cool Temperature Controller PicClick Exclusive

    •  Popularity - 4 watchers, 0.0 new watchers per day, 241 days for sale on eBay. Very high amount watching. 8 sold, 10 available.
    •  Best Price -
    •  Seller - 19,992+ items sold. 0% negative feedback. Good seller with good positive feedback and good amount of ratings.

    People Also Loved PicClick Exclusive