Hi,

Re the mapping, if you look at the comments in the code around line 1447-1486 
you see mention of options sensor_map_id and [[sensor_map]]. If sensor_map_id 
is 0 (default) or 1 then one either the Klimalogg or weeWX standard sensor maps 
is used respectively. Since the sensor map also determines what fields are 
output from the driver (lines 2090-2111) and since heatindex0 and friends are 
not in either predefined sensor maps, heatindex0 and friends will never be 
produced (output) if we use the predefined sensor maps. Fortunately, 
[[sensor_map]] gives us a way around this. We can use the default Klimalogg 
sensor map as the basis of a custom sensor map, the format of which is the 
comments mentioned earlier.

The short answer is that KL_SENSOR_MAP (line 1258) is used as the sensor map if 
no sensor map is specified.

As for the units issue, can't see anything obvious, the Klimalogg driver should 
ouput metric data and weeWX should take care of any conversions. Need to have a 
closer look at things on the big screen (rather than this iPad) when I get home 
later this morning.

Gary

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