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

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/a5262846-0610-45db-bd62-403d37e987a9n%40googlegroups.com.

Reply via email to