Hi,

Yes, Google Groups can be a bit finnicky.

I don't actually have a Klimalogg or use the driver so you might have to 
bear with me while we work through this. It looks like you have the 
database/schema/binding set up fine. The issue is that heatindex0 etc are 
not in the loop packets or archive records. Having a closer read of the 
driver it appears that the default setup is that heatindex and dewpoint are 
not calculated unless you specify them in the a [[sensor_map]] stanza in 
weewx.conf (preferred) or modify the driver(not advisable). Try adding 
something like the following to the [KlimaLogg] section of weewx.conf:

[[sensor_map]]
    temp0 = Temp0
    humidity0 = Humidity0
    heatindex0 = heatindex0
    dewpoint0 = dewpoint0
    temp1 = Temp1
    humidity1 = Humidity1
    heatindex1 = heatindex1
    dewpoint2 = dewpoint1
    temp2 = Temp2
    humidity2 = Humidity2
    heatindex2 = heatindex2
    dewpoint2 = dewpoint2
    temp3 = Temp3
    humidity3 = Humidity3
    heatindex3 = heatindex3
    dewpoint3 = dewpoint3
    temp4 = Temp4
    humidity4 = Humidity4
    heatindex4 = heatindex4
    dewpoint4 = dewpoint4
    temp5 = Temp5
    humidity5 = Humidity5
    temp6 = Temp6
    humidity6 = Humidity6
    temp7 = Temp7
    humidity7 = Humidity7
    temp8 = Temp8
    humidity8 = Humidity8
    rxCheckPercent = SignalQuality
    batteryStatus0 = BatteryStatus0
    batteryStatus1 = BatteryStatus1
    batteryStatus2 = BatteryStatus2
    batteryStatus3 = BatteryStatus3
    batteryStatus4 = BatteryStatus4
    batteryStatus5 = BatteryStatus5
    batteryStatus6 = BatteryStatus6
    batteryStatus7 = BatteryStatus7
    batteryStatus8 = BatteryStatus8

Save weewx.conf then stop weeWX if it is running and run weeWX directly 
again, does that put heatindex0 and friends in your LOOP and REC data?

Gary

On Thursday, 1 June 2017 19:31:40 UTC+10, Fry3k wrote:
>
> Hi Gary and thanks for your quick reply.
>
> I did everything in the Klimalogg driver readme. The sqlite database shows 
> colomn headers for the Klimalogg specific values (e.g. temp0, temp1, 
> dewpoint0, ...)
>
>  

> By running weewx directly, I get LOOP and REC packets. I assume REC are 
> the archive records.
>
> LOOP packets look like this:
>
> LOOP:   2017-06-01 11:09:32 CEST (1496308172) altimeter: None, appTemp: 
> None, barometer: None, batteryStatus0: 0, batteryStatus1: 0,
>  batteryStatus2: 0, batteryStatus3: 0, batteryStatus4: 0, batteryStatus5: 
> 0, batteryStatus6: 0, batteryStatus7: 0, batteryStatus8: 0, cloudbase: 
> None, dateTime: 1496308172, dewpoint: None, heatindex: None, humidex: None
> , humidity0: 45, humidity1: 46, humidity2: 50, humidity3: 48, humidity4: 
> 50, humidity5: None, humidity6: None, humidity7: None, humidity8: None,
>  inDewpoint: None, maxSolarRad: None, pressure: None, rainRate: 0,
>  rxCheckPercent: 100, temp0: 78.26, temp1: 82.94, temp2: 75.2, temp3: 
> 78.26, temp4: 76.28, temp5: None, temp6:None, temp7: None, temp8: None,
>  usUnits: 1, windchill: None
>
>
> REC packets look like this:
>
> REC:    2017-06-01 11:10:00 CEST (1496308200) altimeter: None, appTemp: 
> None, barometer: None, batteryStatus0: 0.0, batteryStatus1: 0.0,
>  batteryStatus2: 0.0, batteryStatus3: 0.0, batteryStatus4: 0.0,
>  batteryStatus5: 0.0, batteryStatus6: 0.0, batteryStatus7: 0.0,
>  batteryStatus8: 0.0, cloudbase: None, dateTime: 1496308200.0, dewpoint: 
> None, ET: None, heatindex: None, humidex: None, humidity0: 45.0, humidity1
> : 46.0, humidity2: 50.3333333333, humidity3: 48.0, humidity4: 50.0,
>  humidity5: None, humidity6: None, humidity7: None, humidity8:None,
>  inDewpoint: None, interval: 5, maxSolarRad: None, pressure: None,
>  rainRate: 0.0, rxCheckPercent: 100.0, temp0: 78.38, temp1: 82.94, temp2: 
> 75.2, temp3: 78.26, temp4: 76.28, temp5: None, temp6: None, temp7: None,
>  temp8: None, usUnits: 1, windchill: None, windrun: 0.0
>
>
> By comparing those It seems that the REC don't use dewpoint[0...8] or 
> headindex[0...8] since it shows the now valueless default names dewoint, 
> heatindex and inDewpoint.
>
> weewx.conf and syslog are attached since I seem to have problems to 
> inlucde them into the post with full length (I'm new to Google Groups)
>

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