EnvironmentMetrics: Message<"meshtastic.EnvironmentMetrics"> & {
    barometricPressure?: number;
    current?: number;
    distance?: number;
    gasResistance?: number;
    iaq?: number;
    irLux?: number;
    lux?: number;
    relativeHumidity?: number;
    temperature?: number;
    uvLux?: number;
    voltage?: number;
    weight?: number;
    whiteLux?: number;
    windDirection?: number;
    windGust?: number;
    windLull?: number;
    windSpeed?: number;
}

Weather station or other environmental metrics

Type declaration

  • OptionalbarometricPressure?: number

    Barometric pressure in hPA measured

    from field: optional float barometric_pressure = 3;

  • Optionalcurrent?: number

    Current measured (To be depreciated in favor of PowerMetrics in Meshtastic 3.x)

    from field: optional float current = 6;

  • Optionaldistance?: number

    RCWL9620 Doppler Radar Distance Sensor, used for water level detection. Float value in mm.

    from field: optional float distance = 8;

  • OptionalgasResistance?: number

    Gas resistance in MOhm measured

    from field: optional float gas_resistance = 4;

  • Optionaliaq?: number

    relative scale IAQ value as measured by Bosch BME680 . value 0-500. Belongs to Air Quality but is not particle but VOC measurement. Other VOC values can also be put in here.

    from field: optional uint32 iaq = 7;

  • OptionalirLux?: number

    Infrared lux

    from field: optional float ir_lux = 11;

  • Optionallux?: number

    VEML7700 high accuracy ambient light(Lux) digital 16-bit resolution sensor.

    from field: optional float lux = 9;

  • OptionalrelativeHumidity?: number

    Relative humidity percent measured

    from field: optional float relative_humidity = 2;

  • Optionaltemperature?: number

    Temperature measured

    from field: optional float temperature = 1;

  • OptionaluvLux?: number

    Ultraviolet lux

    from field: optional float uv_lux = 12;

  • Optionalvoltage?: number

    Voltage measured (To be depreciated in favor of PowerMetrics in Meshtastic 3.x)

    from field: optional float voltage = 5;

  • Optionalweight?: number

    Weight in KG

    from field: optional float weight = 15;

  • OptionalwhiteLux?: number

    VEML7700 high accuracy white light(irradiance) not calibrated digital 16-bit resolution sensor.

    from field: optional float white_lux = 10;

  • OptionalwindDirection?: number

    Wind direction in degrees 0 degrees = North, 90 = East, etc...

    from field: optional uint32 wind_direction = 13;

  • OptionalwindGust?: number

    Wind gust in m/s

    from field: optional float wind_gust = 16;

  • OptionalwindLull?: number

    Wind lull in m/s

    from field: optional float wind_lull = 17;

  • OptionalwindSpeed?: number

    Wind speed in m/s

    from field: optional float wind_speed = 14;

from message meshtastic.EnvironmentMetrics