Contact information
Contact Us
Send An Email
If you need to talk to us for any reason, just send us an email!
-
Products & Orders:
customerservice@discounthomeautomation.com -
Invoices, Receipts & Billing:
accounting@discounthomeautomation.com -
Order Tracking:
tracking@discounthomeautomation.com -
Product Returns & Refunds:
returns@discounthomeautomation.com -
New Product Suggestions:
purchasing@discounthomeautomation.com -
Website Recommendations:
webmaster@discounthomeautomation.com
Text by Live Chat
You can also chat online with us! Our chat service is open from 7:00am to 5:00pm Pacific Time, Monday through Friday.
Send Us Mail
13446 Poway Road #117
Poway, CA 92064
Frequently Asked Questions
We have gathered answers to the most frequently asked questions. Take a peek. Your question may already be answered!
Additional Online Info
Ask Us A Question Here
Complete this simple form below, and we'll get back to you with an answer by the end of the next business day.
var ifr = document.getElementById("JotFormIFrame-42525757933160"); if(window.location.href && window.location.href.indexOf("?") > -1) { var get = window.location.href.substr(window.location.href.indexOf("?") + 1); if(ifr && get.length > 0) { var src = ifr.src; src = src.indexOf("?") > -1 ? src + "&" + get : src + "?" + get; ifr.src = src; } } window.handleIFrameMessage = function(e) { var args = e.data.split(":"); if (args.length > 2) { iframe = document.getElementById("JotFormIFrame-" + args[2]); } else { iframe = document.getElementById("JotFormIFrame"); } if (!iframe) return; switch (args[0]) { case "scrollIntoView": iframe.scrollIntoView(); break; case "setHeight": iframe.style.height = args[1] + "px"; break; case "collapseErrorPage": if (iframe.clientHeight > window.innerHeight) { iframe.style.height = window.innerHeight + "px"; } break; case "reloadPage": window.location.reload(); break; } var isJotForm = (e.origin.indexOf("jotform") > -1) ? true : false; if(isJotForm && "contentWindow" in iframe && "postMessage" in iframe.contentWindow) { var urls = {"docurl":encodeURIComponent(document.URL),"referrer":encodeURIComponent(document.referrer)}; iframe.contentWindow.postMessage(JSON.stringify({"type":"urls","value":urls}), "*"); } }; if (window.addEventListener) { window.addEventListener("message", handleIFrameMessage, false); } else if (window.attachEvent) { window.attachEvent("onmessage", handleIFrameMessage); }