Hello, I'm new to weewx and very happy that I got it up and running in one day. Now I want to start with the custumization part. As far as I know, derived values are calculated if they are not provided by the hardware (weewx.conf settings: [StdWXCalculate] -> [[Calculations]] -> dewpoint = prefer_hardware, heatindex = prefer_hardware). However, this doesn't happen; the fields in the sqlite database are null. I also tried setting it to software instead of prefer_hardware but with no effect.
I'm using the TFA Klimalogg Pro with the driver by Luc Heijst <https://github.com/matthewwall/weewx-klimalogg>. The Klimalogg Pro only provides temperature and humidity for the base station and up to 8 sensors (I'm using 4). Is there anything else that must be changed if I want this to work? Has this something to do with the names of the values? The column names in the database are called temp0, temp1, ... / humidity0, humidity1, ... / dewpoint0, dewpoint1, ... How is the setting in weewx.conf settings: [StdWXCalculate] -> [[Calculations]] actually linked to column names in the database, i.e. how does the weewx software know that dewpoint1 is a dewpoint and has to be calculated from temp0 and humidity0? Greetings, Fry3k -- 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.
