Details: Acurite 5-in-1 sensor, RTL_433 to MQTT (matt wall) + Weewx.
Weewx conf sensors: [SDR] # This section is for the software-defined radio driver. # The driver to use driver = user.sdr path = /usr/local/bin log_unknown_sensors = True log_unmapped_sensors = True [[sensor_map]] extraTemp1 = temperature.1720.AcuriteTowerPacketV2 # basement extraHumid1 = humidity.1720.AcuriteTowerPacketV2 outTemp = temperature.041D.Acurite5n1PacketV2 outHumidity = humidity.041D.Acurite5n1PacketV2 rain_total = rain_total.041D.Acurite5n1PacketV2 windDir = wind_dir.041D.Acurite5n1PacketV2 windSpeed = wind_speed.041D.Acurite5n1PacketV2 inHumidity = humidity.009B.AcuriteLightningPacket #upstairs Humidity inTemp = temperature.009B.AcuriteLightningPacket #upstairs Temperature strikes_total = strikes_total.009B.AcuriteLightningPacket #Total Lightning Strike Count lightning_distance = distance.009B.AcuriteLightningPacket #Storm Distance KM Example: outTemp=32 (in the RTL data) - I have it converted to Celsius, but the problem is *it's not 32F outside, it's actually 15.8F,* which is registered on my other non-connected temperature sensors, so the RTL reading is 15 degrees off where it should be reading post 5.0.1 upgrade. No idea how to start picking this apart to find the root cause in V5. Thanks! On Tuesday, February 13, 2024 at 8:34:53 AM UTC-4 Kingsclear Studios wrote: > Hi folks, > > Like others, I ran into a few issues upgrading to 5.0.1, which I've mostly > sorted, and it's up and running now as before - except - using my rtl_433 > (matt wall) integration is leading to interesting sensor values. My > temperatures are wrong/seemingly random and I have no idea why. Everything > seems to be in order - but it's been a LONG time since I've run into issues > that I almost forget how to address this. > > SDR mapping is maintained in my weewx conf. file, my skin is > active/working - weewx is not presenting any errors, just the values in the > sensors are seemingly made up (+20 degrees above actual temp yesterday, now > situated about 9 degrees below the actual outdoor temperature. > > The sensors are updating, the values are fluctuating - but the values are > just wrong. > > I did not add any conversions/changes to the weewx conf file, this > happened spontaneously post-update. > > Help! > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/e6ae2456-6a9c-40af-b804-518aacdd053en%40googlegroups.com.