rtl433
UNKNOWN
RTL-433 utility
|
Decoder for Holman Industries WS5029 weather station. More...
Functions | |
static int | holman_ws5029_decode (r_device *decoder, bitbuffer_t *bitbuffer) |
Decoder for Holman Industries WS5029 weather station, a.k.a. More... | |
Variables | |
static char * | output_fields [] |
r_device | holman_ws5029 |
Decoder for Holman Industries WS5029 weather station.
Copyright (C) 2019 Ryan Mounce ryan@ moun ce.co m.au
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.
|
static |
Decoder for Holman Industries WS5029 weather station, a.k.a.
Holman iWeather Station. https://www.holmanindustries.com.au/products/iweather-station/
Appears to be related to the Fine Offset WH1080 and Digitech XC0348.
A transmission burst is sent every 57 seconds. Each burst consists of 3 repititions of the same 192 bit "package" separated by a 1 ms gap.
Package format:
Payload format:
Byte (dec) 09 10 11 12 13 14 15 16 17 18 19 20 Nibble key II II CC CH HR RR WW Dx xx xx xx xx
To get raw data $ rtl_433 -f 917M -X 'name=WS5029,modulation=FSK_PCM,short=100,long=100,preamble={48}0xAAAAAAAAAAAA,reset=19200'
References bitbuffer_extract_bytes(), bitbuffer_search(), bitbuffer::bits_per_row, DATA_DOUBLE, DATA_FORMAT, DATA_INT, data_make(), DATA_STRING, DECODE_ABORT_EARLY, DECODE_ABORT_LENGTH, decoder_output_data(), bitbuffer::num_rows, preamble, and wind_dir_degr.
r_device holman_ws5029 |
|
static |