store.bigassfans.com Open in urlscan Pro
151.101.193.124  Public Scan

Submitted URL: http://store.bigassfans.com/en_ca/haiku-wired-wall-control-1
Effective URL: https://store.bigassfans.com/en_ca/haiku-wired-wall-control-1
Submission: On January 26 via manual from US — Scanned from DE

Form analysis 3 forms found in the DOM

GET https://store.bigassfans.com/en_ca/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://store.bigassfans.com/en_ca/catalogsearch/result/" method="get">
  <div class="field search">
    <label class="label" for="search" data-role="minisearch-label">
      <span>Search</span>
    </label>
    <div class="control">
      <input id="search" type="text" name="q" value="" placeholder="Search entire store here..." class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off" aria-expanded="false">
      <div id="search_autocomplete" class="search-autocomplete"></div>
    </div>
  </div>
  <div class="actions">
    <button type="submit" title="Search" class="action search" aria-label="Search" disabled="">
      <span>Search</span>
    </button>
  </div>
</form>

POST https://store.bigassfans.com/en_ca/checkout/cart/add/uenc/aHR0cHM6Ly9zdG9yZS5iaWdhc3NmYW5zLmNvbS9lbl9jYS9oYWlrdS13aXJlZC13YWxsLWNvbnRyb2wtMQ%2C%2C/product/91/

<form data-product-sku="TM2825" action="https://store.bigassfans.com/en_ca/checkout/cart/add/uenc/aHR0cHM6Ly9zdG9yZS5iaWdhc3NmYW5zLmNvbS9lbl9jYS9oYWlrdS13aXJlZC13YWxsLWNvbnRyb2wtMQ%2C%2C/product/91/" method="post" id="product_addtocart_form"
  novalidate="novalidate">
  <input type="hidden" name="product" value="91">
  <input type="hidden" name="selected_configurable_option" value="">
  <input type="hidden" name="related_product" id="related-products-field" value="">
  <input type="hidden" name="item" value="91">
  <input name="form_key" type="hidden" value="OMm6IIeftF9YOdsr">
  <div class="product-options-bottom">
    <div class="product-page-lead-time">
      <span class="product-page-lead-time-content">
      </span>
    </div><br>
    <div class="box-tocart">
      <div class="fieldset">
        <div class="field qty">
          <label class="label" for="qty"><span>Qty</span></label>
          <div class="control">
            <input type="number" name="qty" id="qty" min="0" value="1" title="Qty" class="input-text qty" data-validate="{&quot;required-number&quot;:true,&quot;validate-item-quantity&quot;:{&quot;minAllowed&quot;:1,&quot;maxAllowed&quot;:10000}}">
          </div>
        </div>
        <div class="actions">
          <button type="submit" title="Add to Cart" class="action primary tocart" id="product-addtocart-button">
            <span>Add to Cart</span>
          </button>
          <div id="instant-purchase" data-bind="scope:'instant-purchase'">
            <!-- ko template: getTemplate() -->
            <!-- ko if: showButton() --><!-- /ko -->
            <!-- /ko -->
          </div>
          <div class="smart-buttons">
            <div id="smart-buttons-XVT14VU"></div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <style>
    div.product-options-bottom {
      position: relative;
    }

    div.product-page-lead-time {
      font-weight: 600;
      position: absolute;
      right: 47%;
      left: 13%;
      top: 5.95rem;
    }

    @media only screen and (max-width: 896px) {
      div.product-page-lead-time {
        right: 5%;
      }
    }

    @media only screen and (max-width: 767px) {
      div.product-page-lead-time {
        top: 6rem;
        right: 62%;
      }
    }

    @media only screen and (max-width: 475px) {
      div.product-page-lead-time {
        right: 32%;
      }
    }

    span.product-page-lead-time-content {
      width: 27rem;
      display: inline-block;
    }
  </style>
  <div class="ambanners ambanner-7" data-position="7" data-role="amasty-banner-container"></div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- ko template: getTemplate() -->
    <div data-bind="{
    attr: {
        'id': getReCaptchaId() + '-wrapper'
    },
    'afterRender': renderReCaptcha()
}" id="recaptcha-popup-login-wrapper">
      <div class="g-recaptcha"></div>
      <!-- ko if: (!getIsInvisibleRecaptcha()) -->
      <div class="field">
        <div class="control">
          <input type="checkbox" value="" class="required-captcha checkbox" name="recaptcha-validate-" data-validate="{required:true}" tabindex="-1">
        </div>
      </div>
      <!-- /ko -->
    </div>
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://store.bigassfans.com/en_ca/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Text Content

The store will not work correctly in the case when cookies are disabled.

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

Click here or check out the Overstock category to save over 40% on Haiku fans -
Only while quantities last, shop now!
 * 
 * 
 * Sign In
 * Create an Account
 * Contact Us

Skip to Content
Language
English CA
 * French CA

Toggle Nav
My Cart
My Cart
Close You have no items in your shopping cart.

Search
Search

Search
Menu
 * For Business
   * Ceiling Fans
   * Directional Fans
   * Evaporative Coolers
 * For Home
   * Haiku
   * Haiku L
   * i6
   * es6
 * Fan Accessories
   * Haiku
   * Haiku L
   * i6
   * es6
   * Evaporative Coolers
 * Big Ass Fans Gear
 * Overstock

Account
 * 
 * 
 * Sign In
 * Create an Account
 * Contact Us

Settings
Language
English CA
 * French CA

 * Home
 * Haiku L/C Wired Wall Control


HAIKU L/C WIRED WALL CONTROL

$123.00
SKU#:
TM2825



Qty

Add to Cart




 



Skip to the end of the images gallery

Skip to the beginning of the images gallery
Overview
NOTE: The Haiku Wired Wall Control works with V03-class Haiku L ceiling fans
only. To ensure compatibility, please call 1-877-244-3267 for assistance.

The Haiku L/C Wired Wall Control supplements the standard handheld remote,
providing simple control of up to two Haiku L/C fans and lights with the push of
a button. Installs easily in existing junction box (neutral wire required).
Manually controls fan on/off, fan speed, light on/off and light brightness.
Indoor use only.

PRODUCT DESCRIPTION

Installation’s a Breeze
The Haiku L/C Wired Wall Control easily installs in an existing wall junction
box using standard AC wiring (neutral wire required).

It Takes Two
A single wall control on a dedicated circuit can simultaneously control up to
two Haiku L/C fans.

Easy to Use
The Wired Wall Control’s intuitive interface and adaptive buttons make it a
cinch to use.

Additional Convenience
With the Haiku L/C Wired Wall Control, it’s easy to turn on/off and adjust your
Haiku L/C fan and LED light when entering and exiting the room without
retrieving the remote.

TECH SPECS

More Information SKU TM2825 Lead Time Ships within 10 business days Install
Location Indoor Controller NA Warranty 1 year warranty Need setup help?
Technical Support




See why customers love Big Ass!

 * COMPANY
   
   +
   * About Us
   * Careers

 * PRODUCTS
   
   +
   * Industrial Ceiling Fans
   * Commercial Ceiling Fans
   * Directional Ceiling Fans
   * Residential Ceiling Fans
   * Evaporative Coolers

 * INDUSTRIES
   
   +
   * Industrial
   * Public Business
   * Fitness
   * Motor Vehicles
   * Education
   * Agriculture
   * Aviation
   * Government

 * SERVICES
   
   +
   * Clean Air System
   * Preventive Maintenance
   * Financing

 * CONTACT
   
   +
   * 844-924-4277
   * Contact Us
   * CA/EN
   * 
     

 * SUPPORT
   
   +
   * Order Status
   * Product Support
   * Product Warranties
   * Product Certifications
   * Shipping & Returns

 * RESOURCES
   
   +
   * FAQ
   * Video Library
   * Compare Small Ceiling Fans
   * Case Studies
   * Articles
   * Heat Destratification
   * Summer Cooling

 * ARCHITECTS & ENGINEERS
   
   +
   * Technical Downloads
   * Building Credits
   * Continuing Education

Copyright 2021 Delta T, LLC. All rights reserved
See why customers love Big Ass!
 * Patents
 * Certifications
 * Terms of Service
 * Privacy Policy
 * Site Map

Copyright 2022 Delta T, LLC. All rights reserved
 
Offer applies to in-stock fans only, while quantities last. Promotion does not
apply to plan/spec tendered work. All promotions are valid on new, direct CA
orders only and cannot be combined with other offers or discounts. Discount
applies to MSRP and may vary by region. Other exclusions may apply.

Chat is online.
Chat is offline.


Close
Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create an Account
Checkout using your account

Email Address

Password


Sign In
Forgot Your Password?