Met a similar experience.
After some experiments with Simulator followed by Weatherflow Tempest as 
datasource, wanted a clean database for further operation with Tempest.
Deleted the database expecting WeeWX to restart with a new database, but 
not happening.
Reconfiguring to Simulator proved that WeeWX was still OK, but after 
switching again to weatherflowudp.py as driver no signs of life.

inserting in weewx.conf a *copy* of text out of the WeatherflowUDP-driver 
does the trick.
Not obvious and seems undocumented, but it works .......

Instead of the setup introduced by first install of the extension

    [WeatherFlowUDP]
        driver = user.weatherflowudp 

make it [with obvious adaptation to your sensor-number!]

[WeatherFlowUDP]
    driver = user.weatherflowudp
    log_raw_packets = false
    udp_address = <broadcast>
    # udp_address = 0.0.0.0
    # udp_address = 255.255.255.255
    udp_port = 50222
    udp_timeout = 90
    share_socket = True
    
    [[sensor_map]]
        outTemp = air_temperature.ST-00021804.obs_st
        outHumidity = relative_humidity.ST-00021804.obs_st
        pressure = station_pressure.ST-00021804.obs_st
        #lightning_strikes =  lightning_strike_count.ST-00021804.obs_st
        #avg_distance =  lightning_strike_avg_distance.ST-00021804.obs_st
        outTempBatteryStatus = battery.ST-00021804.obs_st
        windSpeed = wind_speed.ST-00021804.rapid_wind
        windDir = wind_direction.ST-00021804.rapid_wind
        #luxXXX = illuminance.ST-00021804.obs_st
        UV = uv.ST-00021804.obs_st
        rain = rain_accumulated.ST-00021804.obs_st
        windBatteryStatus = battery.ST-00021804.obs_st
        radiation = solar_radiation.ST-00021804.obs_st
       #lightningXXX = distance.ST-00021804.evt_strike
       #lightningYYY = energy.ST-00021804.evt_strike




Op dinsdag 4 mei 2021 om 00:47:10 UTC+2 schreef [email protected]:

> I reinstalled weewx. WeatherflowUDP and it worked 
>
> On Sunday, May 2, 2021, Ron Sell <[email protected]> wrote:
>
>> I am not sure what is going on. I can still only capture wind speed and 
>> direction. 
>>
>> the data is there in the log but it won't capture it.  I pointed 
>> everything back to my AIR and it worked. Changed it back to the tempest and 
>> alli get is N/A
>> attached my weewx.conf incase someone notices a typo.
>>
>>
>> On Sat, May 1, 2021 at 6:41 PM vince <[email protected]> wrote:
>>
> I don't see it, but there has to be a typo in weewx.conf someplace.
>>>
>>> My old Tempest weewx.conf is at 
>>> https://community.weatherflow.com/t/weewx-udp-driver-for-weatherflow-station/283/189
>>>  
>>> if you want to take a look there.   Of course you'll have to edit in your 
>>> serial numbers for your sensor.
>>>
>>> On Saturday, May 1, 2021 at 2:02:40 PM UTC-7 [email protected] wrote:
>>>
>>>>
>>>> I am using this udp driver"
>>>> https://github.com/captain-coredump/weatherflow-udp
>>>>
>>>> log attached
>>>>
>>>> snip from log:
>>>> May  1 17:01:19 raspberrypi weewxd: weatherflowudp: MainThread: raw 
>>>> packet: {'fs': [1, 0, 15675411, 524288], 'seq': 837, 'firmware_revision': 
>>>> '169', 'timestamp': 1619902878, 'serial_number': 'HB-00012441', 'uptime': 
>>>> 8414, 'reset_flags': 'BOR,PIN,POR', 'mqtt_stats': [49, 0], 'rssi': -25, 
>>>> 'type': 'hub_status', 'radio_stats': [5, 1, 0, 3, 0]}
>>>> May  1 17:01:20 raspberrypi weewxd: weatherflowudp: MainThread: raw 
>>>> packet: {'firmware_revision': 134, 'timestamp': 1619902879, 'voltage': 
>>>> 2.585, 'rssi': -68, 'hub_sn': 'HB-00012441', 'uptime': 19985, 'hub_rssi': 
>>>> -60, 'sensor_status': 0, 'debug': 0, 'serial_number': 'ST-00021019', 
>>>> 'type': 'device_status'}
>>>> May  1 17:01:20 raspberrypi weewxd: weatherflowudp: MainThread: raw 
>>>> packet: {'firmware_revision': 134, 'serial_number': 'ST-00021019', 'type': 
>>>> 'obs_st', 'obs': [[1619902879, 0.54, 3.03, 5.93, 215, 3, 967.62, 16.41, 
>>>> 29.09, 63223, 2.87, 527, 0.0, 0, 0, 0, 2.585, 1]], 'hub_sn': 'HB-00012441'}
>>>> May  1 17:01:22 raspberrypi weewxd: weatherflowudp: MainThread: raw 
>>>> packet: {'serial_number': 'ST-00021019', 'type': 'rapid_wind', 'ob': 
>>>> [1619902881, 2.24, 196], 'hub_sn': 'HB-00012441'}
>>>> May  1 17:01:22 raspberrypi weewx[1884] INFO weewx.restx: MQTT: 
>>>> Published record 2021-05-01 17:01:21 EDT (1619902881)
>>>> May  1 17:01:25 raspberrypi weewxd: weatherflowudp: MainThread: raw 
>>>> packet: {'serial_number': 'ST-00021019', 'type': 'rapid_wind', 'ob': 
>>>> [1619902884, 2.24, 205], 'hub_sn': 'HB-00012441'}
>>>> May  1 17:01:25 raspberrypi weewx[1884] INFO weewx.restx: MQTT: 
>>>> Published record 2021-05-01 17:01:24 EDT (1619902884)
>>>> May  1 17:01:28 raspberrypi weewxd: weatherflowudp: MainThread: raw 
>>>> packet: {'serial_number': 'ST-00021019', 'type': 'rapid_wind', 'ob': 
>>>> [1619902887, 1.88, 248], 'hub_sn': 'HB-00012441'}
>>>> May  1 17:01:28 raspberrypi weewx[1884] INFO weewx.restx: MQTT: 
>>>> Published record 2021-05-01 17:01:27 EDT (1619902887)
>>>> May  1 17:01:29 raspberrypi weewxd: weatherflowudp: MainThread: raw 
>>>> packet: {'fs': [1, 0, 15675411, 524288], 'seq': 838, 'firmware_revision': 
>>>> '169', 'timestamp': 1619902888, 'serial_number': 'HB-00012441', 'uptime': 
>>>> 8424, 'reset_flags': 'BOR,PIN,POR', 'mqtt_stats': [49, 0], 'rssi': -26, 
>>>> 'type': 'hub_status', 'radio_stats': [5, 1, 0, 3, 0]}
>>>> May  1 17:01:31 raspberrypi weewxd: weatherflowudp: MainThread: raw 
>>>> packet: {'serial_number': 'ST-00021019', 'type': 'rapid_wind', 'ob': 
>>>> [1619902890, 2.64, 240], 'hub_sn': 'HB-00012441'}
>>>> May  1 17:01:31 raspberrypi weewx[1884] INFO weewx.restx: MQTT: 
>>>> Published record 2021-05-01 17:01:30 EDT (1619902890)
>>>>
>>>>
>>>> On Sat, May 1, 2021 at 4:24 PM vince <[email protected]> wrote:
>>>>
>>>>> 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
>>>>>  
>>>>> <https://groups.google.com/d/msgid/weewx-user/5f4b21b3-c704-4e41-954a-5fc6a6fd63aen%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>> .
>>>>>
>>>> -- 
>>> 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/8fd3e21f-6dc0-4659-adad-8c7c21627ec2n%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/weewx-user/8fd3e21f-6dc0-4659-adad-8c7c21627ec2n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>>

-- 
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/77ea6bc3-7e9e-4054-b1d2-8921e842c6d7n%40googlegroups.com.

Reply via email to