Ambient Weather ws-2902 sensor array setup help #3002
-
I'm looking to implement a receiver station for the Ambient Weather sensor array. does anyone know how this sensor transmits its data? Is it one conglomerated packet or does each sensor send its data individually? This is my first time utilizing the rtl_433 library so I'm not familiar with the complexity of configuring sensors not directly listed as compatible in the rtl_433 manual. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
There is a note "Printed on the part as WH65B" and that sensor is fully supported in rtl_433. edit: the packet is outlined here https://github.com/merbanan/rtl_433/blob/master/src/devices/fineoffset.c#L152 |
Beta Was this translation helpful? Give feedback.
There is a note "Printed on the part as WH65B" and that sensor is fully supported in rtl_433.
Ambient Weather, Ecowitt, Froggit are known to resell Fine Offset.
edit: the packet is outlined here https://github.com/merbanan/rtl_433/blob/master/src/devices/fineoffset.c#L152