>From restx.py:
        'dayRain': 'dailyrainin=%.2f',

So the daily rain amount sent to WU is from the value 'dayRain'.  Since 
this is not a database observation type, if I add a 'dayRain' field to the 
database will restx.py use that instead?


On Saturday, September 30, 2023 at 1:40:12 PM UTC+13 Tom Keffer wrote:

> Thousands of WeeWX stations are posting to the WU, so I'm quite confident 
> that they're doing it correctly.
>
> Nevertheless, if you want to see what it's posting, set debug=2, and it 
> will post the URL in the log.
>
> The mapping from WeeWX fields to WU fields is specified in the dictionary 
> weewx.restx.AmbientThread._FORMATS 
> <https://github.com/weewx/weewx/blob/26bbcc56b5939d3e7e102ba21e9e656074714f67/bin/weewx/restx.py#L862>
>
> On Fri, Sep 29, 2023 at 5:15 PM Craig Young <[email protected]> wrote:
>
>> I am currently sending reports to WU using a different application.  But 
>> I am now switching over to weewx and need to verify that the request being 
>> sent to WU is correct without actually sending it.  I don't want to send a 
>> barometric pressure of 200 and throw off the WU ;historical graphs.
>> Better yet, is there a 'map' which configures which report values are 
>> mapped to which request parameters in the WU request?  If there is a 
>> problem I could then go in and change the mapping and verify the test 
>> output.
>>
>> Craig
>>
>> -- 
>> 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/40c8f749-f62a-4035-a2fc-d8837daf86e5n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/weewx-user/40c8f749-f62a-4035-a2fc-d8837daf86e5n%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/671f1755-0397-4da8-8ecc-04a2fc3feffan%40googlegroups.com.

Reply via email to