I have installed version 4 according to the docs in the install archive on my RPi.
Added my old databases (54MB) in the weewx/archive folder and started weewx from the command line.
A full import of the database took place and it grew to 60MB.
I have however problems getting data in the system as the connection to the vantag pro seems off.
When running as a daemon I get
ERROR weewx.drivers.vantage: LOOP try #1; error: Expected to read 99 chars; got 0 instead
and later
ERROR weewx.drivers.vantage: DMPAFT try #1; error: Timeout in get_data_with_crc16
If I run it from the command line after issuing the command I get the loop packets visible and this continues till ctrl-c
LOOP: 2020-03-18 11:47:10 CET (1584528430) altimeter: None, appTemp: 55.1173360971, barometer: 30.288, beaufort: 0, cloudbase: 3768.61590836, consBatteryVoltage: 4.47, dateTime: 1584528430, dayET: 0.021, dayRain: 0.0, dewpoint: 40.7060900032, extraAlarm1: 0, extraAlarm2: 0, extraAlarm3: 0, extraAlarm4: 0, extraAlarm5: 0, extraAlarm6: 0, extraAlarm7: 0, extraAlarm8: 0, forecastIcon: 6, forecastRule: 9, heatindex: 57.2, humidex: 57.2, inDewpoint: 45.1749354896, inHumidity: 44.0, insideAlarm: 0, inTemp: 67.9, leafWet4: 0.0, maxSolarRad: 554.161850926, monthET: 0.71, monthRain: 2.5039369926, outHumidity: 54.0, outsideAlarm1: 0, outsideAlarm2: 0, outTemp: 57.2, pressure: None, radiation: 322.0, rain: None, rainAlarm: 0, rainRate: 0.0, soilLeafAlarm1: 0, soilLeafAlarm2: 0, soilLeafAlarm3: 0, soilLeafAlarm4: 0, stormRain: 0.0, sunrise: 1584511920.0, sunset: 1584555504.0, txBatteryStatus: 0, usUnits: 1, UV: 1.5, windchill: 57.2, windDir: None, windGust: 0.0, windGustDir: None, windSpeed: 0.0, yearET: 2.2, yearRain: 19.4015746848
The website build remains stuck at the last date from the old database (altough it is refreshed in the new layout).
I added relevant sections from the syslog
Anybody any ideas where to look?
Thanks,