Pimoroni enviro-weather weewx mqtt settings for my weather station

98 views
Skip to first unread message

kufuu

unread,
Jul 21, 2023, 11:14:06 AM7/21/23
to weewx-user
My final settings if anyone sets up there own, My Pimoroni enviro-weather station is fed to a pi zero-w with weewx mqtt with these mqtt subscribe settings to get mine to work under "topics"-


[[topics]]
unit_system = METRICWX
[[[enviro/river-wx]]]

 # Opt out of all fields
    ignore = True

    [[[[readings_temperature]]]]
        ignore = false # opt back in for this field
        name = outTemp
    [[[[readings_humidity]]]]
        ignore = false # opt back in for this field
        name = outHumidity
    [[[[readings_wind_speed]]]]
        ignore = false # opt back in for this field
        name = windSpeed
    [[[[readings_wind_direction]]]]
        ignore = false # opt back in for this field
        name = windDir
    [[[[readings_pressure]]]]
        ignore = false # opt back in for this field
        name = pressure
    [[[[readings_rain]]]]
        ignore = false # opt back in for this field
        contains_total = true
        name = rain
Reply all
Reply to author
Forward
0 new messages