Hi,

If your station generates LOOP packets at 2 second intervals then
mesowx (raw.py) is working as expected.
That's the Real Time data for the first meso graph, and the left panel
which are updated continuously, ie: as fast as the LOOP packets are
supplied (from memory, you may be able to tweak mesowx's display, but
the data will continue at that pace.)

What is your station? I'm not familiar with the capabilities of the
various units but 2 seconds sounds like a Davis?

On side note - you need to configure your Standard Quality service
[StdQC] in weewx.conf as it appears to be set for US values, you are
generating Metric - hPa and its rejecting those values as outside it
limits.

2017-10-09 22:13:47 CEST (1507580027) LOOP value 'barometer'
1020.08170508 outside limits (26.0, 32.5)

Yours, is probably set at the defaults...
[StdQC]

    [[MinMax]]
        barometer = 26, 32.5, inHg

When it should be something like (as a direct conversion) ...

 [StdQC]
ยทยทยทยท
    [[MinMax]]
        barometer = 880, 1100, hPa

Or commented out.


Cheers
 Glenn

rorpi - read only raspberry pi & various weewx addons
https://github.com/glennmckechnie


On 10 October 2017 at 07:24, Hajo Harms <hajo.ha...@gmail.com> wrote:
> Hi
>
> i use weewx and mesowx.
> I have moved my server from remote to local.
> I changed weewx and meso to the latest version include
>
> https://groups.google.com/d/msg/weewx-user/eAUsTqR8yYQ/UVMxAAtgAAAJ
>
> So it seems to work basicly, but weewx put every 2 second one record to
> mysql.....
>
> Oct  9 22:13:41 NASTS219PII user.notice weewx[4253]: engine: 2017-10-09
> 22:13:41 CEST (1507580021) LOOP value 'barometer' 1020.08170508 outside
> limits (26.0, 32.5)
> Oct  9 22:13:41 NASTS219PII user.notice weewx[4253]: manager: Added record
> 2017-10-09 22:13:41 CEST (1507580021) to database 'meso'
> Oct  9 22:13:41 NASTS219PII user.info weewx[4253]: raw: deleted rawdata
> prior to 2017-10-08 22:10:00 CEST (1507493400)
> Oct  9 22:13:41 NASTS219PII user.notice weewx[4253]: engine: 2017-10-09
> 22:13:42 CEST (1507580022) LOOP value 'barometer' 1020.08170508 outside
> limits (26.0, 32.5)
> Oct  9 22:13:41 NASTS219PII user.notice weewx[4253]: manager: Added record
> 2017-10-09 22:13:42 CEST (1507580022) to database 'meso'
> Oct  9 22:13:42 NASTS219PII user.notice weewx[4253]: engine: 2017-10-09
> 22:13:43 CEST (1507580023) LOOP value 'barometer' 1020.08170508 outside
> limits (26.0, 32.5)
> Oct  9 22:13:42 NASTS219PII user.notice weewx[4253]: manager: Added record
> 2017-10-09 22:13:43 CEST (1507580023) to database 'meso'
> Oct  9 22:13:44 NASTS219PII user.notice weewx[4253]: engine: 2017-10-09
> 22:13:45 CEST (1507580025) LOOP value 'barometer' 1020.08170508 outside
> limits (26.0, 32.5)
> Oct  9 22:13:44 NASTS219PII user.notice weewx[4253]: manager: Added record
> 2017-10-09 22:13:45 CEST (1507580025) to database 'meso'
> Oct  9 22:13:46 NASTS219PII user.notice weewx[4253]: engine: 2017-10-09
> 22:13:47 CEST (1507580027) LOOP value 'barometer' 1020.08170508 outside
> limits (26.0, 32.5)
> Oct  9 22:13:46 NASTS219PII user.notice weewx[4253]: manager: Added record
> 2017-10-09 22:13:47 CEST (1507580027) to database 'meso'
>
> is it a problem with the raw.py driver ?
>
> Regards from Germany :-)
>
> --
> 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 weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to