Ecowitt WN36 Floating Pool Temperature Sensor

Original price was: £59.01.Current price is: £29.51.

50% Off

The Ecowitt WN36 floating water thermometer with waterproof sensor provides accurate and instant temperature information.

Perfect for any pool or pond.

Factory sealed offering IP68 waterproof design and an anticipated battery life of 3 – 5 years.

Features

  • Measures water temperature
  • LCD display for current reading and channel number
  • IP68 sealed sensor
  • Configure for use with GW range of gateways or HP2551/HP3500/HP3501 weather station console
  • View readings directly on the WS View App
  • Supports up to 8 channels (channels shared with WN30/31 sensors)
  • Upload data to the Ecowitt weather server to view history graphs and download the date from the website

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 sometimes 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:

5​​​​ people have looked at this item today (2,229​​ in total since we listed the item on the 9th December 2022

Features

  • Measures water temperature
  • LCD display for current reading and channel number
  • IP68 sealed sensor
  • Configure for use withGW rage of gateways or HP2551/HP3500/HP3501 weather station console
  • View readings directly on the WS View App
  • Supports up to 8 channels (channels shared with WN30/31 sensors)
  • Upload data to the Ecowitt weather server to view history graphs and download the date from the website

Technical Specifications

  • Temperature range: 5°C to 60°C (41°F to 140°F)
  • Transmission distance in open field: 100m (300 feet)
  • IP68 waterproof rated
  • 868MHz UK and European frequency
  • Sensor reporting interval: 77 seconds
  • Factory sealed batteries: 2 x AA batteries estimated 3 years use, or 5 years if used for 6 months of the year

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 sometimes 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:

Amazon price updated: 29th August 2025 6:00 pm

Last Updated on 29th August 2025 : Originally published on 9th December 2022

Brand

General Features

, , , , ,

Weather Features

,

Reviews

There are no reviews yet.

Be the first to review “Ecowitt WN36 Floating Pool Temperature 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
£30.78 Aliexpress
4th March 2025
Lowest Price
£23.92 Aliexpress
26th June 2025
Current Price
£29.51 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 WN36 Floating Pool Temperature Sensor for only £29.51 , which is 18% less than the cost in Amazon.co.uk (£35.99).
  • The lowest price of Ecowitt WN36 Floating Pool Temperature Sensor was obtained on 29th August 2025 2:01 am.

Create Your Free Price Drop Alert!
Set Alert for Ecowitt WN36 Floating Pool Temperature Sensor - £29.51
£
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 9th December 2022