station_type = OWFS
[OWFS]
interface = /dev/i2c-1
driver = user.owfs
[[sensor_map]]
intemp = /uncached/28.70CF40040000/temperature # test DS18B20
outTemp = /uncached/10.3E5A09000800/temperature # AAG TAI8515
windDir = /uncached/20.9D2D01000000 # volt.ALL # AAG TAI8515
windSpeed = /uncached/1D.0E6101000000 # counters.A # AAG TAI8515
rain = /1D.57620F000000 # counters.B # Hobby boards counter V3
[[sensor_type]]
windDir = aag_windvane
windSpeed = aag_windspeed
rain = rainwise_bucket # rain = 1 point/tipThe error message is your friend. Try looking at line 589 in weewx.conf; you already have a section name of that name and duplicates are not allowed (at the same level). Section names are enclosed in one or more pairs of square brackets [].
Gary