Hi!
Do you know if a WS-0232 weather station is compatible with OMG?
Thanks!
DigiH
February 24, 2024, 4:11pm
2
The decoder is included in rtl_433_ESP
/** @file
WS2032 weather station.
Copyright (C) 2019 Christian W. Zuckschwerdt <zany@triq.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
*/
/**
WS2032 weather station.
- Outdoor temperature range: -40F to 140F (-40C to 60C)
- Temperature accuracy: +- 1.0 C
- Humidity range: 20% to 90%
- Humidity accuracy: +-5%
- Wind direction: E,S,W,N,SE,NE,SW,NW
- Wind direction accuracy: +- 10 deg
- Wind speed: 0 to 50m/s, Accuracy: 0.1 m/s
This file has been truncated. show original
so it should be decoded with any rtl_433 OMG gateway.
Let us know how it works for you.
Thanks, but I’m looking for WS-0232 (not 2032 )
I don’t think are the same
DigiH
February 26, 2024, 1:30pm
4
I assumed from this
opened 04:45PM - 27 Dec 19 UTC
closed 05:07PM - 27 Dec 19 UTC
Hello. I have a small weather station (WS0232) from Aliexpress - https://aliexpr… ess.com/item/32294810058.html
They have a few versions with a rain sensor and with connection to PC via USB.
My station had only 433 transmitter, wind direction+speed, and Temp.+Hum.
The station works on 433.690, and now detecting as "Smoke detector GS 558".
I record a few samples with data and record real values from the indoor display.
They send data every ~48 seconds, but I receive some other data in another 48sec interval. I don't know what is data, in this moment's display not updating.
> g002_433.69M_250k.cu8
> C = 5.3
> H = 74%
> Wind (N) 6.1 ms
>
> g004_433.69M_250k.cu8
> C = 5.1
> H = 75%
> Wind (N) 4.0 ms
>
> C = 4.9
> H = 76%
> Wind (N) 4.4ms
> g006_433.69M_250k.cu8
>
> C =4.7
> H = 77%
> Wind (N) 6.1ms
> g008_433.69M_250k.cu8
>
> C = 4.6
> H = 77%
> Wind (N) 6.1 ms
> g010_433.69M_250k.cu8
Archive: [rec1.zip](https://github.com/merbanan/rtl_433/files/4005797/rec1.zip)
Can someone help me decode the data?
being closed as a dupe of my other link above, that it will be included in that decoder.
But best for you to closely read and see what this dupe and thread really mean for the 0232 (and 2032) in the rtl_433 repo, as only if included there might it also be in the OMG rtl_433_ESP library.
Thank you DigiH!
I’ll check it out!