Hallo 1. I have 89 fields in my database
Am Sonntag, 5. März 2017 22:07:52 UTC+1 schrieb gjr80: > > Hi, > > Let's wind things back a bit. A couple of questions: > 1. What are you trying to do? Are you trying to calculate maxSolarRad, > cloudbase and windrun for historical data in you archive? > YES I would like to insert values like maxSolarRad, windrun and other into the old database "weewx" > 2. Have you added fields maxSolarRad, cloudbase and windrun to your > archive schema as I mentioned in my previous post? > Yes, have a lock at https://github.com/hes19073/hesweewx/blob/master/bin/schemas My structure of the database under https://github.com/hes19073/hesweewx/blob/master/bin/schemas/schemas.py > Gary > I would like to calculate and enter the additional values for the old data. I used the code from weewx wd. The idea to remove old values from the database like "extraTemp1" and "extraTemp2" was a first step. The data are calculated with the call of the functions from "weewx" . It is easier to back up a database I hope I have made myself clear.
