On Saturday, September 16, 2017 at 5:16:28 PM UTC-4, Damjan Hajsek wrote:
>
>
> On my WeatherRanger, it show real data on my console, but on weewx I get
> insane values like this - Solar Radiation 9580 W/m²
> on console I get 46,19 W/m²
>
> Is there a settings in weewsx to change to get real data?
>
as a perfectly workable hack you can use the calibration feature of weewx:
[StdCalibrate]
[[Corrections]]
radiation = radiation * 0.0046
the fine offset sensors report luminosity, which is typically converted to
solar radiation using a simple multiplier. this is only an approximation.
the interceptor driver assumes that the station is reporting solar
radiation (especially for the fields called 'radiation' and
'solarradiation'). but apparently some of these stations report 'light'
(with units of luminosity?) instead of solar radiation.
which firmware is the weatherranger running?
please post the raw output from the station. it should look something like
this:
ID=XXX&PASSWORD=XXX&tempf=20&dewptf=18...&action=updateraw&realtime=1&rtfreq=5
you can see this raw output by setting debug=1 in weewx.conf then
restarting weewx. the raw station output will be in log lines that begin
with 'raw data: '
in particular, i need to see the 'light', 'radiation' or 'solarradiation'
field along with the other parameters. some stations report 'light' when in
fact the value is solar radiation, not luminosity. seems to be due to buggy
firmware, but to make the interceptor driver work properly i need to know
how different firmware versions behave.
m
--
You received this message because you are subscribed to the Google Groups
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.