I have now been able to set up my new ACCUR8 7 in1 sensor to send the data
properly to weewx.
so far all the data is coming in properly and recording that the sensor
transmits.
temp, hum, total_rain, wind_averg, wind_gust, wind_dir, UV and radiation
are all recording in the database. so far so good.
now I would like to record the the rain. (delta of total rain) I see that
this is standard in sdr.py under
DEFAULT_DELTAS = {
'rain': 'rain_total',
'strikes': 'strikes_total'}
but there is no rain as such transmitted to weewx.
I have also tried adding to weewx.conf under SDR
[[deltas]]
rain = rain_total
but this does not create the rain data in the database.
what am I missing
thx Wilco
--
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/d52d2e09-030d-4248-8fe8-5bdd15cfeb2en%40googlegroups.com.