Linux Opensuse made a big update that forced all python programs to use the python3.11 version.
This way of doing things caused a big mess in programs like tuned, firewalld or sendmail.
Weewx had become completely inoperable.
I found a solution by making a link from python3.11 to python3 in the /usr/bin/ folder.
It is effective and solves the problem.
If this solution can help.
The solution to my blockage and some practical information about Wunderground.
My blockage was due to an update with pip which allowed me to receive the weewx version 5.0.0b15.
At the same time, I updated the documentation with the command
weectl station upgrade --what docs examples util
which replaced my wu-example.conf file. He was a virgin.
I made a copy/paste error filling this file with my API key information. This explains the 401 error.
The exchange with Wunderground Feedback taught me that we had a quota of transactions which is not indicated anywhere on the page dedicated to the API key.
It’s limited to 1500 calls per day and 30 calls per minute.
Always good to know.
Since November 6 I have been receiving erratic data with negative temperatures even though they are around 11°C. There is also the example of "current conditions" which indicate 1.4°C and the "statistics" indicate 21.1°C while my station indicates 11.2°C.
I think strongly of Gary who previously explained that there were unexpected changes in data flows. Is that the case ?
There are also holes in my diagrams.
I don't know how to check the continuity of temporal data in my database?
What mistake did I make to have hatched diagrams instead of standard curves?
I still can't convert my wind data from m/s to km/h as well as mbar to hPa. However, I have read the documentation and forum threads which for some no longer apply to version 5 of weewx.
I used the settings recommended in weewx.conf:
[[Defaults]]
[[[Units]]]
[[[Groups]]]]
group_altitude = meter # Options are 'foot' or 'meter'
group_pressure = hPa # Options are 'inHg', 'mmHg', 'mbar', or 'hPa'
group_rain = mm # Options are 'inch', 'cm', or 'mm'
group_rainrate = mm_per_hour # Options are 'inch_per_hour', 'cm_per_hour', or 'mm_per_hour'
group_temperature = degree_C # Options are 'degree_C', 'degree_F', or 'degree_K'
group_speed = km_per_hour # Wind and gust speed
group_speed2 = km_per_hour2