Rtl_433: HIDEKI Rain & Wind sensors

Created on 2 Dec 2018  Â·  30Comments  Â·  Source: merbanan/rtl_433

Hi!
rain sensor always show me 202.3 mm

2018-12-01 19:15:23 :   HIDEKI Rain sensor
        Rolling Code:    0
        Channel:         4
        Battery:         OK
        Rain:    202.3 mm

Wind sensor show me strange values

/raw/rtl_433 : msg.payload : Object
object
time: "2018-12-02 03:36:36"
model: "HIDEKI Wind sensor"
rc: 0
channel: 4
battery: "LOW"
temperature_C: -110.5
windstrength: 1.77
winddirection: 135

(IMHO misarrange)

Thank you!

All 30 comments

Perhaps your sensor is not the HIDEKI type expected by the decoder?
Please provide the brand and model name of your sensor. Grab some samples (-a -t) and upload them, if possible with the values you expect (channel and approx. temp., others if you can read those from a head unit maybe). Also perhaps post the output (timings) of -A here.

PS: two another "home" sensors decoded OK

2018-12-01 16:32:03 :   HIDEKI TS04 sensor
        Rolling Code:    10
        Channel:         1
        Battery:         OK
        Temperature:     0.8 C
        Humidity:        92 %

I have simulated rain

Detected OOK package    @ 2018-12-02 19:54:41
2018-12-02 19:54:41 :   HIDEKI Rain sensor
        Rolling Code:    0
        Channel:         4
        Battery:         OK
        Rain:    205.1 mm
Analyzing pulses...
Total count:   65,  width: 79.18 ms             (19796 S)
Pulse width distribution:
 [ 0] count:   17,  width:  936 us [932;964]    ( 234 S)
 [ 1] count:   47,  width:  444 us [440;456]    ( 111 S)
 [ 2] count:    1,  width:   56 us [56;56]      (  14 S)
Gap width distribution:
 [ 0] count:   17,  width: 1016 us [1012;1024]  ( 254 S)
 [ 1] count:   47,  width:  528 us [524;536]    ( 132 S)
Pulse period distribution:
 [ 0] count:   11,  width: 1956 us [1948;1976]  ( 489 S)
 [ 1] count:   12,  width: 1464 us [1460;1472]  ( 366 S)
 [ 2] count:   41,  width:  976 us [968;984]    ( 244 S)
Level estimates [high, low]:   3749,      3
RSSI: -6.4 dB SNR: 29.7 dB Noise: -37.4 dB
Frequency offsets [F1, F2]:   -5819,      0     (-22.2 kHz, +0.0 kHz)
Guessing modulation: Pulse Width Modulation with sync/delimiter
Attempting demodulation... short_width: 444, long_width: 936, reset_limit: 1028, sync_width: 56
Use a flex decoder with -X 'n=name,m=OOK_PWM,s=444,l=936,r=1028,g=0,t=0,y=56'
pulse_demod_pwm(): Analyzer Device
bitbuffer:: Number of rows: 2
[00] {64} 1f fb 6c ce df ed fe f5
[01] { 0}                         :

FIBARO HC2
upb6vnobxm 1

The timings look like the Hideki protocol, but the data doesn't seem to fit. Can you run rtl_433 -a -t and upload a sample file here?

sorry. is not clear for me. what?
now device runed with
pi@raspberrypi:~ $ /home/pi/temp/rtl_433-master/build/src/rtl_433 -a -t -A
params is it ok?

Hmm. from help

rtl_433 -a -t | Will run in analyze mode and save a test file per detected signal (g###_###M_###k.cu8). Format is uint8, 2 channels.

but no .cu8 files here. ¯_(ツ)_/¯

btw, the rain sensor still sends me. Rain: 205.1 mm
maybe it's "accumulated" value from the day when the sensor was stared? but look like crazy

Run only rtl_433 -a -t
It will output

*** Saving signal to file g001_433.92M_250k.cu8

utzlgyqf6g 1

ugcfzughaz 1

so. what I did wrong?

no
* Saving signal to file g001_433.92M_250k.cu8
msg

Oh, I get it now. The signal is too weak for -a. Use rtl_433 -l 3000 -a -t
(I need to upgrade that -a -t thing someday soon :) )
If 3000 does not work try 2800 or 2500 or so.

got it. on it!
Thank you!

yay!

* Saving signal to file g001_433.92M_250k.cu8
*
Writing data from 1503592, len 262144

attached
g001_433.92M_250k.cu8.zip

Your pwd shows /home/pi. It should be there ;)

yep, Sir!

Great samples! I'll work through this tomorrow.

thank you so much!

(Use http://triq.net/iqs if you like to "see" the samples, looks very clear.)

wow!

but some notice here.
1) I have 5 sensors
2) 2 sensors at home and not reachable here
3) 2 sensors outdors and very interesting for me
4) 1 sensor you can ignore - it VERY ok!

 HIDEKI TS04 sensor
        Rolling Code:    10
        Channel:         1
        Battery:         OK
        Temperature:     -2.3 C
        Humidity:        86 %

5) HIDEKI Rain sensor and HIDEKI Rain sensor what I trying to solve...

and last. wind sensor now is not acessable by two reasons.
1) no wind just now, at all :')
2) is too far from rpi and antenna

The rain value is accumulated. The reading is correct. (0x125 = 203 ; 203 * 0.7 = 205.1)
I have added CRC checksum to the sensor now.

cool.
if not clear what is 203 but Ok.

see also #891 -- the values and keys for wind and rain will change soon!

203 is the raw data from the sensor. Each 1 from the sensor is 0.7mm rain.

thank you co much!

Hi,
Im using this rain sensor but I wonder if it can be something I can do to calibrate, the sensor shows that it have rained over 45 cm today. I use it with Weewx and are checking the "raw" values from sensor via rtl_433, it has increased from 841,1 mm to over 880.....

Was this page helpful?
0 / 5 - 0 ratings

Related issues

OZ1SEJ picture OZ1SEJ  Â·  15Comments

hkapanen picture hkapanen  Â·  3Comments

DeadEnded picture DeadEnded  Â·  5Comments

matthewwall picture matthewwall  Â·  13Comments

dagbdagb picture dagbdagb  Â·  14Comments