Thanks Gary. Frustration took over my fingers, as usual. In essence, Apache wasn't aware of the conf.d config. In one section for Apache installations, it says to create a weewx.conf file at /etc/apache2/conf.d/weewx.conf. conf.d is not a directory so that step fails.
I ended up creating a sym link shown below to get [ip address]/weewx to show a pagesudo ln -s /home/weewx/public_html /var/www/html/weewx
Webpage still shows 12:30 and no statistics have updated. Temp still the same, etc...reading more, I'm unsure if using meteobridge in this fashion will ever work.
Syslog Tail now shows:
Mar 11 09:00:17 weather weewx[1067]: vantage: DMPAFT complete: page timestamp 2020-03-11 08:00:00 CDT (1583931600) less than final timestamp 2020-03-11 12:30:00 CDT (1583947800)
So the service is running correctly, but webpage still shows 12:30, same time/temp/wind/bar, etc....as if page is not updating. Any thoughts? Maybe a permissions issue?
....and now the driver starts to suffer trying to query the Davis thru the meteobridge. I suspect even if we figured out how to get the realtime data to show, this problem with the driver to meteobridge combo will still peeter out. I noticed some very smart folks trying to get meteobridge to write to a db so that Weewx could read from it, however didn't see it going 100 yds for a touchdown.
Mar 11 09:14:43 weather weewx[1067]: engine: Caught WeeWxIOError: Max tries exceeded while getting LOOP data.
On Mar 11, 2020, at 7:39 AM, mwall <mw...@users.sourceforge.net> wrote:
--
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 weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/bb1538bd-90ac-4e48-a5ab-2ef4abac3934%40googlegroups.com.
Syslog Tail now shows:Mar 11 09:00:17 weather weewx[1067]: vantage: DMPAFT complete: page timestamp 2020-03-11 08:00:00 CDT (1583931600) less than final timestamp 2020-03-11 12:30:00 CDT (1583947800)So the service is running correctly, but webpage still shows 12:30, same time/temp/wind/bar, etc....as if page is not updating. Any thoughts? Maybe a permissions issue?looks like you have data in the weewx database that have a timestamp that is more recent than the time reported by your system.
If the setting being used is not what you want you need to set the correct value in the console either manually via the console buttons or programmatically via the wee_device utility (http://weewx.com/docs/utilities.htm#wee_device_utility).
Gary