rtl_433 icon indicating copy to clipboard operation
rtl_433 copied to clipboard

Ambient Weather being decoded as 2 devices

Open slvrscoobie opened this issue 5 years ago • 32 comments

Hi! Im having trouble with my weewx, and found that it might be partly due to the parsing not working correctly. I have a WS2902a Array that for almost a year has been decoded as a WH65Packet. Today I changed the batteries in the array as I was have trouble connecting to it (but only it) and in watching the tail log I saw this : Dec 2 15:05:54 raspberrypi weewx[2556]: sdr: MainThread: lines=[u'{"time" : "2019-12-02 20:05:51", "model" : "Fine Offset WH65B", "id" : 10, "battery" : "OK", "temperature_C" : 0.500, "humidity" : 97, "wind_dir_deg" : 262, "wind_speed_ms" : 0.255, "gust_speed_ms" : 0.510, "rainfall_mm" : 1515.618, "uv" : 22, "uvi" : 0, "light_lux" : 2464.000, "mic" : "CRC"}\n'] Dec 2 15:06:07 raspberrypi weewx[2556]: sdr: MainThread: lines=[] Dec 2 15:06:10 raspberrypi weewx[2556]: sdr: MainThread: lines=[u'{"time" : "2019-12-02 20:06:07", "model" : "Fine Offset WH24", "id" : 10, "battery" : "OK", "temperature_C" : 0.500, "humidity" : 97, "wind_dir_deg" : 302, "wind_speed_ms" : 1.260, "gust_speed_ms" : 2.240, "rainfall_mm" : 1790.100, "uv" : 22, "uvi" : 0, "light_lux" : 2464.000, "mic" : "CRC"}\n'] Dec 2 15:06:10 raspberrypi weewx[2556]: sdr: MainThread: packet={'UV': 0.0, 'outHumidity': 97.0, 'light': 2464.0, 'outTempBatteryStatus': 0, 'dateTime': 1575317167, 'windDir': 302.0, 'outTemp': 0.5, 'windSpeed': 1.26, 'rain_total': 1790.1, 'usUnits': 17} so Ive been watching and it seems to bounce between the two, at random. Im happy to have it registering, but now theres a new problem lol and since i cant register two im trying to figure out why its flip-flopping

slvrscoobie avatar Dec 02 '19 20:12 slvrscoobie