Ecowitt WH32 Outdoor Temperature & Humidity Sensor

Original price was: £12.86.Current price is: £9.64.

25% Off

Only 1 WH32 sensor can be used with the GW1000 or GW1100 device.

Note: Please ENABLE this temperature and humidity sensor on the Sensor ID screen of the WS View app before configuring with the GW1000 gateway.

Features

  • Measures temperature and humidity
  • Configure for use with the GW1000 WIFI gateway using the WS View App or GW1100 web interface
  • View readings directly on the WS View App
  • Supports up to 8 s
  • LCD display in Celsius and humidity
  • Upload data to the Ecowitt weather server to view history graphs and download the date from the website
  • Classed as a main sensor reports to online services including Weather Underground and MetOffice WoW

We normally deal direct with the main importer Weatherspares, which is why we pass you onto them to complete your purchase. However we are aware that sometimes Amazon and Others run special deals, so for your convenience, we also check every day to see what is available.  The latest information is below, so just click on the relevant price:

Ecowitt WH32 Outdoor Temperature & Humidity Sensor
Ecowitt WH32 Outdoor Temperature & Humidity Sensor
£12.86
£9.64
Aliexpress
Ecowitt WH32 Outdoor Temperature & Humidity Sensor
Ecowitt WH32 Outdoor Temperature & Humidity Sensor
£24.00
Weatherspares.co.uk
Ecowitt WH32 Outdoor Temperature & Humidity Sensor
Ecowitt WH32 Outdoor Temperature & Humidity Sensor
Amazon.co.uk

8​​​​ people have looked at this item today (3,282​​ in total since we listed the item on the 11th October 2021

We normally deal direct with the main importer WeatherSpares, which is why we pass you onto them to complete your purchase. However we are aware that sometimes Amazon and Others run special deals, so for your convenience, we also check every day to see what is available.  The latest information is below, so just click on the relevant price:

Ecowitt WH32 Outdoor Temperature & Humidity Sensor

Only 1 WH32 sensor can be used with the GW1000 or GW1100 device.

Note: Please ENABLE this temperature and humidity sensor on the Sensor ID screen of the WS View app before configuring with the GW1000 gateway.

Features

  • Measures temperature and humidity
  • Configure for use with the GW1000 WIFI gateway using the WS View App or GW1100 web interface
  • View readings directly on the WS View App
  • Supports up to 8 s
  • LCD display in Celsius and humidity
  • Upload data to the Ecowitt weather server to view history graphs and download the date from the website
  • Classed as a main sensor reports to online services including Weather Underground and MetOffice WoW

Technical

  • Temperature range: -10°C – 60°C (14°F – 140°F)
  • Temperature resolution: 0.1°C or 0.1°F
  • Temperature accuracy: ±1°C
  • Humidity range: 10% – 99%
  • Humidity resolution: 1%
  • Humidity accuracy: ± 5%
  • Transmission distance in open field: 100m (300 feet)
  • 868MHz transmitter
  • Sensor reporting interval: 64 seconds
  • Power: 2 x AA 1.5V LR6 Alkaline battery

Last Updated on 29th August 2025 : Originally published on 11th October 2021

Brand

General Features

, , , , , , ,

Weather Features

, , , ,

Reviews

There are no reviews yet.

Be the first to review “Ecowitt WH32 Outdoor Temperature & Humidity Sensor”

Your email address will not be published. Required fields are marked *

Price History and Alerts

document.addEventListener("DOMContentLoaded", function() { const ctx = document.getElementById('cegg-price-history-chart-0'); const { dates, prices, merchants, currency, locale } = priceHistoryData; const rootStyles = getComputedStyle(document.documentElement); const borderColor = rootStyles.getPropertyValue('--cegg-primary').trim(); const rgb = rootStyles.getPropertyValue('--cegg-primary-rgb').trim(); const backgroundColor = `rgba(${rgb}, 0.2)`; const computedStyles = getComputedStyle(ctx); const bodyColorRgb = computedStyles.getPropertyValue('--cegg-body-color-rgb').trim(); const color = `rgb(${bodyColorRgb})`; const gridColor = `rgba(${bodyColorRgb}, 0.1)`; const data = { labels: dates, datasets: [{ data: prices, stepped: 'before', borderColor: borderColor, backgroundColor: backgroundColor, fill: true, borderWidth: 1, radius: 1, tension: 0.1 }] }; const config = { type: 'line', data: data, options: { interaction: { intersect: false, mode: 'index' }, scales: { x: { type: 'category', ticks: { color: color, autoSkip: true, maxTicksLimit: 8 }, grid: { color: gridColor, } }, y: { title: { display: false, }, beginAtZero: false, ticks: { color: color, autoSkip: true, maxTicksLimit: 6, callback: function(value, index, values) { return new Intl.NumberFormat(locale, { style: 'currency', currency: currency }).format(value); } }, grid: { color: gridColor, }, } }, plugins: { legend: { display: false, labels: { color: color, } }, tooltip: { callbacks: { label: function(tooltipItem) { const price = tooltipItem.raw; const merchant = merchants[tooltipItem.dataIndex]; const formattedPrice = new Intl.NumberFormat(locale, { style: 'currency', currency: currency }).format(price); return `${merchant}: ${formattedPrice}`; } } }, } } }; const priceHistoryChart = new Chart(ctx, config); });
Highest Price
£10.01 Aliexpress
4th March 2025
Lowest Price
£7.62 Aliexpress
20th March 2025
Current Price
£9.64 Aliexpress
29th August 2025
Since 4th March 2025

  • All prices mentioned above are in British pound.
  • This product is available at AliExpress, Weatherspares, Amazon.co.uk.
  • At aliexpress.com you can purchase Ecowitt WH32 Outdoor Temperature & Humidity Sensor for only £9.64 , which is 60% less than the cost in Weatherspares (£24.00).
  • The lowest price of Ecowitt WH32 Outdoor Temperature & Humidity Sensor was obtained on 29th August 2025 2:00 pm.

Create Your Free Price Drop Alert!
Set Alert for Ecowitt WH32 Outdoor Temperature & Humidity Sensor - £9.64
£
Loading...
document.addEventListener('DOMContentLoaded', function() { var forms = document.querySelectorAll('.cegg-price-alert-form'); var ajaxurl = "https:\/\/crondallweather.co.uk\/WP\/wp-admin\/admin-ajax.php"; var nonce = "d0fe2270ff"; forms.forEach(function(form) { form.addEventListener('submit', function(event) { event.preventDefault(); var wrap = form; var formData = new FormData(form); formData.append('nonce', nonce); var data = new URLSearchParams(formData).toString(); wrap.querySelector('.cegg-price-loading-image').style.display = 'block'; wrap.querySelector('.cegg-price-alert-result-error').style.display = 'none'; form.querySelectorAll('input, button').forEach(function(el) { el.disabled = true; }); var url = ajaxurl + '?action=start_tracking'; fetch(url, { method: 'POST', headers: { 'Content-Type': 'application/x-www-form-urlencoded', }, body: data, }) .then(function(response) { return response.json(); }) .then(function(result) { if (result.status == 'success') { var successElem = wrap.querySelector('.cegg-price-alert-result-succcess'); successElem.style.display = 'block'; successElem.innerHTML = result.message; wrap.querySelector('.cegg-price-loading-image').style.display = 'none'; } else { form.querySelectorAll('input, button').forEach(function(el) { el.disabled = false; }); var errorElem = wrap.querySelector('.cegg-price-alert-result-error'); errorElem.style.display = 'block'; errorElem.innerHTML = result.message; wrap.querySelector('.cegg-price-loading-image').style.display = 'none'; } }) .catch(function(error) { form.querySelectorAll('input, button').forEach(function(el) { el.disabled = false; }); wrap.querySelector('.cegg-price-loading-image').style.display = 'none'; }); }); }); });

Last Updated on 29th August 2025 : Originally published on 11th October 2021