Without seeing your logs, it's uncertain what you're seeing. We also don't know which driver of the many WF drivers to pick from you are running.
The FAQ <https://github.com/weewx/weewx/wiki/faq-how-to-report-a-problem> has more info on how to give us enough information to understand your system. It is almost certain that you have a typo in your sensor_map especially since you see rapid_wind but not anything obs_st being recorded. That said, you might want to run my standalone WF UDP listener (link) <https://github.com/vinceskahan/weatherflow-udp-listener> with the --raw --debug flags to see what your Hub is emitting in its UDP. The github page has too much info on how to run the listener to repeat here. On Saturday, May 1, 2021 at 1:10:57 PM UTC-7 [email protected] wrote: > I recently upgraded to the Tempest. I updated my weewx.conf file for the > new sensor map. > > The only thing that is recording is the wind speed and direction. > > I checked the log and the packets are there. > > When i revert back to my AIR it works fine. > > Any help would be appreciated. > > [[sensor_map]] > outTemp = air_temperature.ST-00021019.obs_st > outHumidity = relative_humidity.ST-00021019.obs_st > pressure = station_pressure.ST-00021019.obs_st > lightning_strike_count = lightning_strike_count.ST-00021019.obs_st > lightning_distance = lightning_strike_avg_distance.ST-00021019.obs_st > outTempBatteryStatus = battery.ST-00021019.obs_st > windSpeed = wind_speed.ST-00021019.rapid_wind > windDir = wind_direction.ST-00021019.rapid_wind > luxXXX = illuminance.ST-00021019.obs_st > UV = uv.ST-00021019.obs_st > rain = rain_accumulated.ST-00021019.obs_st > windBatteryStatus = battery.ST-00021019.obs_st > radiation = solar_radiation.ST-00000025.obs_st > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/5f4b21b3-c704-4e41-954a-5fc6a6fd63aen%40googlegroups.com.
