Tom, I'm sure I missed that step : ( thanks

On Mon, 3 Jul 2023 at 15:08, Tom Keffer <[email protected]> wrote:

> Are you sure you have a webserver installed?
>
> On Mon, Jul 3, 2023 at 5:22 AM Alastair L <[email protected]> wrote:
>
>> Help please.  I've been running weewx with the seasons skin for a few
>> years, updated recently to the current revision, no issues, however I
>> needed to rebuild the OS on a new SD card running Rasp Pi OS 64 bit.
>>
>> I made a a fresh installation of  Rasp Pi OS 64 bit on the new SD card
>> Configured and installed weewx using 'Installation on Debian-based
>> systems'.
>> Stopped weewx, copied my old weewx.conf to /etc/weewx/
>> Copied my old weewx.sdb to /var/lib/weewx/
>> Restarted weewx.
>>
>> Weewx appears to be running normally, data is being sent to Wunderground,
>> files in /var/www/html/weewx/ are being updated.
>>
>> My router sets the static address of the RPi to 192.168.1.100.  My
>> problem is that when I try and access http://192.168.1.100/weewx/ on
>> browser I get 'This site can’t be reached192.168.1.100 refused to connect.'
>>
>> A restart with debug=1 is pasted below.
>>
>> Any idea what the problem could be?
>> Thanks
>>
>> Jul  3 13:10:36 raspberrypi systemd[1]: Starting LSB: weewx weather
>> system...
>> Jul  3 13:10:37 raspberrypi weewx[2547] INFO __main__: Initializing weewx
>> version 4.10.2
>> Jul  3 13:10:37 raspberrypi weewx[2547] INFO __main__: Using Python 3.9.2
>> (default, Feb 28 2021, 17:03:44) #012[GCC 10.2.1 20210110]
>> Jul  3 13:10:37 raspberrypi weewx[2547] INFO __main__: Located at
>> /bin/python3
>> Jul  3 13:10:37 raspberrypi weewx[2547] INFO __main__: Platform
>> Linux-6.1.21-v8+-aarch64-with-glibc2.31
>> Jul  3 13:10:37 raspberrypi weewx[2547] INFO __main__: Locale is
>> 'en_US.UTF-8'
>> Jul  3 13:10:37 raspberrypi weewx[2547] INFO __main__: Using
>> configuration file /etc/weewx/weewx.conf
>> Jul  3 13:10:37 raspberrypi weewx[2547] INFO __main__: Debug is 1
>> Jul  3 13:10:37 raspberrypi weewx[2547] INFO __main__: PID file is
>> /var/run/weewx.pid
>> Jul  3 13:10:37 raspberrypi weewx[2550] DEBUG __main__: Initializing
>> engine
>> Jul  3 13:10:37 raspberrypi weewx[2550] INFO weewx.engine: Loading
>> station type Vantage (weewx.drivers.vantage)
>> Jul  3 13:10:37 raspberrypi weewx[2550] DEBUG weewx.drivers.vantage:
>> Driver version is 3.5.2
>> Jul  3 13:10:37 raspberrypi weewx[2550] DEBUG weewx.drivers.vantage:
>> Option loop_request=1
>> Jul  3 13:10:37 raspberrypi weewx[2550] DEBUG weewx.drivers.vantage:
>> Opened up serial port /dev/DavisWeatherStation; baud 19200; timeout 4.00
>> Jul  3 13:10:37 raspberrypi weewx[2536]: Starting weewx weather system:
>> weewx.
>> Jul  3 13:10:37 raspberrypi systemd[1]: Started LSB: weewx weather system.
>> Jul  3 13:10:37 raspberrypi weewx[2550] DEBUG weewx.drivers.vantage:
>> Successfully woke up Vantage console
>> Jul  3 13:10:37 raspberrypi weewx[2550] DEBUG weewx.drivers.vantage:
>> Hardware type is 16
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.drivers.vantage: ISS
>> ID is 1
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.drivers.vantage:
>> Hardware name: Vantage Pro2
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Loading
>> service weewx.engine.StdTimeSynch
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Finished
>> loading service weewx.engine.StdTimeSynch
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Loading
>> service weewx.engine.StdConvert
>> Jul  3 13:10:38 raspberrypi weewx[2550] INFO weewx.engine: StdConvert
>> target unit is 0x1
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Finished
>> loading service weewx.engine.StdConvert
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Loading
>> service weewx.engine.StdCalibrate
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Finished
>> loading service weewx.engine.StdCalibrate
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Loading
>> service weewx.engine.StdQC
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Finished
>> loading service weewx.engine.StdQC
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Loading
>> service weewx.wxservices.StdWXCalculate
>> Jul  3 13:10:38 raspberrypi weewx[2550] INFO weewx.wxservices:
>> StdWXCalculate will use data binding wx_binding
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.manager: Daily
>> summary version is 4.0
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Finished
>> loading service weewx.wxservices.StdWXCalculate
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Loading
>> service weewx.wxxtypes.StdWXXTypes
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Finished
>> loading service weewx.wxxtypes.StdWXXTypes
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Loading
>> service weewx.wxxtypes.StdPressureCooker
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Finished
>> loading service weewx.wxxtypes.StdPressureCooker
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Loading
>> service weewx.wxxtypes.StdRainRater
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Finished
>> loading service weewx.wxxtypes.StdRainRater
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Loading
>> service weewx.wxxtypes.StdDelta
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Finished
>> loading service weewx.wxxtypes.StdDelta
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Loading
>> service weewx.engine.StdArchive
>> Jul  3 13:10:38 raspberrypi weewx[2550] INFO weewx.engine: Archive will
>> use data binding wx_binding
>> Jul  3 13:10:38 raspberrypi weewx[2550] INFO weewx.engine: Record
>> generation will be attempted in 'hardware'
>> Jul  3 13:10:38 raspberrypi weewx[2550] INFO weewx.engine: Using archive
>> interval of 300 seconds (specified by hardware)
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Use LOOP data
>> in hi/low calculations: 1
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Finished
>> loading service weewx.engine.StdArchive
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Loading
>> service weewx.restx.StdStationRegistry
>> Jul  3 13:10:38 raspberrypi weewx[2550] INFO weewx.restx:
>> StationRegistry: Station will be registered.
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Finished
>> loading service weewx.restx.StdStationRegistry
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Loading
>> service weewx.restx.StdWunderground
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.restx: WU essentials:
>> {}
>> Jul  3 13:10:38 raspberrypi weewx[2550] INFO weewx.restx:
>> Wunderground-RF: Data for station ILAIRG10 will be posted
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Finished
>> loading service weewx.restx.StdWunderground
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Loading
>> service weewx.restx.StdPWSweather
>> Jul  3 13:10:38 raspberrypi weewx[2550] INFO weewx.restx: PWSWeather:
>> Data for station CLASHNESSIE will be posted
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Finished
>> loading service weewx.restx.StdPWSweather
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Loading
>> service weewx.restx.StdCWOP
>> Jul  3 13:10:38 raspberrypi weewx[2550] INFO weewx.restx: CWOP: Posting
>> not enabled.
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Finished
>> loading service weewx.restx.StdCWOP
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Loading
>> service weewx.restx.StdWOW
>> Jul  3 13:10:38 raspberrypi weewx[2550] INFO weewx.restx: WOW: Posting
>> not enabled.
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Finished
>> loading service weewx.restx.StdWOW
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Loading
>> service weewx.restx.StdAWEKAS
>> Jul  3 13:10:38 raspberrypi weewx[2550] INFO weewx.restx: AWEKAS: Posting
>> not enabled.
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Finished
>> loading service weewx.restx.StdAWEKAS
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Loading
>> service weewx.engine.StdPrint
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Finished
>> loading service weewx.engine.StdPrint
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Loading
>> service weewx.engine.StdReport
>> Jul  3 13:10:38 raspberrypi weewx[2550] INFO weewx.engine: 'pyephem' not
>> detected, extended almanac data is not available
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.engine: Finished
>> loading service weewx.engine.StdReport
>> Jul  3 13:10:38 raspberrypi weewx[2550] INFO __main__: Starting up weewx
>> version 4.10.2
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.manager: Daily
>> summary version is 4.0
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.manager: Daily
>> summary version is 4.0
>> Jul  3 13:10:38 raspberrypi weewx[2550] DEBUG weewx.drivers.vantage:
>> Successfully woke up Vantage console
>> Jul  3 13:10:38 raspberrypi weewx[2550] INFO weewx.engine: Clock error is
>> -1717.95 seconds (positive is fast)
>> Jul  3 13:10:39 raspberrypi weewx[2550] DEBUG weewx.drivers.vantage:
>> Successfully woke up Vantage console
>> Jul  3 13:10:39 raspberrypi weewx[2550] INFO weewx.drivers.vantage: Clock
>> set to 2023-07-03 13:10:40 BST (1688386240)
>> Jul  3 13:10:39 raspberrypi weewx[2550] INFO weewx.engine: Using binding
>> 'wx_binding' to database 'weewx.sdb'
>> Jul  3 13:10:39 raspberrypi weewx[2550] INFO weewx.manager: Starting
>> backfill of daily summaries
>> Jul  3 13:10:39 raspberrypi weewx[2550] INFO weewx.manager: Daily
>> summaries up to date
>> Jul  3 13:10:39 raspberrypi weewx[2550] DEBUG weewx.drivers.vantage:
>> Getting archive packets since 2023-07-03 12:35:00 BST (1688384100)
>> Jul  3 13:10:40 raspberrypi weewx[2550] DEBUG weewx.drivers.vantage:
>> Successfully woke up Vantage console
>> Jul  3 13:10:40 raspberrypi weewx[2550] DEBUG weewx.drivers.vantage:
>> Retrieving 1 page(s); starting index= 4
>> Jul  3 13:10:40 raspberrypi weewx[2550] INFO weewx.wxxtypes: Type
>> beaufort has been deprecated. Use unit beaufort instead.
>> Jul  3 13:10:40 raspberrypi weewx[2550] INFO weewx.manager: Added record
>> 2023-07-03 12:40:00 BST (1688384400) to database 'weewx.sdb'
>> Jul  3 13:10:41 raspberrypi weewx[2550] INFO weewx.manager: Added record
>> 2023-07-03 12:40:00 BST (1688384400) to daily summary in 'weewx.sdb'
>> Jul  3 13:10:41 raspberrypi weewx[2550] INFO weewx.engine: Starting main
>> packet loop.
>> Jul  3 13:10:42 raspberrypi weewx[2550] DEBUG weewx.restx:
>> StationRegistry: Failed upload attempt 1: HTTP Error 429: TOO MANY REQUESTS
>> Jul  3 13:10:42 raspberrypi weewx[2550] INFO weewx.restx: PWSWeather:
>> Published record 2023-07-03 12:40:00 BST (1688384400)
>> Jul  3 13:10:42 raspberrypi weewx[2550] DEBUG weewx.drivers.vantage:
>> Successfully woke up Vantage console
>> Jul  3 13:10:42 raspberrypi weewx[2550] DEBUG weewx.drivers.vantage:
>> Requesting 200 LOOP packets.
>> Jul  3 13:10:42 raspberrypi weewx[2550] DEBUG weewx.drivers.vantage:
>> Successfully woke up Vantage console
>> Jul  3 13:10:43 raspberrypi weewx[2550] INFO weewx.restx:
>> Wunderground-RF: Published record 2023-07-03 13:10:43 BST (1688386243)
>> Jul  3 13:10:46 raspberrypi weewx[2550] INFO weewx.restx:
>> Wunderground-RF: Published record 2023-07-03 13:10:46 BST (1688386246)
>>
>>
>> --
>> 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/d25d701a-dca8-4952-9522-c959412e4526n%40googlegroups.com
>> <https://groups.google.com/d/msgid/weewx-user/d25d701a-dca8-4952-9522-c959412e4526n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
> --
> 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/CAPq0zEAarH4cQKMsLwamqGSTnJPTJxALiVSa8%2BhTfURote3Pow%40mail.gmail.com
> <https://groups.google.com/d/msgid/weewx-user/CAPq0zEAarH4cQKMsLwamqGSTnJPTJxALiVSa8%2BhTfURote3Pow%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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/CAKvi5dT7ZbKm9NfB0SH6fryJCtuz9cG2H%3DhXAwswB5V3BGvhiw%40mail.gmail.com.

Reply via email to