Hi All, I managed to install and integrate a set of sensors to an arduino. I use fileparse to read that values to weewx on a raspberry pi, however the web interface shows N/A to all values in the current conditions section. The syslog is clear (no errors). I am sure "fileparse" worker reads it because when I set the label "pressure" to a non normal value eg 1000 I get an error in the syslog.
My has the following format: winddir=20 windspeedmph=0.0 windgustmph=0.0 windgustdir=0 windspdmph_avg2m=0.0 winddir_avg2m=358 windgustmph_10m=0.0 windgustdir_10m=0 humidity=55.00 tempf=82.0 rainin=0.00 dailyrainin=0.00 pressure=29.00 batt_lvl=13.97 light_lvl=2.62 Are the above labels correct? Where should I look to find the correct ones? For now I read the values from the serial and then create the file to be read by the fileparse worker. Is there a way to make weewx read the values directly from the serial with customized? Thank you, Nikos Papadakis
