GARNI 1025 Arcus 7-in-1 WiFi Weather Station

£199.00

The GARNI 1025 Arcus meteorological Wi-Fi station with an integrated 7-in-1 sensor is equipped with high-precision Swiss SENSIRION sensors with the ability to precisely calibrate readings.

The main unit has an easy-to-read inverse colour VA display that shows measured quantities, weather forecast, date, time and many other values.

Key features:
– Inverse V. A. colour display
– Comprehensive measurement of meteorological variables
– 6 animated weather forecast icons
– Data upload to Weather Underground
– Time and date are set from the Internet
– UV radiation measurement
– Sensor transmission range up to 150m without obstruction
– 7 channels 7 in 1 wireless sensor included

1​​​​ people have looked at this item today (2,508​​ in total since we listed the item on the 23rd February 2022

Best prices we can find right now

The GARNI 1025 Arcus meteorological Wi-Fi station with an integrated 7-in-1 sensor is equipped with high-precision Swiss SENSIRION sensors with the ability to precisely calibrate readings.

The main unit has an easy-to-read inverse colour VA display that shows measured quantities, weather forecast, date, time and many other values.

Key features:
– Inverse V. A. colour display
– Comprehensive measurement of meteorological variables
– 6 animated weather forecast icons
– Data upload to Weather Underground
– Time and date are set from the Internet
– UV radiation measurement
– Sensor transmission range up to 150m without obstruction
– 7 channels 7 in 1 wireless sensor included

Full specification:
– Colour display for detailed time and weather information
– WIFI connection
– Internet time synchronisation
– Receives weather data from the 7-in-1 sensor and the wireless thermo-hygro sensor via 868 MHz
– Publish your own data from your weather station on platforms like 'Weather Underground' and Weather Cloud
– Display time, date, weekday and moon phase
– Ice / Frost warning
– Interior temperature (°C / °F)
– Humidity with comfort display Outdoor temperature (°C / °F)
– Display of UV level
– Display of wind gust and average speed
– Wind direction (display based on 16 directions)
– Rainfall (hourly, daily, weekly, monthly, total rainfall)
– Weather forecast (sunny, partly cloudy, cloudy, rainy, stormy, snowy)
– Air pressure display
– Perceived outdoor temperature weather index for dew point, wind chill factor and heat index
– 24 hour Min/max value memory
– Alarm with LED display

Calibration
– 3 different display brightness levels: High / Low / Off
– 7 languages for the weekday
– Support a wireless 7-in-1 sensor with 150 m transmission range (included)
– Supports up to 7 additional wireless sensors

Last Updated on 30th August 2025 : Originally published on 23rd February 2022

Brand

General Features

, , , , , , , , , , ,

Weather Features

, , , , , , , , , , , , , , , , ,

Reviews

There are no reviews yet.

Be the first to review “GARNI 1025 Arcus 7-in-1 WiFi Weather Station”

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
£230.00 eBay
13th May 2025
Lowest Price
£199.00 Weatherspares.co.uk
31st August 2025
Current Price
£199.00 Weatherspares.co.uk
30th August 2025
Since 13th May 2025

  • All prices mentioned above are in British pound.
  • This product is available at Weatherspares, eBay.
  • At weatherspares.co.uk you can purchase GARNI 1025 Arcus 7-in-1 WiFi Weather Station for only £199.00 , which is 13% less than the cost in eBay (£230.00).
  • The lowest price of GARNI 1025 Arcus 7-in-1 Colour WiFi Weather Station was obtained on 30th August 2025 8:00 am.

Create Your Free Price Drop Alert!
Set Alert for GARNI 1025 Arcus 7-in-1 WiFi Weather Station - £199.00
£
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 = "2030175557"; 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 30th August 2025 : Originally published on 23rd February 2022