Re: [weewx-user] Data Retrieval - Vantage Data Logger

2023-04-15 Thread Dave McCreath
RTC arrived, installed and all is working as it should be. Turned the RPi off for 40 minutes, rebooted, and all missing records retrieved and uploaded. Thank you. Dave On Friday, 14 April 2023 at 12:30:11 UTC+1 Dave McCreath wrote: > Just by chance we had another power cut today, 1hr 10minute

[weewx-user] Edit the Weewx.conf

2023-04-15 Thread Albin von Moos
Hello I installed Weewx today and would also like to change the language German (DE). Unfortunately I cannot change the weewx.conf because it is writing -protected. I am the only user on the Raspberry Pi 3. So I should have all rights to edit the conig file!?! Many thanks for the help (Translate

Re: [weewx-user] Edit the Weewx.conf

2023-04-15 Thread Tom Keffer
Be sure to use "sudo". For example, *sudo nano /etc/weewx/weewx.conf* See https://github.com/weewx/weewx/wiki/faq-permission-denied On Sat, Apr 15, 2023 at 5:50 AM Albin von Moos wrote: > Hello > I installed Weewx today and would also like to change the language German > (DE). Unfortunately I

[weewx-user] Transfer from MySQL to sqlite

2023-04-15 Thread George
The transfer breaks off after about 40 minutes with 'killed'. The dry-run outputs this: Using database binding 'wx_binding', which is bound to database 'archive_mysql' Transfer 523089 records from source database 'weewx' to destination database 'weewx.sdb'. Dry run, nothing done. Is it may

Re: [weewx-user] Edit the Weewx.conf

2023-04-15 Thread DR
I am far from  an expert, but when I encountered this problem with my adjusting, I used a command line chmod a+w or (777) for the directory. Maybe that isn't a safe thing to do, but sure simplified the process as I tweaked it. I only suggest this until the experts can weigh in.  Dale -- Yo

[weewx-user] Re: Transfer from MySQL to sqlite

2023-04-15 Thread vince
Impossible to say without seeing exactly your transcript verbatim. On Saturday, April 15, 2023 at 7:20:22 AM UTC-7 George wrote: > The transfer breaks off after about 40 minutes with 'killed'. > The dry-run outputs this: > > Using database binding 'wx_binding', which is bound to database > 'ar