A Java program collects house energy and power data once per minute and 
writes it into a weewx compatible sqlite database. Weewx is used to 
generate graphs and display them along with my weather station data. 
Everything was working well until I wanted to use weewx tags such as $day 
and realized that the daily database tables were not being updated. 

Two options that I have considered are

1. Have weewx update the daily tables automatically when weewx runs its 
reports every 5 minutes. Is there a way to do this? 

2. Translate the weewx python code that updates the daily tables into java 
and have the java data collection program also update the daily tables. I 
started down this path but am not sure that I am looking at the right code. 
Is the appropriate code _addSingleRecord in class DaySummaryManager in 
manager.py?

BTW: I've tried other energy software such as emoncms but don't need all 
the bells and whistles. Good old weewx is just about perfect for my needs 
so far.

Thanks for any help or suggestions.

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to