Author Topic: Weewx not writing to database  (Read 1978 times)

0 Members and 1 Guest are viewing this topic.

Offline Nemysys

  • Member
  • *
  • Posts: 8
Weewx not writing to database
« on: September 22, 2021, 12:12:58 PM »
I’ve had weewx running for a couple of years on a raspberry pi, all working lovely.

About 2 weeks ago, it has stopped updating the reports.
I have backtracked and can see the time stamp on the database file has not updated, the html reports have not updated. I’m not aware of any changes to the RPi

If I tail syslog I can see messages coming in from my weather station.

Any help appreciated



Offline Gyvate

  • Forecaster
  • *****
  • Posts: 3298
Re: Weewx not writing to database
« Reply #1 on: September 24, 2021, 04:56:44 AM »
please set your debug option in weewx.conf to DEBUG = 3 and restart weewx.
Wait for at least one (better two) archive cycles to complete and provide the complete (!!) syslog
from the weewx start on (having some logging from before the restart wouldn't hurt and could complete the view).
(if there are passwords or API keys, you can remove them, replace them with xxxx).
Are you using WiFi or Ethernet (cable) to connect to your router / access point ?

« Last Edit: September 24, 2021, 05:00:22 AM by Gyvate »
WS2350 1.6.7, GW1000(3) 1.7.7,WH2650 WiFi (2) 1.7.7 (test/backup), GW1100 2.3.1, GW2000(3) 3.1.1, HP2551 1.9.5,5.1.5;HP3500 1.7.2,WS3800 1.2.8, WN1910 1.2.3,WN1980 1.2.3;
Ecowitt WS90(2)1.3.5/1.4.0, WS80(2)1.2.5, WS68, WS69, WH40, WH31, WH31-EP, WN30, WN34L, WN35, WH32, WH32-EP, WH32B, WH57 [Lightning], WH41 [PM2.5], WH51, WH45, WH55
MeteobridgePro(2)[test,prod] 5.8 Mar 01 2024, 15185 - Blake-Larsen Sun Recorder - RPi4/weewx 4.8.0/4.10.2/CumulusMX 3283/Meteobridge RPi4B-2GB(3169)
Barani Meteoshield Pro, MetSpec Rad02 - Ecowitt 5763,34418;WU ISAARB3(WH4000SE),ISAARB22(HP2553), http://meshka.eu

Offline Nemysys

  • Member
  • *
  • Posts: 8
Re: Weewx not writing to database
« Reply #2 on: September 24, 2021, 07:06:31 AM »
Thanks for replying, I have attached an extract from SYSLOG from when I restarted weewx.

I'm not aware of any changes to the RPi to stop it working.

I can see the timestamp on the database file which has stopped updating.
-rw-r--r--  1 root root 59166720 Sep 12 08:02 weewx.sdb

and the html files on the same Raspberry Pi are no longer being updated.
-rw-r--r--  1 root     root      8080 Sep 12 08:02 daytempdew.png
-rw-r--r--  1 root     root      6744 Sep 12 08:02 daytempfeel.png
-rw-r--r--  1 root     root      7015 Sep 12 08:02 daytempin.png
-rw-r--r--  1 root     root      8098 Sep 12 08:02 daytemp.png
-rw-r--r--  1 root     root      5167 Sep 12 08:02 dayuv.png
-rw-r--r--  1 root     root     11046 Sep 12 08:02 dayvolt.png
-rw-r--r--  1 root     root      6380 Sep 12 08:02 daywinddir.png
-rw-r--r--  1 root     root      7434 Sep 12 08:02 daywind.png
-rw-r--r--  1 root     root      6189 Sep 12 08:02 daywindvec.png

Network connected via wire to my router. SSH access is all fine.

Disk space is OK
Filesystem      Size  Used Avail Use% Mounted on
/dev/root       7.2G  4.4G  2.5G  64% /
devtmpfs        459M     0  459M   0% /dev
tmpfs           464M  228K  463M   1% /dev/shm
tmpfs           464M   47M  417M  11% /run
tmpfs           5.0M  4.0K  5.0M   1% /run/lock
tmpfs           464M     0  464M   0% /sys/fs/cgroup
/dev/mmcblk0p1   41M   23M   19M  55% /boot
tmpfs            93M     0   93M   0% /run/user/999
tmpfs            93M     0   93M   0% /run/user/1000


Any help would be appreciated.

Thanks

Offline Gyvate

  • Forecaster
  • *****
  • Posts: 3298
Re: Weewx not writing to database
« Reply #3 on: September 24, 2021, 07:55:11 AM »
the first two minutes look normal - unfortunately you didn't send at least one full archiving cycle.
It's 300 seconds for you i.e. five minutes - your log excerpt is two minutes only  :roll:
Can I get a log (debug = 3) over five, better 10 minutes ?
I also suggest to read the syslog in Geany (if installed) and copy the full lines - some of your lines are cut (probably you using the nano editor).
just for the fun of it:
can you add the line
iface = eth0
to your Interceptor section in weewx.conf ...
« Last Edit: September 24, 2021, 07:58:37 AM by Gyvate »
WS2350 1.6.7, GW1000(3) 1.7.7,WH2650 WiFi (2) 1.7.7 (test/backup), GW1100 2.3.1, GW2000(3) 3.1.1, HP2551 1.9.5,5.1.5;HP3500 1.7.2,WS3800 1.2.8, WN1910 1.2.3,WN1980 1.2.3;
Ecowitt WS90(2)1.3.5/1.4.0, WS80(2)1.2.5, WS68, WS69, WH40, WH31, WH31-EP, WN30, WN34L, WN35, WH32, WH32-EP, WH32B, WH57 [Lightning], WH41 [PM2.5], WH51, WH45, WH55
MeteobridgePro(2)[test,prod] 5.8 Mar 01 2024, 15185 - Blake-Larsen Sun Recorder - RPi4/weewx 4.8.0/4.10.2/CumulusMX 3283/Meteobridge RPi4B-2GB(3169)
Barani Meteoshield Pro, MetSpec Rad02 - Ecowitt 5763,34418;WU ISAARB3(WH4000SE),ISAARB22(HP2553), http://meshka.eu

Offline Nemysys

  • Member
  • *
  • Posts: 8
Re: Weewx not writing to database
« Reply #4 on: September 25, 2021, 04:02:55 PM »
Thanks for you response.

Yes I was using nano and copying and pasting to my Mac.  Just found out about SCP and Geany :-)

added the iface = eth0

Hope this file helps more.
« Last Edit: September 25, 2021, 04:04:36 PM by Nemysys »

Offline Gyvate

  • Forecaster
  • *****
  • Posts: 3298
Re: Weewx not writing to database
« Reply #5 on: September 25, 2021, 05:42:11 PM »
looks strange - somehow no archiving initiated.
Can you still find the syslog from the date and time when the archiving stopped.
Usually the older syslogs are kept in /var/log and get some extension like syslog2.gz etc.
There might be some hint what change you made, which component you updated etc. which then interfered with weewx.
WS2350 1.6.7, GW1000(3) 1.7.7,WH2650 WiFi (2) 1.7.7 (test/backup), GW1100 2.3.1, GW2000(3) 3.1.1, HP2551 1.9.5,5.1.5;HP3500 1.7.2,WS3800 1.2.8, WN1910 1.2.3,WN1980 1.2.3;
Ecowitt WS90(2)1.3.5/1.4.0, WS80(2)1.2.5, WS68, WS69, WH40, WH31, WH31-EP, WN30, WN34L, WN35, WH32, WH32-EP, WH32B, WH57 [Lightning], WH41 [PM2.5], WH51, WH45, WH55
MeteobridgePro(2)[test,prod] 5.8 Mar 01 2024, 15185 - Blake-Larsen Sun Recorder - RPi4/weewx 4.8.0/4.10.2/CumulusMX 3283/Meteobridge RPi4B-2GB(3169)
Barani Meteoshield Pro, MetSpec Rad02 - Ecowitt 5763,34418;WU ISAARB3(WH4000SE),ISAARB22(HP2553), http://meshka.eu

Offline Nemysys

  • Member
  • *
  • Posts: 8
Re: Weewx not writing to database
« Reply #6 on: September 25, 2021, 05:50:59 PM »
Unfortunately not, the only ones I have are

-rw-r-----  1 root     adm       11197492 Sep 25 21:48 syslog
-rw-r-----  1 root     adm       17514851 Sep 25 06:25 syslog.1
-rw-r-----  1 root     adm         705371 Sep 24 06:25 syslog.2.gz
-rw-r-----  1 root     adm         797761 Sep 23 06:25 syslog.3.gz
-rw-r-----  1 root     adm         730871 Sep 22 06:25 syslog.4.gz
-rw-r-----  1 root     adm         723384 Sep 21 06:25 syslog.5.gz
-rw-r-----  1 root     adm         742962 Sep 20 06:25 syslog.6.gz
-rw-r-----  1 root     adm         732031 Sep 19 06:25 syslog.7.gz

Although I don't recall doing it, the only changes I would have ever made are through apt-get update/upgrade. I'm not Linux savvy to do anything else. ;-)

Is there a log which I can find for this?

BTW, I do appreciate your help.
« Last Edit: September 25, 2021, 05:53:08 PM by Nemysys »

Offline Nemysys

  • Member
  • *
  • Posts: 8
Re: Weewx not writing to database
« Reply #7 on: September 25, 2021, 06:14:58 PM »
Found the /var/log/apt/history files

One from July 22nd

Start-Date: 2021-07-22  23:01:48
Commandline: apt-get upgrade
Requested-By: pi (1000)
Upgrade: libsystemd0:armhf (232-25+deb9u12, 232-25+deb9u13), python-imaging:armhf (4.0.0-4+deb9u2, 4.0.0-4+deb9u3), python3-pil:armhf (4.0.0-4+deb9u2, 4.0.0-4+deb9u3), udev:armhf (232-25+deb9u12, 232-25+deb9u13), libudev1:armhf (232-25+deb9u12, 232-25+deb9u13), systemd-sysv:armhf (232-25+deb9u12, 232-25+deb9u13), libpam-systemd:armhf (232-25+deb9u12, 232-25+deb9u13), systemd:armhf (232-25+deb9u12, 232-25+deb9u13), python-pil:armhf (4.0.0-4+deb9u2, 4.0.0-4+deb9u3)
End-Date: 2021-07-22  23:03:12


One from September 22nd
Start-Date: 2021-09-22  15:00:16
Commandline: apt-get upgrade
Requested-By: pi (1000)
Upgrade: libcurl3:armhf (7.52.1-5+deb9u14, 7.52.1-5+deb9u15), python-xdg:armhf (0.25-4, 0.25-4+deb9u1), python3-xdg:armhf (0.25-4, 0.25-4+deb9u1), libhogweed4:armhf (3.3-1, 3.3-1+deb9u1), libnettle6:armhf (3.3-1, 3.3-1+deb9u1), libgnutls30:armhf (3.5.8-5+deb9u5, 3.5.8-5+deb9u6), curl:armhf (7.52.1-5+deb9u14, 7.52.1-5+deb9u15), libcurl3-gnutls:armhf (7.52.1-5+deb9u14, 7.52.1-5+deb9u15), libssl1.0.2:armhf (1.0.2u-1~deb9u4, 1.0.2u-1~deb9u5)
End-Date: 2021-09-22  15:01:23

Nothing in between.

Offline Gyvate

  • Forecaster
  • *****
  • Posts: 3298
Re: Weewx not writing to database
« Reply #8 on: September 25, 2021, 06:41:25 PM »
looks mysterious to me - a pity we don't find the syslog files from that date.

One thing you could try is running weewx with Python3. I can see that python3 is installed from the apt log.
What you need to for this to happen is to change an entry in the file /etc/default/weewx
in your file it probably says:
WEEWX_PYTHON=python2
change that to
WEEWX_PYTHON=python3
and save.

restart weewx - in the syslog it should show now

INFO __main__: Initializing weewx version 4.5.1
INFO __main__: Using Python 3.7.3 (default, Jan 22 2021, 20:04:44) #012[GCC 8.3.0]
instead of so far
INFO __main__: Initializing weewx version 4.5.1
INFO __main__: Using Python 2.7.13 (default, Apr 16 2021, 14:02:03) #012[GCC 6.3.0 20170516]

and see what it gives

if I misread the apt log and python3 is not installed on your RPi, the following steps will install all parts of Python3 needed for weewx
sudo apt update

# Required
sudo apt install python3-configobj
sudo apt install python3-pil
sudo apt install python3-serial
sudo apt install python3-usb
sudo apt install python3-pip

# This works for most installations...
sudo apt install python3-cheetah
# ... if not, try this:
sudo pip3 install Cheetah3

# Optional: for extended almanac information
sudo apt install python3-ephem
« Last Edit: September 25, 2021, 06:46:43 PM by Gyvate »
WS2350 1.6.7, GW1000(3) 1.7.7,WH2650 WiFi (2) 1.7.7 (test/backup), GW1100 2.3.1, GW2000(3) 3.1.1, HP2551 1.9.5,5.1.5;HP3500 1.7.2,WS3800 1.2.8, WN1910 1.2.3,WN1980 1.2.3;
Ecowitt WS90(2)1.3.5/1.4.0, WS80(2)1.2.5, WS68, WS69, WH40, WH31, WH31-EP, WN30, WN34L, WN35, WH32, WH32-EP, WH32B, WH57 [Lightning], WH41 [PM2.5], WH51, WH45, WH55
MeteobridgePro(2)[test,prod] 5.8 Mar 01 2024, 15185 - Blake-Larsen Sun Recorder - RPi4/weewx 4.8.0/4.10.2/CumulusMX 3283/Meteobridge RPi4B-2GB(3169)
Barani Meteoshield Pro, MetSpec Rad02 - Ecowitt 5763,34418;WU ISAARB3(WH4000SE),ISAARB22(HP2553), http://meshka.eu

Offline Nemysys

  • Member
  • *
  • Posts: 8
Re: Weewx not writing to database
« Reply #9 on: September 26, 2021, 06:58:30 AM »
Thanks, Python3 was installed, but a lower version than you mentioned. I installed as per your commands, tried restarting whew, and got the following.  Changed the line back to ‘WEEWX_PYTHON=python2’ and it restarts OK, but still the original problem.

Sep 26 10:43:17 pihole weewx[16699] INFO weewx.engine: Loading station type Interceptor (user.interceptor)
Sep 26 10:43:18 pihole weewx[16699] CRITICAL __main__: Caught unrecoverable exception:
Sep 26 10:43:18 pihole weewx[16699] CRITICAL __main__:     ****  invalid syntax (interceptor.py, line 748)
Sep 26 10:43:18 pihole weewx[16699] CRITICAL __main__:     ****  Traceback (most recent call last):
Sep 26 10:43:18 pihole weewx[16699] CRITICAL __main__:     ****    File "/usr/share/weewx/weewxd", line 151, in main
Sep 26 10:43:18 pihole weewx[16699] CRITICAL __main__:     ****      engine = weewx.engine.StdEngine(config_dict)
Sep 26 10:43:18 pihole weewx[16699] CRITICAL __main__:     ****    File "/usr/share/weewx/weewx/engine.py", line 81, in __init__
Sep 26 10:43:18 pihole weewx[16699] CRITICAL __main__:     ****      self.setupStation(config_dict)
Sep 26 10:43:18 pihole weewx[16699] CRITICAL __main__:     ****    File "/usr/share/weewx/weewx/engine.py", line 108, in setupStation
Sep 26 10:43:18 pihole weewx[16699] CRITICAL __main__:     ****      __import__(driver)
Sep 26 10:43:18 pihole weewx[16699] CRITICAL __main__:     ****    File "/usr/share/weewx/user/interceptor.py", line 748
Sep 26 10:43:18 pihole systemd[1]: Started LSB: weewx weather system.
Sep 26 10:43:18 pihole weewx[16681]: Starting weewx weather system: weewx.
Sep 26 10:43:18 pihole weewx[16699] CRITICAL __main__:     ****      except ValueError, e:
Sep 26 10:43:18 pihole weewx[16699] CRITICAL __main__:     ****                       ^
Sep 26 10:43:18 pihole weewx[16699] CRITICAL __main__:     ****  SyntaxError: invalid syntax
Sep 26 10:43:18 pihole weewx[16699] CRITICAL __main__:     ****  Exiting.



Line 748 in interceptor.py is the ‘except ValueError, e:’ line

                for n in data:
                    if n == 'id':
                        pkt['bridge_id'] = data[n]
                    elif n == 'sensor':
                        pkt['sensor_id'] = data[n]
                    elif n == 'mt':
                        pkt['sensor_type'] = data[n]
                    elif n == 'battery':
                        pkt['battery'] = 0 if data[n] == 'normal' else 1
                    elif n == 'rssi':
                        pkt['rssi'] = float(data[n]) * 25 # [0,100]
                    elif n in self.LABEL_MAP:
                        pkt[self.LABEL_MAP[n]] = self.decode_float(data[n])
                    elif n in self.IGNORED_LABELS:
                        logdbg("ignored parameter %s=%s" % (n, data[n]))
                    else:
                        loginf("unrecognized parameter %s=%s" % (n, data[n]))
            except ValueError, e:
                logerr("parse failed for %s: %s" % (s, e))
            # convert rainfall to a delta
            if 'rainfall' in pkt:
                rain_total = pkt['rainfall']
                if 'sensor_id' in pkt:
                    last_rain = self._last_rain.get(pkt['sensor_id'])
                    pkt['rainfall'] = self._delta_rain(rain_total, last_rain)
                    pkt['rain_total'] = rain_total
                    self._last_rain[pkt['sensor_id']] = rain_total
                else:
                    loginf("ignored rainfall %s: no sensor_id" % rain_total)
                    pkt['rainfall'] = None
            return self.add_identifiers(pkt)


I will if necessary do a complete fresh re-install of the Pi, but would like to retain old data if at all possible. Can this be done?

Offline Gyvate

  • Forecaster
  • *****
  • Posts: 3298
Re: Weewx not writing to database
« Reply #10 on: September 26, 2021, 08:11:11 AM »
the error is a not complete compatibility of the interceptor version and Python3. Never mind.

However, before we start messing up - and before you start a complete re-install of the OS (operating system) - what you call a re-install of the RPi - I suggest you first do a complete new re-install of weewx.

For this you better make BEFOREHAND a copy of the /etc/weewx directory (with weewx.conf, Skins etc.) and of the /var/lib/weewx directory (database)
If you have made changes to extensions.py in /usr/share/weewx/user then save this directory also.
interceptor.py which resides also in /usr/share/weewx/user will not be needed - you better install the latest version from GitHub.
(https://github.com/matthewwall/weewx-interceptor)

in a RPi console window:

sudo mkdir /home/pi/weewx
sudo cp -R /etc/weewx   /home/pi/weewx/etc/weewx
sudo cp -R /var/lib/weewx   /home/pi/weewx/var/lib/weewx
sudo cp -R /usr/share/weewx/user   /home/pi/weewx/usr/share/weewx/user

after that all your important files are saved to /home/pi/weewx
to be on the safe side and, if you want to the re-install of the RPi, copy these files also to an external USB stick.

in the text below all comments will start with #, all other lines are OS commands to be executed in the RPi console
(depending on your RPi OS the USB stick, when inserted, will be automatically mounted into /media/pi - you will be asked if you want that - then it's your choice to either accept it or reject and do the mounting described below yourself - if it's mounted to /media/pi the commands below will need to be modified accordingly for the paths)

# Make sure the USB stick is formatted FAT32.#
# execute the command below:
ls /dev/sd* -l  (that's the lowercase "L""  ;) )
# all external "special devices" (e.g. USB stick, external USB disk ...) will be shown as
sda (+sda1 if the device has 2 partitions)
sdb .... etc - if you have no external device attached, the command will show nothing
# Now insert the USB stick and execute the command again
ls /dev/sd* -l
# now at least one entry (depedending on what was shown earlier) will be shown - most likely sda and sda1 or sda only
# now we make the USB stick available to the file system, i.e. we mount it into an existing directory of the file system:
sudo mkdir /mnt/USB
sudo mount /dev/sda1 /mnt/USB
# now the USB stick is known to the OS as /mnt/USB
# copy the files as backup onto the USB stick
sudo cp -R /home/pi/weewx /mnt/USB
# this will copy the all your weewx files with important content (weewx.conf, skins etc + the weewx database) to your USB stick

now go to weewx.com and look up how to uninstall weewx completely.
Do it - afterwards look up how to install weewx with python3 - do it.
download and install the latest version of the interceptor driver from GitHub
before you start weewx for the first time, copy your saved data back:

sudo cp -R /home/pi/weewx/etc/weewx   /etc/weewx
sudo cp -R /home/pi/weewx/var/lib/weewx  /var/lib/weewx
(don't touch the /home/pi/weewx/usr/share/weewx/user directory - we may not need it (or mess up the interceptor driver installation if we copy it back now)

now start weewx and see if it behaves properly (archives data, shows reports on the skin after an archiving cycle)
sudo /etc/init.d/weewx start

Only if all this doesn't produce the desired result, you can re-install your RPi new from scratch - the weewx data you need will be on your USB stick - and can be copied back the same way as we copied them on:
BEFORE install weewx with python3 and the interceptor driver,
then
- insert the USB stick
- identify the device-name (e.g. sda1) with ls /dev/sd* -l
- create a moint point (=directory where the USB stick will be mounted into the file system): sudo mkdir /mnt/USB
- mount the stick: sudo mount /dev/device-name (replace "device-name" by what you found with ls /dev/sd* -l)
- copy your files back:
sudo cp -R /mnt/USB/weewx/etc/weewx   /etc/weewx
sudo cp -R /mnt/USB/weewx/var/lib/weewx    /var/lib/weewx

Good luck !
« Last Edit: September 26, 2021, 07:26:14 PM by Gyvate »
WS2350 1.6.7, GW1000(3) 1.7.7,WH2650 WiFi (2) 1.7.7 (test/backup), GW1100 2.3.1, GW2000(3) 3.1.1, HP2551 1.9.5,5.1.5;HP3500 1.7.2,WS3800 1.2.8, WN1910 1.2.3,WN1980 1.2.3;
Ecowitt WS90(2)1.3.5/1.4.0, WS80(2)1.2.5, WS68, WS69, WH40, WH31, WH31-EP, WN30, WN34L, WN35, WH32, WH32-EP, WH32B, WH57 [Lightning], WH41 [PM2.5], WH51, WH45, WH55
MeteobridgePro(2)[test,prod] 5.8 Mar 01 2024, 15185 - Blake-Larsen Sun Recorder - RPi4/weewx 4.8.0/4.10.2/CumulusMX 3283/Meteobridge RPi4B-2GB(3169)
Barani Meteoshield Pro, MetSpec Rad02 - Ecowitt 5763,34418;WU ISAARB3(WH4000SE),ISAARB22(HP2553), http://meshka.eu

Offline Nemysys

  • Member
  • *
  • Posts: 8
Re: Weewx not writing to database
« Reply #11 on: September 26, 2021, 07:32:49 PM »
Thank you for taking the time to help.

I've been through your instructions and couldn't get it to work on my original RPi installation.
Followed your instructions and took backups , updates etc. still no joy.

This RPi was only being used for weewx, so I took the backups, decided to upgrade from Raspian 9 to 10, complete format and re-install. Followed all the instructions you provided to reinstall weewx.

All works great if I set the driver to simulator, reports and ftp all work well.Even historical data. Can see the success ftp info in syslog.
As soon as I change it back to interceptor (I installed the latest from GitHub) the data is being received as per syslog, but no database updates or reports are being generated. I also tried deleting the old db file. it gets created when running as 'simulator' but doesn't get updated when I change back to 'interceptor'

I have had to recently replaced the batteries in my weather station transmitter, could it be a timestamp issue? is there a weewx way to 'reset' that?

Hope this helps to target the issue.

Thanks again for your time and assistance.

Offline Storm017

  • Senior Contributor
  • ****
  • Posts: 172
Re: Weewx not writing to database
« Reply #12 on: September 27, 2021, 12:19:40 AM »
Did you search for a solution or post a question here: https://groups.google.com/g/weewx-user

Offline Gyvate

  • Forecaster
  • *****
  • Posts: 3298
Re: Weewx not writing to database
« Reply #13 on: September 27, 2021, 03:10:16 AM »
Did you search for a solution or post a question here: https://groups.google.com/g/weewx-user
I think @Storm017 is right - at this point of the assessment you should post your situation into the weewx user group. There your case (or a similar one) could be known amongst the group members, something similar might have occurred earlier or even the developer of the interceptor driver could be available for assistance. It might very well be connected rather to your station than to weewx itself from what alll you/we have done and seen so far.
WS2350 1.6.7, GW1000(3) 1.7.7,WH2650 WiFi (2) 1.7.7 (test/backup), GW1100 2.3.1, GW2000(3) 3.1.1, HP2551 1.9.5,5.1.5;HP3500 1.7.2,WS3800 1.2.8, WN1910 1.2.3,WN1980 1.2.3;
Ecowitt WS90(2)1.3.5/1.4.0, WS80(2)1.2.5, WS68, WS69, WH40, WH31, WH31-EP, WN30, WN34L, WN35, WH32, WH32-EP, WH32B, WH57 [Lightning], WH41 [PM2.5], WH51, WH45, WH55
MeteobridgePro(2)[test,prod] 5.8 Mar 01 2024, 15185 - Blake-Larsen Sun Recorder - RPi4/weewx 4.8.0/4.10.2/CumulusMX 3283/Meteobridge RPi4B-2GB(3169)
Barani Meteoshield Pro, MetSpec Rad02 - Ecowitt 5763,34418;WU ISAARB3(WH4000SE),ISAARB22(HP2553), http://meshka.eu

Offline Nemysys

  • Member
  • *
  • Posts: 8
Re: Weewx not writing to database
« Reply #14 on: September 27, 2021, 06:50:01 AM »
Will do, thanks for your time and assistance

 

anything