Hi Everyone

I have a brand new weewx site built around the Responsive skin with the 
interceptor driver collecting data from a Oregon Scientific setup. Weewx is 
configure with the target_unit set to Metric and the database configured to 
do so.

The site is working well ( http://weather.gotgeeks.com:8080/ ) except the 
appTemp information. I am not getting back a metric value sent to and from 
the calculation.

I have dug in to the code and can see the call from the wxservices.py to 
calculate the value and even put some code in to print the outTemp, 
outHumidity and winSpeed values to the syslog. 

For example:
Nov 28 03:00:33 ip-172-31-29-42 weewx[8599]: outTemp 84.47
Nov 28 03:00:33 ip-172-31-29-42 weewx[8599]: outHumidity 41.5
Nov 28 03:00:33 ip-172-31-29-42 weewx[8599]: windSpeed 8.61224753558
Nov 28 03:00:33 ip-172-31-29-42 weewx[8599]: appTemp 82.3462555515

It is my understanding that if the system, database and data coming back 
from the sensors is in metric values, it should be stored in the database 
as a metric value and all calculations are metric. Also I don't see 
anywhere in the database schema (sqlite) that any appTemp values are being 
stored. 

>From my understanding that as of version 3.5 this is meant to be done.

When I try and use the $current.appTemp value in the skin template it is 
not able to get a value, probably because the value it being bounds checked 
as being and invalid temperate for degrees_C.

Is there a step I have missed in the set up regarding the setup? I have 
tried to read as much posts and documentation as I can but still not 
getting anywhere.

Please help.
TIA
Brent

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to