[weewx-user] Forecast data to InfluxDB?

2024-08-08 Thread Zach Elliott
I have weewx-influx (https://github.com/matthewwall/weewx-influx/tree/master) installed as well as weewx-forecast (https://github.com/chaunceygardiner/weewx-forecast) installed configured to use NWS. Both are working well, however i'm not sure how to get the forecast data flowing into Influx fo

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

2024-07-24 Thread Zach
n but i have encountered it being used > at different times while fiddling > *⊣GE⊢* > > On 24 Jul 2024, at 12:59 PM, Zach wrote: > > 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 Edd

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

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

2024-07-23 Thread Zach
That was it! Thank you so much for your help!!! On Tuesday, July 23, 2024 at 7:33:10 PM UTC-5 gjr80 wrote: > Zach, > > Did you by chance copy and paste those two lines from my earlier post into > extensions.py? If so if you look closely I had a typo, lakeSurfaceLevel >

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

2024-07-23 Thread Zach
lement later today. > > Let me know how you get on. > > Gary > On Wednesday 24 July 2024 at 07:33:27 UTC+10 Zach wrote: > >> I have that line in my custom service for pulling the data from an API. >> Should I also put it in the extension.py? >> >> On Tuesda

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

2024-07-23 Thread Zach
weewx.units.obs_group_dict['lakeSurfacelevel'] = 'group_altitude' > > save extensions.py and try the import agin. > > Gary > > On Wednesday 24 July 2024 at 06:50:28 UTC+10 Zach wrote: > >> Sorry, I should have clicked reply all. ;) >> >> He

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

2024-07-23 Thread Zach
Sorry, I should have clicked reply all. ;) Here is the output Using configuration file */Users/zach/weewx-data/weewx.conf* This is a dry run. Nothing will actually be done. Starting weectl import... A CSV import from source file '/Users/zach/Downloads/Untitled.csv' has been reque

[weewx-user] Importing data for custom observations

2024-07-23 Thread Zach
WD | WeatherCat) source = CSV ## [CSV] # Parameters used when importing from a CSV file # Path and name of our CSV source file. Format is: # file = full path and filename file = /Users/zach/Downloads/Untitled.csv # Specify the character used to separate fields. The chara