Tried again, respecting ordering and formatting of the data, these are the system logging messages,
import (01.04.2021 23:45:36): import of file "MTENE2021.txt" (960 kb) started: type 3, mode 1
import (01.04.2021 23:45:36): completed 8216 lines, performing 0 database updates.
import (02.04.2021 00:04:25): import of file "MTENE2021.csv" (960 kb) started: type 3, mode 0
import (02.04.2021 00:04:25): completed 8216 lines, performing 0 database updates.
No updating, so I copy-paste the relevant parts of the database I am cconcerned with:
Following chunk of data corresponds to the rain problem
'2021-01-01 04:30:00','10.3','10.3','10.2','75.0','6.0','20.0','31.5','335.0','0.000','0.000','1016.500','0.0','5.5'
'2021-01-01 04:35:00','10.4','10.4','10.3','76.0','6.3','19.6','35.4','336.0','0.000','0.200','1016.700','0.0','5.7'
'2021-01-01 04:40:00','9.9','10.4','9.2','80.2','6.6','25.9','40.7','326.0','15.600','1.200','1016.900','0.0','4.1'
'2021-01-01 04:45:00','8.8','9.2','8.5','82.6','5.9','19.6','38.9','307.0','6.100','1.400','1016.800','0.0','4.0'
'2021-01-01 04:50:00','8.4','8.5','8.4','84.0','5.8','16.3','27.8','315.0','4.300','1.400','1016.600','0.0','4.3'
This is a copy-paste of the relevant data in the MB/RPi4B-8GB

- rain01012021.jpg (131.71 KiB) Viewed 2476 times
As seen, no proper update of the rain totals have been done. MB said that in the log... but why?
Following chunk of data corresponds to the wind problem
'2021-01-22 03:00:00','14.0','14.1','14.0','87.0','11.8','26.7','54.7','255.0','0.000','0.000','1013.200','0.0','9.4'
'2021-01-22 03:05:00','13.9','14.0','13.9','85.8','11.6','28.3','59.4','268.0','0.000','0.000','1013.200','0.0','8.9'
'2021-01-22 03:10:00','13.9','14.0','13.9','82.6','10.9','31.1','72.4','273.0','0.000','0.000','1013.100','0.0','8.2'
'2021-01-22 03:15:00','14.1','14.1','14.0','80.4','10.8','32.2','69.1','287.0','0.000','0.000','1013.200','0.0','8.1'
'2021-01-22 03:20:00','14.1','14.1','14.1','76.4','10.0','32.4','72.4','281.0','0.000','0.000','1013.200','0.0','7.8'
'2021-01-22 03:25:00','14.1','14.2','14.1','75.0','9.7','30.3','75.6','279.0','0.000','0.000','1013.400','0.0','8.2'
'2021-01-22 03:30:00','14.1','14.1','14.1','75.0','9.7','27.3','50.0','263.0','0.000','0.000','1013.300','0.0','8.7'
'2021-01-22 03:35:00','14.1','14.1','14.0','76.2','9.9','25.3','64.4','282.0','0.000','0.000','1013.400','0.0','9.2'
'2021-01-22 03:40:00','14.0','14.1','14.0','77.0','10.0','24.6','48.2','260.0','0.000','0.000','1013.400','0.0','9.3'
'2021-01-22 03:45:00','14.0','14.0','13.9','77.8','10.1','24.1','48.2','251.0','0.000','0.000','1013.400','0.0','9.3'
'2021-01-22 03:50:00','13.9','14.0','13.9','78.6','10.2','21.8','53.3','278.0','0.000','0.000','1013.400','0.0','9.8'
'2021-01-22 03:55:00','13.9','13.9','13.8','78.6','10.2','21.2','58.0','265.0','0.000','0.000','1013.200','0.0','9.9'
'2021-01-22 04:00:00','13.8','13.9','13.8','76.8','9.8','23.5','46.8','277.0','0.000','0.000','1013.400','0.0','9.3'
This is a copy-paste of the relevant data in the Meteobridge

- wind22012021.jpg (176.58 KiB) Viewed 2476 times
Again no update as per the log. The wind problem arose when I detected those 33.8 m/s at 03:25 of day 2021-01-22,
that don't correspond to the average wind speed of 30.3 km/h nor to the 75.6 km/h gust Meteotemplate registered.
Might be a unit conversion problem? I doubt it as there is no fixed factor along the database either...
It doesn't look an easy problem but I cross fingers for a solution that it could be related to some details I might over looked
Best regards,
Juan