That will do. If we look at the log we can see one post to Weather Cloud at 
07:30 (the 07:35 archive record was not posted as Weather Cloud accepts 
posts no more often than once every 10 minutes): 

May  4 07:30:20 raspberrypi weewx[11308]: restx: WeatherCloud: url: 
http://api.weathercloud.net/v01/set?wid=77bc74fefc479ada&wdiravg=22&humin=51&wspdhi=5&ver=3.9.2&dewin=78&wspd=0&type=251&tempin=181&wdir=22&;
 
time=0630&rain=0&key=XXX&date=20200504&wspdavg=0&chill=37&bar=10095&heatin=181&battery04=1&battery02=1&battery03=1&
 
temp03=60&rainrate=0

In that post the following sensor based data was uploaded:

average wind direction
wind direction
high wind speed
wind speed
average wind speed
inside humidity
inside dewpoint
inside temperature
inside heatindex
rain
rain rate
windchill
barometer
extra temperature 3

If we look at your Weather Cloud page I see that the gauges for atmospheric 
pressure, windchill, rain and rain rate are active as are the three wind 
speed and two wind direction values. If we take the above packet as 
indicative of other packets being sent to Weather Cloud, and accepting that 
the gauges are for displaying 'outside' data, I believe Weather Cloud is 
accepting your data and displaying what it can. I see no evidence of 
Weather Cloud losing/ignoring otherwise not properly processing your data.

I would be asking why is there no outside temperature, humidity, dewpoint 
and heat index data in the packet being sent to Weather Cloud. It could be 
that your station is providing no data for these fields or something may be 
amiss in the Weather Cloud uploader or elsewhere within WeeWX. I don't know 
enough about the TE923 driver to interpret the TE923 entries in the log. 
I've looked briefly at the Weather Cloud uploader and it looks like a 
pretty standard WeeWX RESTful uploader.

You might want to run WeeWX directly so the loop packets (lines starting 
with LOOP:) and archive records (line starting with REC:) seen by WeeWX are 
displayed on the console. Look closely at the REC: archive records, do 
outTemp, outHumidity, dewpoint and heatindex exist and do they have valid 
data? In every archive record? If they do not exist or do not have valid 
data then the issue likely lies in the driver or possibly elsewhere in 
WeeWX. If those fields do exist and contain valid data then at the same 
time you could open another terminal session and tail the WeeWX log. 
Provided that debug = 2 you will continue to see the Weather Cloud post 
data in the log (outTemp will be 'temp', outHumidity will be 'hum', dewpoint 
will be 'dew' and heatindex will be 'heat'). Do temp, hum, dew and heat 
appear in the Weather Cloud post when their equivalents appear in the 
corresponding REC: archive record? If not then the issue will likely be the 
Weather Cloud uploader or elsewhere within WeeWX.

Gary

-- 
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/d81040f0-4498-4871-94b0-8b84c81e8966%40googlegroups.com.

Reply via email to