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