Yes, I am using that version of cwxn. Humidity is set to zeroes. As I said, Wunderground is getting humidity. I added a bit of code to cwxn to display the packet data, here it is:
weewxd[834]: INFO user.cwxn: packet:windSpeed: 33.0, windDir: 173.91699604743084, outTemp: 65.86189999999999, txBatteryStatus: 0, dateTime: 1741147384, usUnits: 1, pressure: None, altimeter: None, appTemp: None, barometer: None, cloudbase: None, dewpoint: None, ET: None, heatindex: None, humidex: None, inDewpoint: None, maxSolarRad: 24.12908023880754, rainRate: 0.0, windchill: 65.86189999999999, windrun: None
So, clearly, without outHumidity in the record cwxn can't post the actual humidity, and posts zeroes. I've run grep on the log and humidity never appears in the packet data.
This leads me to believe there is an issue in weewx since it is posting to wunderground but not to cwxn. I was hoping someone had bumped into it before.
B