Re: [weewx-user] weewx-Weather34 installation questions

2020-09-10 Thread ExprmntAl
That was it!!! The magic address was: http://192.168.1.145/weewx/weather34/index.ph p where " 192.168.1.145

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-10 Thread Andrew Milner
try the ip address of the php enabled web server if it is local on your network or the external URL to the web host if extenal On Thursday, 10 September 2020 15:36:58 UTC+3, ExprmntAl wrote: > > Hi Glen. Thanks for trying to help me out. > > You need to access that file via >

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-10 Thread ExprmntAl
Hi Glen. Thanks for trying to help me out. You need to access that file via http://your_web_server_with_php_enabled/weewx/weather34/index.php Can you give me an example of what this would look like? I don't know what to use for the "your_web_server_with_php_enabled

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-10 Thread Glenn McKechnie
On 10/09/2020, ExprmntAl <72604.3...@compuserve.com> wrote: > Tried your suggestion and still no go. See below. > > *pi@raspberrypi:~ $ sudo apt-get install libapache2-mod-php* > *Reading package lists... Done* > *Building dependency tree* > *Reading state information... Done* >

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-10 Thread ExprmntAl
Tried your suggestion and still no go. See below. *pi@raspberrypi:~ $ sudo apt-get install libapache2-mod-php* *Reading package lists... Done* *Building dependency tree* *Reading state information... Done* *libapache2-mod-php is already the newest version (2:7.3+69).* *The following packages

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-10 Thread steeple ian
Sorry I missed a line: - sudo apt-get install libapache2-mod-php before running the next two lines sudo a2enmod php7.3 sudo systemctl restart apache2 On Thu, 10 Sep 2020 at 07:32, steeple ian wrote: > Allan, > > You may have missed this part of the instructions which would make sense >

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-10 Thread steeple ian
Allan, You may have missed this part of the instructions which would make sense with what Rich T has suggested: - sudo a2enmod php7.3 sudo systemctl restart apache2 On Thu, 10 Sep 2020 at 01:25, ExprmntAl <72604.3...@compuserve.com> wrote: > UPDATE: > > I tried accessing the Weather34

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-09 Thread ExprmntAl
UPDATE: I tried accessing the Weather34 index.php file via both the Edge and IE browsers on a Windows 10 machine on the same network as the RPi and it works fine using the address: http://192.168.1.145/weewx/weather34/index.php (where 192.168.1.145 is the RPi local address). The sensor data

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-09 Thread ExprmntAl
PHP is installed for sure see below. You had me install it before getting to the weewx-Weather34 installation. I assumed that with PHP installed, that anything *.php would open similar to a *.html file in the Chromium browser. Is this correct? *pi@raspberrypi:~/weewx-Weather34 $ php -v*

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-09 Thread steeple ian
Tom, Thanks for resolving this. I was pretty sure what the problem was but could not get it across in the way you could. IM On Wed, 9 Sep 2020 at 12:54, ExprmntAl <72604.3...@compuserve.com> wrote: > That seems to have done it! > > *pi@raspberrypi:~ $ cd weewx-Weather34* >

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-09 Thread steeple ian
Allan, Just to make sure php is installed: - sudo apt install php -y On Wed, 9 Sep 2020 at 12:54, ExprmntAl <72604.3...@compuserve.com> wrote: > That seems to have done it! > > *pi@raspberrypi:~ $ cd weewx-Weather34* > *pi@raspberrypi:~/weewx-Weather34 $ sudo python3 w34_installer.py* > *!!!

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-09 Thread ExprmntAl
That seems to have done it! *pi@raspberrypi:~ $ cd weewx-Weather34* *pi@raspberrypi:~/weewx-Weather34 $ sudo python3 w34_installer.py* *!!! THIS INSTALL IS USING PYTHON VERSION 3.7.3 IS THIS CORRECT? (Yes/No)* *Install will continue with Python Version 3.7.3* *1 -> macos.conf* *2 ->

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-09 Thread Tom Keffer
So, weewxd is using python3, and configobj is definitely installed under python3. This is probably a simple case of configobj being installed under Python 3, but not Python 2. Looking back in this thread, the original problem was probably caused by using the wrong version of Python. Try this:

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-08 Thread ExprmntAl
Appologies TK. Here is the log capturing the weewx start as well. *Sep 8 19:00:10 raspberrypi dbus-daemon[14817]: [session uid=0 pid=14814] Activating service name='ca.desrt.dconf' requested by ':1.0' (uid=0 pid=14807 comm="mousepad ")* *Sep 8 19:00:10 raspberrypi dbus-daemon[14817]:

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-08 Thread Tom Keffer
You missed the early parts of the startup, when it would tell us what version of Python is being used. It's OK to use tail -f, but you've got to use it *before* starting up weewxd, not afterwards. -tk On Tue, Sep 8, 2020 at 5:11 PM ExprmntAl <72604.3...@compuserve.com> wrote: > Ok TK, here is

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-08 Thread ExprmntAl
Ok TK, here is the Syslog with Debug = 1 from startup through the first reporting cycle. *pi@raspberrypi:~ $ sudo /etc/init.d/weewx stop* *[ ok ] Stopping weewx (via systemctl): weewx.service.* *pi@raspberrypi:~ $ sudo /etc/init.d/weewx start* *[ ok ] Starting weewx (via systemctl):

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-08 Thread Tom Keffer
Maybe. Mr AI's response shows that configobj was installed for python 3, but not necessarily python 2. And... we don't know what version of python is being used, because we have not seen a log. Stop weewxd, set debug=1, restart weewxd. Post the log from startup through the first reporting cycle.

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-08 Thread vince
On Tuesday, September 8, 2020 at 12:50:16 PM UTC-7, ExprmntAl wrote: > > OK Vince, thanks for helping me. Here is what I got. > > *pi@raspberrypi:~ $ dpkg -l | grep -i configobj* > *ii python3-configobj 5.0.6-3 > all simple but

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-08 Thread ExprmntAl
OK Vince, thanks for helping me. Here is what I got. *pi@raspberrypi:~ $ dpkg -l | grep -i configobj* *ii python3-configobj 5.0.6-3 all simple but powerful config file reader and writer for Python 3* *pi@raspberrypi:~ $ pip list |

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-08 Thread vince
On Tuesday, September 8, 2020 at 3:50:22 AM UTC-7, ExprmntAl wrote: > How can I determine that "configobj" is installed normally? > > It could have been installed via dpkg or pip or pip3, and you might have python2 'and' python3 installed on your system, so you need to check 3 ways. dpkg -l |

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-08 Thread ExprmntAl
I installed weewx using the "DEB (packaged)" installation in late July and it has been running since then and populating the seasons skin from my Tempest weather station. I have also installed the WeatherFlow extension to work with the Tempest. Below is the version from the weewx.conf file.

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-08 Thread steeple ian
Allan, You are correct that there are no specific instructions about configobj in the Weather34 installation guide. It should have been installed when you installed WeeWX. That is what Vince was referring to. Given that you have determined that configobj is present but you are still getting that

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-07 Thread vince
On Monday, September 7, 2020 at 6:48:41 PM UTC-7, ExprmntAl wrote: > > I didn't see this installation mentioned anywhere in the weewx-Weather34 > installation instructions " > https://github.com/steepleian/weewx-Weather34/blob/master/INSTALLATION_GUIDE.md;, > > and I have had weewx running for

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-07 Thread ExprmntAl
I didn't see this installation mentioned anywhere in the weewx-Weather34 installation instructions " https://github.com/steepleian/weewx-Weather34/blob/master/INSTALLATION_GUIDE.md;, and I have had weewx running for over a month with no issues so I'm not sure how I would know about this.

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-07 Thread vince
On Monday, September 7, 2020 at 3:12:44 PM UTC-7, ExprmntAl wrote: > > *ImportError: No module named configobj* > > Any ideas on why this error is happening? > > > Yes, you did not install the configobj module per the weewx prerequisites. -- You received this message because you are subscribed

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-07 Thread ExprmntAl
/go.microsoft.com/fwlink/?LinkId=550986> for > Windows 10 > > > > *From: *ExprmntAl > *Sent: *06 September 2020 15:42 > *To: *weewx-user > *Subject: *Re: [weewx-user] weewx-Weather34 installation questions > > > > I was under the impression that Apache2 wa

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-06 Thread ExprmntAl
>> >> >> sudo a2enmod php7.3 >> >> >> >> sudo systemctl restart apache2 >> >> >> >> IM. >> >> >> >> >> >> >> >> >> >> Sent from Mail <https://go.microsoft.com/fw

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-06 Thread ExprmntAl
nk/?LinkId=550986> for > Windows 10 > > > > *From: *ExprmntAl > *Sent: *06 September 2020 15:42 > *To: *weewx-user > *Subject: *Re: [weewx-user] weewx-Weather34 installation questions > > > > I was under the impression that Apache2 was installed as part of

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-06 Thread ExprmntAl
o apt-get install libapache2-mod-php >> >> >> >> sudo a2enmod php7.3 >> >> >> >> sudo systemctl restart apache2 >> >> >> >> IM. >> >> >> >> >> >> >> >> >> >&g

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-06 Thread p q
mctl restart apache2 > > > > IM. > > > > > > > > > > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for > Windows 10 > > > > *From: *ExprmntAl <72604.3...@compuserve.com> > *Sent: *06 September 2020 15:42 > *

RE: [weewx-user] weewx-Weather34 installation questions

2020-09-06 Thread steepleian
: [weewx-user] weewx-Weather34 installation questions I was under the impression that Apache2 was installed as part of the weewx installation already.  I am concerned that I will break something if I just start installing things without understanding them fully if they are already installed.  So if I

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-06 Thread ExprmntAl
I was under the impression that Apache2 was installed as part of the weewx installation already. I am concerned that I will break something if I just start installing things without understanding them fully if they are already installed. So if I install Apache2, PHP7.x and the PHP libraries

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-06 Thread steeple ian
OK, I also have the Seasons and Belchertown skin installed as well as my own Weather34. I would go ahead and install Apache2, PHP7.x and the PHP libraries. When you install the libraries you should pick up things like curl along the way. Then install Weather34 following the instructions

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-06 Thread ExprmntAl
Ian, I should have noted that I'm running on a Raspberry Pi 4 with the full version of the Raspberry Pi OS. Weewx has been running fine for over a month using the weatherflow extension (Tempest). At this point I haven't installed anything else and have been using the seasons skin. I wanted

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-06 Thread steeple ian
To determine the versions of Apache and PHP installed: - >From the command line run: - apachectl -v php -v IM On Sun, 6 Sep 2020 at 07:07, steeple ian wrote: > Hi, > I assume you are running a Debian based OS, Raspberry Pi OS or Ubuntu > perhaps? > IM > > On Sun, 6 Sep 2020 at 05:14,

Re: [weewx-user] weewx-Weather34 installation questions

2020-09-06 Thread steeple ian
Hi, I assume you are running a Debian based OS, Raspberry Pi OS or Ubuntu perhaps? IM On Sun, 6 Sep 2020 at 05:14, ExprmntAl <72604.3...@compuserve.com> wrote: > In the installation instructions for weewx-Weather34 it says: > > *"This installation guide assumes that you are already reasonably

[weewx-user] weewx-Weather34 installation questions

2020-09-05 Thread ExprmntAl
In the installation instructions for weewx-Weather34 it says: *"This installation guide assumes that you are already reasonably familiar with WeeWX and that it is already installed on your computer along with a webserver, php and curl."* The Apache2 webserver is installed as part of the weewx