In my never ending quest to extend WeeWX, I have purchased Ann Ecowitt 
weather station and set it up so that it records the temperature in my 
Caravan. This works perfectly but records the data on the Ecowitt website.

I have now managed to extend this to publish the weather stats into a 
directory on my Raspberry PI where WeeWX runs and intend to add another 
user extension to read this and upload it to extraTemp2 and if I can find a 
way will also record the humidity.

The question is this, currently I record my Raspberry PI CPU temperature 
using event.record['extraTemp1'] = cpu.temperature and I guess the current 
time is used as the timestamp, but Ecowitt records the temperature every 60 
seconds, so is there a way to add the record and give it a timestamp at the 
same time.

Also any suggestions on where to store the humidity as this is possibly 
more important than the temperature

Then it is a simple task of reading all files in the directory and 
processing them

Thanks in advance

-- 
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/0b5e4eae-7fd1-46b7-b736-cc34867a5eddn%40googlegroups.com.

Reply via email to