hello there, i recently got an ambient weather 2902 station, and am interested in storing my data locally, which brought me to weewx, and eventually here.
i've done a fair bit of reading/experimenting, and am still unable to intercept my weather data. i'll do my best describing what my setup looks like: - weather station up and running, connected to wifi, - reporting data to ambient weather and wunderground. - have wunderground station id - have a record of this station's local ip in my network - weewx installed on rpi3 running raspian (via [[http://weewx.com/docs/debian.htm][debian instructions]]) - this pi is also running owncloud, served by nginx on ports 80/443 - this pi has a static ip - interceptor driver installed via [[https://github.com/matthewwall/weewx-interceptor][its github]] - pihole running on a pi zero - this pi has a static ip - my router (asus rt-ac66u) uses this pi as its dns server - i have noted that my station makes regular calls to `time.windows.com` - and only infrequent to `rtupdate.wunderground.com` - i have updated the `/etc/hosts`, adding records to resolve both `time.windows.com` and `rtupdate.wunderground.com` to the ip running weewx - i have configured weewx.conf station_type = Interceptor ... [Interceptor] driver = user.interceptor device_type = observer port = 9000 ... [[Wunderground]] enable = true .. - i have started/restarted weewx daemon - i have manually run interceptor - do not see any traffic - however, when i manually hit my weewx machine's ip on port 9000, i see it logged in my terminal - running `journalctl -u weewx.service`, i've seen the following messages: Jan 21 21:32:28 cql-server weewx[5408]: restx: Wunderground-PWS: Data for station KILLAGRA32 will be posted Jan 21 21:32:28 cql-server weewx[5408]: restx: PWSweather: Posting not enabled. Jan 21 21:32:28 cql-server weewx[5408]: restx: CWOP: Posting not enabled. Jan 21 21:32:28 cql-server weewx[5408]: restx: WOW: Posting not enabled. Jan 21 21:32:28 cql-server weewx[5408]: restx: AWEKAS: Posting not enabled. Jan 21 21:32:28 cql-server weewx[5408]: engine: Starting up weewx version 3.9.2 Jan 21 21:32:28 cql-server weewx[5408]: engine: Starting main packet loop. Jan 21 21:47:16 cql-server weewx[5408]: cheetahgenerator: Generated 8 files for report SeasonsReport in 3.75 seconds Jan 21 21:47:17 cql-server weewx[5408]: imagegenerator: Generated 14 images for SeasonsReport in 1.04 seconds Jan 21 21:47:17 cql-server weewx[5408]: copygenerator: copied 5 files to / var/www/html/weewx Jan 21 21:50:04 cql-server weewx[5408]: manager: Added record 2020-01-21 21: 50:00 CST (1579665000) to database 'weewx.sdb' Jan 21 21:50:04 cql-server weewx[5408]: manager: Added record 2020-01-21 21: 50:00 CST (1579665000) to daily summary in 'weewx.sdb' Jan 21 21:50:06 cql-server weewx[5408]: cheetahgenerator: Generated 8 files for report SeasonsReport in 1.26 seconds Jan 21 21:50:07 cql-server weewx[5408]: imagegenerator: Generated 14 images for SeasonsReport in 0.98 seconds Jan 21 21:50:07 cql-server weewx[5408]: copygenerator: copied 0 files to / var/www/html/weewx Jan 21 21:50:21 cql-server weewx[5408]: restx: Wunderground-PWS: Failed to publish record 2020-01-21 21:50:00 CST (1579665000): Failed upload after 3 tries at this point, not sure what else i should be doing - any help would be much appreciated. -- 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/02e25025-48c4-464a-81b3-7c1ec8c4fccc%40googlegroups.com.
