www.vesternet.com Open in urlscan Pro
23.227.38.74  Public Scan

Submitted URL: http://vesternet.com/
Effective URL: https://www.vesternet.com/en-global
Submission Tags: tranco_l324
Submission: On May 11 via api from DE — Scanned from CA

Form analysis 8 forms found in the DOM

POST /en-global/localization

<form method="post" action="/en-global/localization" id="nav-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/en-global">
  <div class="localization__grid">
    <div class="localization__selector">
      <input type="hidden" name="country_code" value="CA">
      <country-selector><label class="label visually-hidden no-js-hidden" for="nav-localization-country-button">Country/Region</label>
        <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="nav-localization-country-button">
            <span class="text-start">Canada (CAD&nbsp;$)</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="nav-localization-country-opt-0">
            <li class="custom-select__option flex items-center js-option" id="nav-localization-country-opt-0" role="option" data-value="CA" aria-selected="true">
              <span class="pointer-events-none">Canada (CAD&nbsp;$)</span>
            </li>
          </ul>
        </div>
      </country-selector>
    </div>
  </div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('nav-localization').addEventListener('change', (evt) => {
      const input = evt.target.previousElementSibling;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail.selectedValue;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

GET /en-global/search

<form class="search relative search--speech" role="search" action="/en-global/search" method="get">
  <label class="label visually-hidden" for="header-search">Search</label>
  <script src="//www.vesternet.com/cdn/shop/t/206/assets/search-form.js?v=43677551656194261111713208651" defer="defer"></script>
  <search-form class="search__form block">
    <input type="hidden" name="type" value="product,page,article">
    <input type="hidden" name="options[prefix]" value="last">
    <input type="search" class="search__input w-full input js-search-input" id="header-search" name="q" placeholder="Search Guides" data-placeholder-one="Search Products" data-placeholder-two="Search Guides" data-placeholder-three="Search Blogs"
      data-placeholder-prompts-mob="true" data-typing-speed="100" data-deleting-speed="60" data-delay-after-deleting="500" data-delay-before-first-delete="2000" data-delay-after-word-typed="2400" role="combobox" autocomplete="off"
      aria-autocomplete="list" aria-controls="predictive-search-results" aria-owns="predictive-search-results" aria-haspopup="listbox" aria-expanded="false" spellcheck="false"><button
      class="search__submit text-current absolute focus-inset start"><span class="visually-hidden">Search</span><svg width="21" height="23" viewBox="0 0 21 23" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M14.398 14.483 19 19.514l-1.186 1.014-4.59-5.017a8.317 8.317 0 0 1-4.888 1.578C3.732 17.089 0 13.369 0 8.779S3.732.472 8.336.472c4.603 0 8.335 3.72 8.335 8.307a8.265 8.265 0 0 1-2.273 5.704ZM8.336 15.53c3.74 0 6.772-3.022 6.772-6.75 0-3.729-3.031-6.75-6.772-6.75S1.563 5.051 1.563 8.78c0 3.728 3.032 6.75 6.773 6.75Z">
        </path>
      </svg>
    </button>
    <button type="button" class="search__reset text-current vertical-center absolute focus-inset js-search-reset" hidden="">
      <span class="visually-hidden">Reset</span>
      <svg width="24" height="24" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd" stroke-linejoin="round" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path d="M5 19 19 5M5 5l14 14"></path>
      </svg>
    </button><speech-search-button class="search__speech focus-inset end" tabindex="0" title="Search by voice" style="--speech-icon-color: #ff8200">
      <svg width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path fill="currentColor"
          d="M17.3 11c0 3-2.54 5.1-5.3 5.1S6.7 14 6.7 11H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c3.28-.49 6-3.31 6-6.72m-8.2-6.1c0-.66.54-1.2 1.2-1.2.66 0 1.2.54 1.2 1.2l-.01 6.2c0 .66-.53 1.2-1.19 1.2-.66 0-1.2-.54-1.2-1.2M12 14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3 3 3 0 0 0-3 3v6a3 3 0 0 0 3 3Z">
        </path>
      </svg>
    </speech-search-button>
    <link href="//www.vesternet.com/cdn/shop/t/206/assets/speech-search.css?v=47207760375520952331713208651" rel="stylesheet" type="text/css" media="all">
    <script src="//www.vesternet.com/cdn/shop/t/206/assets/speech-search.js?v=106462966657620737681713208651" defer="defer"></script>
  </search-form>
  <div class="js-search-results" tabindex="-1" data-predictive-search=""></div>
  <span class="js-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>

POST /en-global/cart/add

<form method="post" action="/en-global/cart/add" id="quick-add-6637904560243" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input
    type="hidden" name="utf8" value="✓"><input type="hidden" name="id" value="39455977046131"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/en-global/collections/brands-vesternet/products/vesternet-z-wave-remote-control-12-button" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="6637904560243"><input type="hidden"
    name="section-id" value="template--15869040197747__featured_collection_wGqHcn">
</form>

POST /en-global/cart/add

<form method="post" action="/en-global/cart/add" id="quick-add-6637904724083" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input
    type="hidden" name="utf8" value="✓"><input type="hidden" name="id" value="39455977242739"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/en-global/collections/brands-vesternet/products/vesternet-zigbee-remote-control-12-button" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="6637904724083"><input type="hidden"
    name="section-id" value="template--15869040197747__featured_collection_wGqHcn">
</form>

POST /en-global/cart

<form class="form" id="cart-drawer-form" action="/en-global/cart" method="post">
  <cart-items id="cart-items" data-section="cart-drawer" data-empty="true">
    <div class="cart-empty flex flex-col justify-center items-center h-full js-cart-empty"><svg width="24" height="24" viewBox="0 0 24 24" class="icon icon--cart" aria-hidden="true" focusable="false" role="presentation">
        <path fill="currentColor"
          d="M17 18a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1.11.89-2 2-2M1 2h3.27l.94 2H20a1 1 0 0 1 1 1c0 .17-.05.34-.12.5l-3.58 6.47c-.34.61-1 1.03-1.75 1.03H8.1l-.9 1.63-.03.12a.25.25 0 0 0 .25.25H19v2H7a2 2 0 0 1-2-2c0-.35.09-.68.24-.96l1.36-2.45L3 4H1V2m6 16a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1.11.89-2 2-2m9-7 2.78-5H6.14l2.36 5H16Z">
        </path>
      </svg>
      <p>Your cart is empty</p><a class="btn btn--primary" href="/en-global/collections/brands-vesternet">Start shopping</a>
    </div>
    <p class="visually-hidden" id="cart-live-region-text" role="status" aria-live="polite"> Subtotal:$0.00 CAD </p>
    <p class="visually-hidden" id="cart-line-item-status" role="status" aria-live="polite" aria-hidden="true">Loading...</p>
    <div class="alert mt-6 bg-error-bg text-error-text" id="cart-errors" role="alert" hidden=""></div>
  </cart-items>
</form>

POST /en-global/cart/add

<form method="post" action="/en-global/cart/add" id="related-product6637904724083" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input
    type="hidden" name="utf8" value="✓"><input type="hidden" name="id" value="39455977242739"><button class="btn btn--secondary btn--sm" name="add" aria-haspopup="dialog" data-add-to-cart-text="Add to cart">Add to cart</button><input type="hidden"
    name="product-id" value="6637904724083"><input type="hidden" name="section-id" value="sections--15869035348083__cart-drawer"></form>

POST /en-global/cart/add

<form method="post" action="/en-global/cart/add" id="related-product6637904560243" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input
    type="hidden" name="utf8" value="✓"><input type="hidden" name="id" value="39455977046131"><button class="btn btn--secondary btn--sm" name="add" aria-haspopup="dialog" data-add-to-cart-text="Add to cart">Add to cart</button><input type="hidden"
    name="product-id" value="6637904560243"><input type="hidden" name="section-id" value="sections--15869035348083__cart-drawer"></form>

POST /en-global/localization

<form method="post" action="/en-global/localization" id="footer-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/en-global">
  <div class="localization__grid">
    <div class="localization__selector">
      <input type="hidden" name="country_code" value="CA">
      <country-selector><label class="label visually-hidden no-js-hidden" for="footer-localization-country-button">Country/Region</label>
        <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="footer-localization-country-button">
            <span class="text-start">Canada (CAD&nbsp;$)</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="footer-localization-country-opt-0">
            <li class="custom-select__option flex items-center js-option" id="footer-localization-country-opt-0" role="option" data-value="CA" aria-selected="true">
              <span class="pointer-events-none">Canada (CAD&nbsp;$)</span>
            </li>
          </ul>
        </div>
      </country-selector>
    </div>
  </div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('footer-localization').addEventListener('change', (evt) => {
      const input = evt.target.previousElementSibling;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail.selectedValue;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

Text Content

Skip to content
Shipping Worldwide - Express or Economy (ex VAT prices). Zigbee & Z-Wave (EU
868.42)
Country/Region
Canada (CAD $)
 * Canada (CAD $)

Search Search Reset


Log in Cart

Menu
 * Shop
    * Back
    * Shop
    * 
      Hubs
       * Gateway
       * USB
       * Go to Hubs
   
    * 
      Sensors
       * Motion
       * Door
       * Temperature
       * Water
       * Energy
       * Smoke
       * Air
       * Go to Sensors
   
    * 
      Modules
       * Switches
       * Dimmers
       * Motor
       * Go to Modules
   
    * 
      Remotes
       * Wall
       * Handheld
       * Go to Remotes
   
    * 
      Plugs
       * Switches
       * Range
       * Go to Plugs
   
    * 
      Heating
       * TRV's
       * Thermostats
       * Go to Heating
   
    * 
      Controllers
       * Switches
       * Dimmers
       * Motor
       * Go to Controllers
   
    * 
      Accessories

 * Brands
    * Back
    * Brands
    * Vesternet
    * Aeotec
    * Aqara
    * Fibaro
    * Frient
    * Heltun
    * Hubitat
    * MCO
    * Philio
    * Zooz
    * Z-Wave.me
    * Z-Wave
    * Zigbee
    * Thread

 * Techs
    * Back
    * Techs
    * Z-Wave
    * Zigbee
    * Thread

 * Deals
    * Back
    * Deals
    * Offers
    * Clearance

 * About
 * Advice
 * Blog
 * Support

Previous Next

 * Smart Home Experts
   
   Ask us anything

 * 100,000+ Customers
   
   15 years, 5000+ Reviews

 * Only Wireless Tech
   
   Z-Wave, Zigbee, Thread

 * Personalised Solutions
   
   Contact us for custom quote

Excellent

4.5 Based on 5,205 reviews



BEST IN CLASS Z-WAVE & ZIGBEE DEVICES...

View all
 * Inc £100+ Bonuses
   
   Vesternet
   
   Vesternet Z-Wave Dimmer
   
   
   (31 Reviews)
   From $67.00
   Unit price /
   Unavailable
   1 Pack 3 Pack (10% Off) 5 Pack (15% Off) 10 Pack (20% Off)
   In stock
   Choose options Choose options View details
 * Inc £100+ Bonuses
   
   Vesternet
   
   Vesternet Z-Wave Switch
   
   
   (31 Reviews)
   From $65.00
   Unit price /
   Unavailable
   1 Pack 3 Pack (10% Off) 5 Pack (15% Off) 10 Pack (20% Off)
   In stock
   Choose options Choose options View details
 * Inc £100+ Bonuses
   
   Vesternet
   
   Vesternet Z-Wave 2 Channel Switch
   
   
   (31 Reviews)
   From $67.00
   Unit price /
   Unavailable
   1 Pack 3 Pack (10% Off) 5 Pack (15% Off) 10 Pack (20% Off)
   In stock
   Choose options Choose options View details
 * Inc £100+ Bonuses
   
   Vesternet
   
   Vesternet Z-Wave High Load Switch
   
   
   (31 Reviews)
   From $67.00
   Unit price /
   Unavailable
   1 Pack 3 Pack (10% Off) 5 Pack (15% Off) 10 Pack (20% Off)
   In stock
   Choose options Choose options View details
 * Inc £100+ Bonuses
   
   Vesternet
   
   Vesternet Z-Wave Motor Controller
   
   
   (31 Reviews)
   From $67.00
   Unit price /
   Unavailable
   1 Pack 3 Pack (10% Off) 5 Pack (15% Off) 10 Pack (20% Off)
   In stock
   Choose options Choose options View details
 * Inc £100+ Bonuses
   
   Vesternet
   
   Vesternet Z-Wave Wall Controller - 2 Button
   
   
   (11 Reviews)
   From $56.00
   Unit price /
   Unavailable
   1 Pack 3 Pack (10% Off) 5 Pack (15% Off) 10 Pack (20% Off)
   In stock
   Choose options Choose options View details
 * Inc £100+ Bonuses
   
   Vesternet
   
   Vesternet Z-Wave Wall Controller - 4 Button
   
   
   (12 Reviews)
   From $59.00
   Unit price /
   Unavailable
   1 Pack 3 Pack (10% Off) 5 Pack (15% Off) 10 Pack (20% Off)
   In stock
   Choose options Choose options View details
 * Inc £100+ Bonuses
   
   Vesternet
   
   Vesternet Z-Wave Wall Controller - 8 Button
   
   
   (11 Reviews)
   From $62.00
   Unit price /
   Unavailable
   1 Pack 3 Pack (10% Off) 5 Pack (15% Off) 10 Pack (20% Off)
   In stock
   Choose options Choose options View details
 * Inc £100+ Bonuses
   
   Vesternet
   
   Vesternet Z-Wave Remote Control - 12 Button
   
   
   (9 Reviews)
   $56.00
   Unit price /
   Unavailable
   In stock
   Add to cart Add to cart View details
 * Inc £100+ Bonuses
   
   Vesternet
   
   Vesternet Zigbee Motion Sensor
   
   
   (1 Review)
   From $37.00
   Unit price /
   Unavailable
   1 Pack 3 Pack (10% Off) 5 Pack (15% Off) 10 Pack (20% Off)
   In stock
   Choose options Choose options View details
 * Inc £100+ Bonuses
   
   Vesternet
   
   Vesternet Zigbee Door & Window Sensor
   
   
   (0 Reviews)
   From $37.00
   Unit price /
   Unavailable
   1 Pack 3 Pack (10% Off) 5 Pack (15% Off) 10 Pack (20% Off)
   In stock
   Choose options Choose options View details
 * Inc £100+ Bonuses
   
   Vesternet
   
   Vesternet Zigbee Temperature & Humidity Sensor
   
   
   (0 Reviews)
   From $37.00
   Unit price /
   Unavailable
   1 Pack 3 Pack (10% Off) 5 Pack (15% Off) 10 Pack (20% Off)
   In stock
   Choose options Choose options View details
 * Inc £100+ Bonuses
   
   Vesternet
   
   Vesternet Zigbee Dimmer
   
   
   (13 Reviews)
   From $62.00
   Unit price /
   Unavailable
   1 Pack 3 Pack (10% Off) 5 Pack (15% Off) 10 Pack (20% Off)
   In stock
   Choose options Choose options View details
 * Inc £100+ Bonuses
   
   Vesternet
   
   Vesternet Zigbee Switch
   
   
   (13 Reviews)
   From $56.00
   Unit price /
   Unavailable
   1 Pack 3 Pack (10% Off) 5 Pack (15% Off) 10 Pack (20% Off)
   In stock
   Choose options Choose options View details
 * Inc £100+ Bonuses
   
   Vesternet
   
   Vesternet Zigbee 2 Channel Switch
   
   
   (13 Reviews)
   From $62.00
   Unit price /
   Unavailable
   1 Pack 3 Pack (10% Off) 5 Pack (15% Off) 10 Pack (20% Off)
   In stock
   Choose options Choose options View details
 * Inc £100+ Bonuses
   
   Vesternet
   
   Vesternet Zigbee High Load Switch
   
   
   (13 Reviews)
   From $62.00
   Unit price /
   Unavailable
   1 Pack 3 Pack (10% Off) 5 Pack (15% Off) 10 Pack (20% Off)
   In stock
   Choose options Choose options View details
 * Inc £100+ Bonuses
   
   Vesternet
   
   Vesternet Zigbee Motor Controller
   
   
   (13 Reviews)
   From $62.00
   Unit price /
   Unavailable
   1 Pack 3 Pack (10% Off) 5 Pack (15% Off) 10 Pack (20% Off)
   In stock
   Choose options Choose options View details
 * Inc £100+ Bonuses
   
   Vesternet
   
   Vesternet Zigbee Wall Controller - 2 Button
   
   
   (8 Reviews)
   From $47.00
   Unit price /
   Unavailable
   1 Pack 3 Pack (10% Off) 5 Pack (15% Off) 10 Pack (20% Off)
   In stock
   Choose options Choose options View details
 * Inc £100+ Bonuses
   
   Vesternet
   
   Vesternet Zigbee Wall Controller - 4 Button
   
   
   (8 Reviews)
   From $50.00
   Unit price /
   Unavailable
   1 Pack 3 Pack (10% Off) 5 Pack (15% Off) 10 Pack (20% Off)
   In stock
   Choose options Choose options View details
 * Inc £100+ Bonuses
   
   Vesternet
   
   Vesternet Zigbee Wall Controller - 8 Button
   
   
   (8 Reviews)
   From $53.00
   Unit price /
   Unavailable
   1 Pack 3 Pack (10% Off) 5 Pack (15% Off) 10 Pack (20% Off)
   In stock
   Choose options Choose options View details
 * Inc £100+ Bonuses
   
   Vesternet
   
   Vesternet Zigbee Remote Control - 12 Button
   
   
   (1 Review)
   $41.00
   Unit price /
   Unavailable
   Very low stock
   Add to cart Add to cart View details

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

 * Hubs

 * Sensors

 * Modules

 * Remotes

 * Plugs

 * Heating

 * Controllers

 * Accessories


1000'S OF HAPPY CUSTOMERS...


Excellent

4.53 average
5,205 reviews

Anonymous

Verified Customer
Easy Way to shop and site is detailed
Omagh, United Kingdom, 1 day ago
Roman

Verified Customer
Great range of products and very good descriptions! Thank you!!!
Aylesbury, United Kingdom, 2 days ago
Anonymous

Verified Customer
I use Vesternet for all my smart home purchases; prompt delivery and always have
stock.
2 days ago
David

Verified Customer
Friendly helpful service.
1 week ago
Scott

Verified Customer
Brilliant service and customer service is super helpful.
1 week ago
Raj

Verified Customer
Great service and website.
Milton Keynes, United Kingdom, 1 week ago
Jon

Verified Customer
I've used vesternet on multiple occassions. They might not be the cheapest but
it's generally because what they sell is decent stuff manufactured to a higher
standard than most (Looking at you Amazon). Their cutomer support and knowledge
is great if you come unstuck too. For home automation, they are my go to
company.
Leyland, United Kingdom, 1 week ago
Marc

Verified Customer
Vesternet is my go to online shop for home automation products and information.
1 week ago
Anonymous

Verified Customer
Great value product
2 weeks ago
Steve

Verified Customer
Bought the Vesternet hub previously and now buying additional devices - smart
switch, temp/humidity sensors and all-in-one PIR/motion/lux sensor. Very easy to
use and create automated scenes, such as lights going on at sunset and off at
scheduled times etc
Ripon, United Kingdom, 2 weeks ago
Anonymous

Verified Customer
Vesternet Zigbee 2 Channel Switch 1 Pack
This works as advertised - it switches 2 channels on and off and shows power
info. Pairing was a little fiddly but fine once setup. The big problem I have is
with the smartthings edge drivers - this module appears as a single device with
two switches in smartthings, rather than two separate devices - one for each
switch (like a Fibaro double switch). This makes it inconvenient to use in
smartthings (click on a device tile then turn on a switch, rather than click the
tile directly) but worse, unusable with Alexa, which can't "see" the switches
inside the device. You can work round this by creating two virtual switches and
syncing them with the module, but it's clunky and annoying.
2 weeks ago
Federico

Verified Customer
will provide further details once item is received
3 weeks ago
Anonymous

Verified Customer
Good range of products and in stock. Honest reviews, ordering process is simple
and fast!
3 weeks ago
Aaron Thompson

Verified Customer
Z-Wave Plus Aeotec Z-Stick 7
Ordered for new Home Assistant setup. Works great, much better than the Nice
control system that was built in. It updated with no problems within home
assistant with no download faf. Would definitely recommend!!!
3 weeks ago
Peter

Verified Customer
Great site. Amazing price on Lowed…saved me almost £50 compared to Amazon!! Easy
to pay and got some freebie stuff too. Amazing !!!
Hinckley, United Kingdom, 3 weeks ago
Anonymous

Verified Customer
Good ordering experience with excellent categorization helping you find what
you’re looking for quickly
3 weeks ago
Jane

Verified Customer
Very easy to search for products l, reasonably priced
Aberdeen, United Kingdom, 3 weeks ago
Chris

Verified Customer
Great company- competitive prices backed up with excellent customer and
technical service.
4 weeks ago
Nicholas Guy

Verified Customer
Hubitat Elevation Model C-8 Hub - Pro (UK version)
Review Hubitat C8 Pro Having previously owned a C7 hub from Hubitat in the past
and never had any issues with the Zigbee and Zwave radios in terms of
reliability, I decided to move my existing smart home system (not Hubitat) to
the newer Hubitat C8 Pro, mainly for the updated Zigbee and ZWave radios with
antennas. My house is brick built in the 1940’s and some of the walls had a
metal mesh applied prior to the original plaster being applied. As you can
imagine this has restricted wi-fi signals around the house and up until now,
needed a lot of router devices to bridge all the rooms for Zigbee and Zwave
devices. Even with a lot of devices the downstairs toilet and bathroom had
issues with Aqara devices dropping off. Since setting up the Hubitat C8 pro, I
have not been disappointed the two radios are simply excellent. A solid mesh has
been setup and those Aqara devices in the bathroom and toilet are rock solid.
The radios can even connect directly to devices on the other side of the house
previously impossible. Given I setup my original C7 some years back I cannot say
what the latest setup experience for new users is like now. However from
screenshots I’ve seen some apps and examples are setup. Online videos and guides
do give more context and advice, but like any good system allow time to read and
digest. I’ve been into smart homes since 2015 and used quite a few systems now,
they all have there own strengths and weaknesses. For me system reliability and
quality of the Zwave and Zigbee radios was the most important factor. Let’s be
honest no one wants to be sitting in darkness with automations failing because
some update just broke the system. I’ve never had to worry with Hubitat with the
C7 and now C8, I am sure like any hardware there must be faults / failures but
I’ve not seen them so far several years in. Unlike (Home Assistant and
Smartthings I’ve had serious downtime, that was no fault of mine.) Listed below
with scores are my thoughts on the C8’s Pros and Cons Pros 5/5 Zwave and Zigbee
Radios are excellent in my opinion, better than all prior systems and there has
been many. 4/5 Built in apps to setup automations well thought out, from simple
quick automations, lighting and room automations to complex rules. There is even
a mini app to quickly set actions to button controllers, like Philips Hue
dimmers. 4/5 Built in Safety and Home monitoring app. Think of it as an alarm
system, that can also monitor for Water leaks and other issues depending on
which sensors you own. 5/5 Inbuilt ability to text users mobiles based on system
events. Not every system has this or has this free of charge. 4/5 C8 Pro has
faster processor and more memory than prior models. Processing speed improvement
is noticeably quicker. 4/5 Apps provided to connect to Apple HomeKit, Google and
Alexa provided. Currently free of charge (no monthly fees) Cons 2/5 Dashboards
and Templates used to change device setting outside of automations is now
looking dated in comparison to other platforms. *However see notes below. 3/5
Built in driver support could be better with some popular brands omitted. Some
that are there by brand don’t automatically add a driver. However missing
drivers can often be added by third party drivers or by using generic built in
drivers that will add the basic functionality but may omit some device
functionality. I would check the online compatibility list before purchase. 3/5
The Philips Hue and Sonos built in app integrations could do with a 2024 update.
For example you can link across your Philips Hue Lights and Groups but not
plugs, motion sensors, dimmers or scenes. There are third party apps that can
added to achieve this but would be nice to update standard apps. 3/5 Migration
from C7 to C8 pro via online restore went through ok but Zigbee devices did not
connect for me and remained offline. I needed to rejoin my Zigbee devices, which
fixed the issue. Zwave went through perfect. Even though the built in Dashboard
is not ideal, there is nothing stopping users using Alexa, Google, Apple smart
home applications which in some cases may be more family friendly. There is also
options to use other applications such as Sharptools web app or bridge devices
to Home Assistant and setup your own custom dashboards.
4 weeks ago
Raghavendran

Verified Customer
Vesternet made diving into smart home automation a breeze. Their website was
clear and easy to navigate, even with all the technical stuff, and they had tons
of info about each device to help me pick the right one. Plus, checkout was a
snap, with no hidden fees and shipping options to fit my needs. They even seem
to have great customer service, which is reassuring for a smart home newbie like
me! Overall, I had a really positive experience with Vesternet.
Huddersfield, United Kingdom, 1 month ago


YOUR CART

Close

Your cart is empty

Start shopping

Subtotal:$0.00 CAD

Loading...




TRY VESTERNET DEVICES: MORE FEATURES FOR LESS PRICE...

Previous Next

 * Vesternet Z-Wave Dimmer
   
   From $67.00
   Unit price /
   Unavailable
   Choose options

 * Vesternet Z-Wave Switch
   
   From $65.00
   Unit price /
   Unavailable
   Choose options

 * Vesternet Zigbee Dimmer
   
   From $62.00
   Unit price /
   Unavailable
   Choose options

 * Vesternet Zigbee Switch
   
   From $56.00
   Unit price /
   Unavailable
   Choose options

 * Vesternet Zigbee Wall Controller - 8 Button
   
   From $53.00
   Unit price /
   Unavailable
   Choose options

 * Vesternet Z-Wave Wall Controller - 8 Button
   
   From $62.00
   Unit price /
   Unavailable
   Choose options

 * Vesternet Zigbee Remote Control - 12 Button
   
   $41.00
   Unit price /
   Unavailable
   
   Add to cart

 * Vesternet Z-Wave Remote Control - 12 Button
   
   $56.00
   Unit price /
   Unavailable
   
   Add to cart





Previous Next

 * Smart Home Experts
   
   Ask us anything - we're happy to help

 * Loved By Many
   
   15 years, 100,000+ Clients, 5000+ Reviews

 * Only Wireless Tech
   
   Specialists in Z-Wave, Zigbee & Thread

 * Personalised Solutions
   
   Contact our sales team for your custom solution

Back to top


FOLLOW

 * Facebook
 * YouTube
 * Instagram
 * Pinterest
 * Twitter


HELP

 * About
 * Support
 * Contact
 * Returns
 * Guides
 * Affiliate
 * Blog


COLLECTIONS

 * Z-Wave
 * Zigbee
 * Controllers
 * Z-Wave Remotes
 * Z-Wave Modules
 * Z-Wave Sensors
 * Z-Wave Plugs
 * Z-Wave Switches
 * Z-Wave Heating
 * Zigbee Remotes
 * Zigbee Modules
 * Zigbee Sensors
 * Zigbee Plugs
 * Zigbee Heating
 * Clearance


BRANDS

 * Vesternet
 * Aeotec
 * Aqara
 * Fibaro
 * Frient
 * Heltun
 * Hubitat
 * MCO
 * Philio
 * Zooz
 * Z-Wave.me

Payment methods accepted
 * American Express
 * Apple Pay
 * Diners Club
 * Discover
 * Google Pay
 * Maestro
 * Mastercard
 * Shop Pay
 * Union Pay
 * Visa

Country/Region
Canada (CAD $)
 * Canada (CAD $)

--------------------------------------------------------------------------------

© 2024 Vesternet. Powered by Shopify
 * Terms
 * Privacy
 * Returns
 * Contact

Back


CHOOSE OPTIONS

Close
Close


Item added to your cart.

View cart






×

Anonymous

Verified Customer


Easy Way to shop and site is detailed
Was this review helpful?
Yes
No

Omagh, United Kingdom, 1 day ago

Roman

Verified Customer


Great range of products and very good descriptions! Thank you!!!
Was this review helpful?
Yes
No

Aylesbury, United Kingdom, 2 days ago

Anonymous

Verified Customer


I use Vesternet for all my smart home purchases; prompt delivery and always have
stock.
Was this review helpful?
Yes
No

2 days ago

David

Verified Customer


Friendly helpful service.
Was this review helpful?
Yes
No

1 week ago

Scott

Verified Customer


Brilliant service and customer service is super helpful.
Was this review helpful?
Yes
No

1 week ago

Raj

Verified Customer


Great service and website.
Was this review helpful?
Yes
No

Milton Keynes, United Kingdom, 1 week ago

Jon

Verified Customer


I've used vesternet on multiple occassions. They might not be the cheapest but
it's generally because what they sell is decent stuff manufactured to a higher
standard than most (Looking at you Amazon). Their cutomer support and knowledge
is great if you come unstuck too. For home automation, they are my go to
company.
Was this review helpful?
Yes
No

Leyland, United Kingdom, 1 week ago

Marc

Verified Customer


Vesternet is my go to online shop for home automation products and information.
Was this review helpful?
Yes
No

1 week ago

Anonymous

Verified Customer


Great value product
Was this review helpful?
Yes
No

2 weeks ago

Steve

Verified Customer


Bought the Vesternet hub previously and now buying additional devices - smart
switch, temp/humidity sensors and all-in-one PIR/motion/lux sensor. Very easy to
use and create automated scenes, such as lights going on at sunset and off at
scheduled times etc
Was this review helpful?
Yes
No

Ripon, United Kingdom, 2 weeks ago

Anonymous

Verified Customer

Vesternet Zigbee 2 Channel Switch 1 Pack
This works as advertised - it switches 2 channels on and off and shows power
info. Pairing was a little fiddly but fine once setup. The big problem I have is
with the smartthings edge drivers - this module appears as a single device with
two switches in smartthings, rather than two separate devices - one for each
switch (like a Fibaro double switch). This makes it inconvenient to use in
smartthings (click on a device tile then turn on a switch, rather than click the
tile directly) but worse, unusable with Alexa, which can't "see" the switches
inside the device. You can work round this by creating two virtual switches and
syncing them with the module, but it's clunky and annoying.
Was this review helpful?
Yes
No

2 weeks ago

Federico

Verified Customer


will provide further details once item is received
Was this review helpful?
Yes
No

3 weeks ago

Anonymous

Verified Customer


Good range of products and in stock. Honest reviews, ordering process is simple
and fast!
Was this review helpful?
Yes
No

3 weeks ago

Aaron Thompson

Verified Customer

Z-Wave Plus Aeotec Z-Stick 7
Ordered for new Home Assistant setup. Works great, much better than the Nice
control system that was built in. It updated with no problems within home
assistant with no download faf. Would definitely recommend!!!
Was this review helpful?
Yes
No

3 weeks ago

Peter

Verified Customer


Great site. Amazing price on Lowed…saved me almost £50 compared to Amazon!! Easy
to pay and got some freebie stuff too. Amazing !!!
Was this review helpful?
Yes
No

Hinckley, United Kingdom, 3 weeks ago

Anonymous

Verified Customer


Good ordering experience with excellent categorization helping you find what
you’re looking for quickly
Was this review helpful?
Yes
No

3 weeks ago

Jane

Verified Customer


Very easy to search for products l, reasonably priced
Was this review helpful?
Yes
No

Aberdeen, United Kingdom, 3 weeks ago

Chris

Verified Customer


Great company- competitive prices backed up with excellent customer and
technical service.
Was this review helpful?
Yes
No

4 weeks ago

Nicholas Guy

Verified Customer

Hubitat Elevation Model C-8 Hub - Pro (UK version)
Review Hubitat C8 Pro Having previously owned a C7 hub from Hubitat in the past
and never had any issues with the Zigbee and Zwave radios in terms of
reliability, I decided to move my existing smart home system (not Hubitat) to
the newer Hubitat C8 Pro, mainly for the updated Zigbee and ZWave radios with
antennas. My house is brick built in the 1940’s and some of the walls had a
metal mesh applied prior to the original plaster being applied. As you can
imagine this has restricted wi-fi signals around the house and up until now,
needed a lot of router devices to bridge all the rooms for Zigbee and Zwave
devices. Even with a lot of devices the downstairs toilet and bathroom had
issues with Aqara devices dropping off. Since setting up the Hubitat C8 pro, I
have not been disappointed the two radios are simply excellent. A solid mesh has
been setup and those Aqara devices in the bathroom and toilet are rock solid.
The radios can even connect directly to devices on the other side of the house
previously impossible. Given I setup my original C7 some years back I cannot say
what the latest setup experience for new users is like now. However from
screenshots I’ve seen some apps and examples are setup. Online videos and guides
do give more context and advice, but like any good system allow time to read and
digest. I’ve been into smart homes since 2015 and used quite a few systems now,
they all have there own strengths and weaknesses. For me system reliability and
quality of the Zwave and Zigbee radios was the most important factor. Let’s be
honest no one wants to be sitting in darkness with automations failing because
some update just broke the system. I’ve never had to worry with Hubitat with the
C7 and now C8, I am sure like any hardware there must be faults / failures but
I’ve not seen them so far several years in. Unlike (Home Assistant and
Smartthings I’ve had serious downtime, that was no fault of mine.) Listed below
with scores are my thoughts on the C8’s Pros and Cons Pros 5/5 Zwave and Zigbee
Radios are excellent in my opinion, better than all prior systems and there has
been many. 4/5 Built in apps to setup automations well thought out, from simple
quick automations, lighting and room automations to complex rules. There is even
a mini app to quickly set actions to button controllers, like Philips Hue
dimmers. 4/5 Built in Safety and Home monitoring app. Think of it as an alarm
system, that can also monitor for Water leaks and other issues depending on
which sensors you own. 5/5 Inbuilt ability to text users mobiles based on system
events. Not every system has this or has this free of charge. 4/5 C8 Pro has
faster processor and more memory than prior models. Processing speed improvement
is noticeably quicker. 4/5 Apps provided to connect to Apple HomeKit, Google and
Alexa provided. Currently free of charge (no monthly fees) Cons 2/5 Dashboards
and Templates used to change device setting outside of automations is now
looking dated in comparison to other platforms. *However see notes below. 3/5
Built in driver support could be better with some popular brands omitted. Some
that are there by brand don’t automatically add a driver. However missing
drivers can often be added by third party drivers or by using generic built in
drivers that will add the basic functionality but may omit some device
functionality. I would check the online compatibility list before purchase. 3/5
The Philips Hue and Sonos built in app integrations could do with a 2024 update.
For example you can link across your Philips Hue Lights and Groups but not
plugs, motion sensors, dimmers or scenes. There are third party apps that can
added to achieve this but would be nice to update standard apps. 3/5 Migration
from C7 to C8 pro via online restore went through ok but Zigbee devices did not
connect for me and remained offline. I needed to rejoin my Zigbee devices, which
fixed the issue. Zwave went through perfect. Even though the built in Dashboard
is not ideal, there is nothing stopping users using Alexa, Google, Apple smart
home applications which in some cases may be more family friendly. There is also
options to use other applications such as Sharptools web app or bridge devices
to Home Assistant and setup your own custom dashboards.

1 person found this review helpful.

Was this review helpful?
Yes
No

4 weeks ago

Raghavendran

Verified Customer


Vesternet made diving into smart home automation a breeze. Their website was
clear and easy to navigate, even with all the technical stuff, and they had tons
of info about each device to help me pick the right one. Plus, checkout was a
snap, with no hidden fees and shipping options to fit my needs. They even seem
to have great customer service, which is reassuring for a smart home newbie like
me! Overall, I had a really positive experience with Vesternet.
Was this review helpful?
Yes
No

Huddersfield, United Kingdom, 1 month ago