Will need a bit more information. First up, which cwxn are you using? This one - https://github.com/matthewwall/weewx-cwxn ?
What do you mean by '*The problem I'm having is Humidity is not making it to the wxnow.txt file*'. Is humidity data appearing but is zero or is the humidity field omitted completely? Does it happen in every wxnow.txt that is generated or just occasionally? The cwxn code I linked to generates a new wxnow.txt on receipt of every loop packet and the code inserts the outHumidty value if it exists in the loop packet otherwise it inserts the value 0. You may well see different behaviour between what you see on WU and in wxnow.txt. Chances are that WU is receiving archive record data (which is an aggregate of the loop packet data) whereas cwxn is generating wxnow.txt based on the data in individual loop packets. You might find it useful to run WeeWX directly <https://weewx.com/docs/5.1/usersguide/running/#running-directly> so you can see the individual loop packets (and archive records) on the console. Gary On Sunday, 2 March 2025 at 12:40:36 UTC+10 [email protected] wrote: > I've setup Weewx using sdrdavis and it works great posting to Wunderground > and its own web interface. > > However, I also wanted to post to APRS, so I added cwxn, which I have used > with my Ambient Weather station with great success. > > The problem I'm having is Humidity is not making it to the wxnow.txt > file. I added some debug code to cwxn and discovered outHumidity is not > being passed in the packet! It is posting humidity to wunderground, so I > know its not an issue with the rtldavis driver. > > Has anyone run into this? > > Thanks in advance for any info. > > B > -- 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 visit https://groups.google.com/d/msgid/weewx-user/cba71619-dd0b-4b36-9808-dd6d17a4253an%40googlegroups.com.
