Hi,
Your station has a sensor that reports illuminance in lux and the fineoffset driver approximates solar insolation using a simple linear multiplier. From the comments in fousb.py:
Illuminance and Radiation
The 30xx stations include a sensor that reports illuminance (lux). The
conversion from lux to radiation is a function of the angle of the sun and
altitude, but this driver uses a single multiplier as an approximation.
Apparently the display on fine offset stations is incorrect. The display
reports radiation with a lux-to-W/m^2 multiplier of 0.001464. Apparently
Cumulus and WeatherDisplay use a multiplier of 0.0079. The multiplier for
sea level with sun directly overhead is 0.01075.
This driver uses the sea level multiplier of 0.01075. Use an entry in
StdCalibrate to adjust this for your location and altitude.
Let's not start a debate about the validity/accuracy of deriving solar insolation from illuminance, I will let you google that, but you can see there is some variation in multipliers used.
Bottom line is it is an approximation and if you want to vary the multiplier used you can (effectively) do so via a
StdCalibrate correction.
Gary