matthewwall / weewx-sdr

weewx driver for software-defined radio
GNU General Public License v3.0
114 stars 74 forks source link

(Please) Add new Rubicson-Temperature device #175

Open TippyTurtle opened 1 year ago

TippyTurtle commented 1 year ago

Is it possible to add a new pool temperature sensor "CURCONSA Pool Thermometer Floating Easy Read" from Amazon (USA)? I wish I was savvy enough to provide a Pull request, but I'm not that good. Thanks in advance.

rtl_433 output (notice the odd "battery_ok" vs "battery"):

{"time" : "2023-04-04 19:57:28", "protocol" : 2, "model" : "Rubicson-Temperature", "id" : 183, "channel" : 3, "battery_ok" : 1, "temperature_C" : 21.700, "mic" : "CRC"}

...aka...

{
 "time" : "2023-04-04 19:57:28",
 "protocol" : 2,
 "model" : "Rubicson-Temperature",
 "id" : 183,
 "channel" : 3,
 "battery_ok" : 1,
 "temperature_C" : 21.700,
 "mic" : "CRC"
}

Weewx Debug output (notice the odd "battery_ok" vs "battery"):

Apr  6 19:09:49 weather weewx[4641] DEBUG user.sdr: punt unrecognized line '{"time" : "2023-04-07 02:09:38", "model" : "Rubicson-Temperature", "id" : 183, "channel" : 3, "battery_ok" : 1, "temperature_C" : 20.800, "mic" : "CRC"}#012'

...aka...

{
 "time" : "2023-04-07 02:09:38",
 "model" : "Rubicson-Temperature",
 "id" : 183,
 "channel" : 3,
 "battery_ok" : 1,
 "temperature_C" : 20.800,
 "mic" : "CRC"
}