Page 1 of 1
PRO red, PRO2 and Meteostick now supports many Ecowitt sensors
Posted: Tue May 27, 2025 11:18 am
by admin
Latest SW update allows Meteobridge to readout data from Ecowitt/FineOffset directly via RF. No need for a smart hub etc.
Please find details here:
https://www.meteobridge.com/wiki/index. ... ridge_PRO2
Re: PRO red, PRO2 and Meteostick now support Ecowitt WS90
Posted: Wed Jun 18, 2025 8:55 pm
by admin
Let me show operation with an example.
There are 3 sensors defined
- #0 00a794 (WS90)
- #1 00007c (WS69)
- #2 002a77 (WS85)

- Bildschirmfoto 2025-06-18 um 20.34.57.png (83.83 KiB) Viewed 1225 times
The log file shows that all three are detected and delivering data:
Code: Select all
logger (18.06.2025 20:30:53): station 0 (Meteostick WS90/WS85/WS80/WS69), channel 0 bound to sensor ID: 00a794
logger (18.06.2025 20:30:53): station 0 (Meteostick WS90/WS85/WS80/WS69), channel 1 bound to sensor ID: 00007c
logger (18.06.2025 20:30:53): station 0 (Meteostick WS90/WS85/WS80/WS69), channel 2 bound to sensor ID: 002a77
logger (18.06.2025 20:30:53): station 0 (Meteostick WS90/WS85/WS80/WS69), debug off
logger (18.06.2025 20:30:53): station 0 (Meteostick WS90/WS85/WS80/WS69), verbose off
logger (18.06.2025 20:30:53): station 0 (Meteostick WS90/WS85/WS80/WS69), output raw
logger (18.06.2025 20:30:53): station 0 (Meteostick WS90/WS85/WS80/WS69), rx threshold set to -90db
logger (18.06.2025 20:30:53): station 0 (Meteostick WS90/WS85/WS80/WS69), frequency band 868MHz (EU) WS90/WS85/WS80/WS69
logger (18.06.2025 20:30:59): station 0 (Meteostick WS90/WS85/WS80/WS69), channel 2 WS85 firmware version: 107
logger (18.06.2025 20:31:00): station 0 (Meteostick WS90/WS85/WS80/WS69), channel 0 WS90 firmware version: 156
On "Live Data" tab we see data coming in as follows:

- Bildschirmfoto 2025-06-18 um 20.34.36.png (150.92 KiB) Viewed 1225 times
- Sensor #0 WS90: Outdoor (temp/hum), Wind, Rain, UV, Solar, Data (rainflag), Data#10 (battery voltage), Data#20 (supercap voltage)
- Sensor #1 WS69: Outdoor#1 (temp/hum), Wind#1, Rain#1, UV#1, Solar#1, Data#1 (rainflag)
- Sensor #2 WS85: Outdoor T#2 (temp only), Wind#2, Rain#2, Data#2 (rainflag), Data#12 (battery voltage), Data#22 (supercap voltage)
When you want to address a single sensor measurement template variables work as follows:
- Outdoor temp of Sensor #1 (WS29): "th0!1temp"
- Rainflag of Sensor #2 (WS85): "data0!2num"
- Wind speed of Sensor #1: "wind0!1wind"
Preceding "0" before the "!" indicates that this is data from the primary station, as Meteobridge can be connected to more stations via USB etc which will then be enumerated before the "!". As you see, Meteobridge can really handle tons of sensors from many weather stations from different vendors in parallel.
Station #9 is collecting system data from the Meteobridge. This station is automatically started and does not need manual configuration.
Re: PRO red, PRO2 and Meteostick now support Ecowitt WS90
Posted: Wed Jun 18, 2025 10:08 pm
by ToTo
NanoSD in Davise console still needs an SmartHub from Ecowitt, right?
Re: PRO red, PRO2 and Meteostick now support Ecowitt WS90
Posted: Wed Jun 18, 2025 11:03 pm
by admin
ToTo wrote: ↑Wed Jun 18, 2025 10:08 pm
NanoSD in Davise console still needs an SmartHub from Ecowitt, right?
Yes, as NANO SD does not have a RF receiver.
Re: PRO red, PRO2 and Meteostick now support Ecowitt WS90
Posted: Fri Jun 27, 2025 12:48 pm
by admin
Just released update supports more Ecowitt sensors. A collection of 8 sensors from these types can be evaluated in parallel:
- WS90: wind speed, gust speed, wind direction, rain fall, temperature, humidity, uv index, solar radiation, rain flag, battery voltage, supercap voltage
- WS85: wind speed, gust speed, wind direction, rain fall, temperature, rain flag, battery voltage, supercap voltage
- WS80: wind speed, gust speed, wind direction, uv index, solar radiation, battery voltage
- WS69: wind speed, gust speed, wind direction, rain fall, temperature, humidity, uv index
- WS68: wind speed, gust speed, wind direction, uv index, solar radiation
- WH51: humidity, battery voltage
- WN32P: temperature, humidity, pressure
- WN31: temperature, humidity (optional)
P.S.: Update to RF firmware 3.4 (Meteostick) resp 2.4 (PRO2) is required.