On Wednesday, January 2, 2019 at 11:34:03 AM UTC-5, Massimiliano Neri wrote:
>
>
> I have mapped these values ​​as the following example:
>
> [Interceptor] ... [[sensor_map]] outTemp = temperature_in outHumidity = 
> humidity_in 
>
> But I found that the other values ​​such as pressure, rain etc etc are no 
> longer sent. Do I need to write the whole map again?
>

yes.  something like this:

[[sensor_map]]
    pressure = pressure
    barometer = barometer
    outHumidity = humidity_in
    outTemp = temperature_out
    windSpeed = wind_speed
    windGust = wind_gust
    windDir = wind_dir
    windGustDir = wind_gust_dir
    radiation = radiation
    dewpoint = dewpoint
    windchill = windchill
    rain = rain
    rainRate = rain_rate
    UV = uv
    txBatteryStatus = battery

m
 

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