Thanks for your fast answer.

what is your database schema?
>

I'm using the user.kl.schema from weewx-klimalogg:

[StdReport]
    SKIN_ROOT = /etc/weewx/skins
    HTML_ROOT = /var/www/html/weewx
    data_binding = kl_binding

[StdArchive]
    record_generation = hardware
    loop_hilo = True
    data_binding = kl_binding

[DataBindings]
    [[wx_binding]]
        database = archive_sqlite
        table_name = archive
        manager = weewx.wxmanager.WXDaySummaryManager
        schema = schemas.wview.schema
    [[kl_binding]]
        manager = weewx.wxmanager.WXDaySummaryManager
        database = kl_sqlite
        table_name = archive
        schema = user.kl.schema

# sensor_map_id not set
# sensor_map not set


when you run weewx directly, what do you see in each LOOP packet?
>

LOOP:   2017-02-22 08:06:25 CET (1487747185) altimeter: None, appTemp: None, 
barometer: None, cloudbase: None, dateTime: 1487747185, dewpoint: None, 
heatindex: None, humidex: None, humidity0: 56, humidity1: 63, humidity2: 59, 
humidity3: 53, humidity4: 66, humidity5: 54, humidity6: 63, humidity7: 78, 
humidity8: 50, inDewpoint: None, maxSolarRad: None, pressure: None, rainRate
: 0.0, rxCheckPercent: 100, temp0: 20.3, temp1: 19.1, temp2: 19.2, temp3: 
19.6, temp4: 20.8, temp5: 17.9, temp6: 14.5, temp7: 10.6, temp8: 8.8, 
usUnits: 16, windchill: None
LOOP:   2017-02-22 08:06:35 CET (1487747195) altimeter: None, appTemp: None, 
barometer: None, cloudbase: None, dateTime: 1487747195, dewpoint: None, 
heatindex: None, humidex: None, humidity0: 56, humidity1: 63, humidity2: 59, 
humidity3: 53, humidity4: 66, humidity5: 54, humidity6: 63, humidity7: 78, 
humidity8: 50, inDewpoint: None, maxSolarRad: None, pressure: None, rainRate
: 0.0, rxCheckPercent: 90, temp0: 20.3, temp1: 19.1, temp2: 19.2, temp3: 
19.6, temp4: 20.8, temp5: 17.9, temp6: 14.6, temp7: 10.6, temp8: 8.8, 
usUnits: 16, windchill: None
LOOP:   2017-02-22 08:06:44 CET (1487747204) altimeter: None, appTemp: None, 
barometer: None, cloudbase: None, dateTime: 1487747204, dewpoint: None, 
heatindex: None, humidex: None, humidity0: 56, humidity1: 63, humidity2: 59, 
humidity3: 53, humidity4: 66, humidity5: 54, humidity6: 63, humidity7: 78, 
humidity8: 50, inDewpoint: None, maxSolarRad: None, pressure: None, rainRate
: 0.0, rxCheckPercent: 100, temp0: 20.3, temp1: 19.1, temp2: 19.2, temp3: 
19.6, temp4: 20.8, temp5: 17.9, temp6: 14.5, temp7: 10.6, temp8: 8.8, 
usUnits: 16, windchill: None

I installed weewx-klimalogg from master branch (commit 82f190d 
<https://github.com/git-developer/weewx-klimalogg/commit/82f190de605f57abb5d6613e6d433eb1c59627b9>),
 
following the steps in the readme.

-- 
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.

Reply via email to