I have a new installation using a Debian 12 VM, Belchertown 1.3.1, getting data from a WH2650 clone over my network. From the date I started using that weather station I have data in archive.radiation & archive.UV.
My current live site (WeeWx 4.8.0, skin version 1.3b2) displays the Solar Radiation & UV graph, and I have copied it's weewx,sdb to my VM.
I've edited weewx.conf to add:
[StdCalibrate]
[[Corrections]]
...
radiation = luminosity/126.7 if luminosity is not None else None
I've restarted WeeWx,, it has produced some Belchertown output, but the graph is still not there for Day, Week, Month or Year.
I've also compared 'station_observations' from the two, they are the same.
MQTT not being used.
Any ideas?