matthewwall / weewx-sdr

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

Acurite606TXPacket parse issue with rtl_433 #114

Closed pii100 closed 2 years ago

pii100 commented 3 years ago

With the current commit https://github.com/merbanan/rtl_433/commit/0bb4672b1afb716d107b3060afc2d80a2159dbef parsing of acurite 606tx appears to be broken

out:[u'{"time" : "2021-02-23 16:23:25", "model" : "Acurite-606TX", "id" : 214, "battery_ok" : 1, "temperature_C" : 21.300, "mic" : "CHECKSUM"}

It appears model has changed from "Acurite 606TX Sensor" to "Acurite-606TX"

pii100 commented 3 years ago

created https://github.com/pii100/weewx-sdr/commit/d97609842afa97fe95cc558c4a27856b145af907 to fix this by adding a new class.

pii100 commented 3 years ago

created https://github.com/matthewwall/weewx-sdr/pull/115

pii100 commented 3 years ago

{"time" : "2021-02-23 17:29:45", "model" : "Acurite-606TX", "id" : 153, "battery_ok" : 1, "temperature_C" : 25.200, "mic" : "CHECKSUM"} parsed: {'battery.153.Acurite606TXPacket': 1, 'temperature.153.Acurite606TXPacket': 25.2, 'usUnits': 16, 'dateTime': 1614101385}

matthewwall commented 2 years ago

merged