Online: | |
Visits: | |
Stories: |
So I’ve had a Nest thermostat of about 3 years. Today I was doing some rewiring and I had the load the thermostat was supposed to turn on shorted. When I turned on the thermostat – I fried it.
I called Nest tech support asking them if there was some kind of internal fuse I could replace and there wasn’t. My Nest was toast. However even though I told them I fried it and it was out of warranty they said they were interested in looking at the damage. They are going to send me a new one (older model like mine) and if I send them back the old one there’s no charge.
Customer service doesn’t get any better than that!
function change_color(input, id) {
var obj = document.getElementById(id);
if (obj) {
obj.style.backgroundColor = “#” + input.value;
//alert (obj.style.backgroundColor + ” for ” + obj.id);
}
}
.color_viewer {
border:1px solid;
width:70px;
background-color:#ffffff;
padding-left:10px;
}