Wow, this is exactly what I hoped for. Thanks! I will manage from here. I had already successfully exported from ecowitt cloud/api, which by the way is a lot better than netatmo with old weather-data on their servers (in case people are deciding between the two..).
On Monday, June 2, 2025 at 7:48:24 AM UTC+2 Rainer Lang wrote: > Hi Benedict > you need two files > > 1. the very file to import which contains the data with a headline giving > a name to each field (between two separators, delimiters, in the example a > ";") and having the same sequence below where the data are > 2. the .conf file where the weewx import program is told which fields to > import into which fields of your database > > the ecowitt2weewx example is very primitive and only handles the basic > weather observations, no extra sensors > > my attached examples contains also extra sensors, not existing or used > ones being commented out (with a leading "#") > what is missing for you you can add yourself - the weewx database names to > be used (left side of the assignments) you find in > the database schema - location (in my case): /usr/share/weewx/schemas and > there it is the wview_extended.py file > your location may be different depending on your weewx version and > installation method > > I attach two examples of a .conf file and a data file which should make > the story clear > > you will have to use of course your own data file and modified conf file - > and e.g. the path to your data file in the .conf file has to be adapted to > your situation 🙂 > make sure that the date-time format from your to-be-imported data file is > properly described in your .conf file header section > > you can do this all manually for a test > download the xlsx file from your account at ecowitt.net (Export button), > load it into Excel, save it again as a csv text file > > good luck > On 01.06.2025 22:07, Benedict wrote: > > How did you config the import for the csv? I have a wittboy and a lot of > extra sensors, like leaf wetness, soil moisture (2x) and extra temperature > sensors, and would like to have them imported too, but the descriptions in > that weewx_import.conf are (again) not very descriptive, and without > (current-day) examples. > Could you provide your conf that you've used, so I can base mine on that? > Thanks in advance! > > Regards, > > Ben > On Wednesday, November 1, 2023 at 7:53:01 AM UTC+1 Marlon wrote: > >> Hi Tim >> I recently pushed a PR to that repo, which isn't merged yet which got >> things working for me. >> With this, I managed to extract my ecowitt data and then used >> *wee_import* to bring it into weewx. >> https://github.com/notnullxyz/ecowitt2weewx - a fork from @comes with my >> fixes and his latest changes from yesterday >> I hope that this will help you. It's for me really, but if anyone else >> find it useful, that's cool. >> >> >> >> On Wednesday, 01 November 2023 at 08:29:50 UTC+2 Tim Tuck wrote: >> >>> HI Vince, >>> >>> I might do that. >>> >>> But I've posted here since this was script originally announced here so >>> the developer should see this anyway. >>> >>> Also there are many weewx user who have Ecowitt kit and repopulating the >>> db from the Ecowitt server is something that others may have done, hence >>> my question :) >>> >>> regards >>> >>> Tim >>> >>> On 1/11/23 16:04, vince wrote: >>> > Perhaps you might open a github issue at the repo you mentioned..,, >>> > >>> > >>> >> -- > 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 visit > https://groups.google.com/d/msgid/weewx-user/3bb24aa9-e4cf-4bc4-ab8f-f530c788c49dn%40googlegroups.com > > <https://groups.google.com/d/msgid/weewx-user/3bb24aa9-e4cf-4bc4-ab8f-f530c788c49dn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > -- 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 visit https://groups.google.com/d/msgid/weewx-user/38092c4a-7fa8-4db3-a485-1243f79886d9n%40googlegroups.com.
