sailmich <
mm24...@gmail.com> writes:
> Answer to myself. Maybe someone is running in the same problem.
> Radiation is calculated by fousb driver.
> You can find it in fousb code at line 598 'radiation' : ('illuminance',
> 0.01075), # lux, weewx wants W/m^2
irradiance (often called insolation) is power, and is in W/m^2.
If your unit
> What confused me is in documentation it's called luminosity while in fousb
> driver named illuminance.
luminosity is not a word typically used in lighting.
illuminance measures light according to human perception. The units are lux.
> So I just switch the factor to 1.0 and now I get the same value as
> displayed under LIGHT in display of my WH3080 weatherstation.
> Now controll of my blinds without the factor should be easier.
Are you seeing values near 100,000 to 200,000 at noon in full sun? If
so that is plausibly illuminance in lux.
If you peak around 1000, that is more like irradiance in W/m^2.
It seems best for weewx to record illuminance or irradiance as measured
by the station. One can't really convert between them in a reliable
way.