Re: [weewx-user] Importing data for custom observations

2024-07-24 Thread Zach
Ok, thank you for the clarification! On Wednesday, July 24, 2024 at 12:12:42 AM UTC-5 Graham Eddy wrote: > i meant it in broader context of the defining the types > > re the schema columns table in extensions.py, i have seen tom several > times say it is used only on creation but i have encounte

Re: [weewx-user] Importing data for custom observations

2024-07-23 Thread Graham Eddy
i meant it in broader context of the defining the types re the schema columns table in extensions.py, i have seen tom several times say it is used only on creation but i have encountered it being used at different times while fiddling ⊣GE⊢ > On 24 Jul 2024, at 12:59 PM, Zach wrote: > > I thou

Re: [weewx-user] Importing data for custom observations

2024-07-23 Thread Zach
I thought the schema is only used during database creation. Did I min-read that? On Tuesday, July 23, 2024 at 8:27:14 PM UTC-5 Graham Eddy wrote: > i.e. add new field to the schema, as well as just add column in database > *⊣GE⊢* > > On 24 Jul 2024, at 7:17 AM, gjr80 wrote: > > OK, I suspect th

Re: [weewx-user] Importing data for custom observations

2024-07-23 Thread Graham Eddy
i.e. add new field to the schema, as well as just add column in database ⊣GE⊢ > On 24 Jul 2024, at 7:17 AM, gjr80 wrote: > > OK, I suspect the problem is when you added field lakeSurfaceLevel to WeeWX > you didn't tell WeeWX what unit group the field belongs to. -- You received this message

[weewx-user] Importing data for custom observations

2024-07-23 Thread Zach
I'm trying to track the water level of a lake so I added a new column to the database (lakeSurfaceLevel), created a service to populate the data, and modified my skin to display it. All of that works great, however when I try to import data for that new observation using weectl, I get a error "