[weewx-user] Re: Trouble with Vantage Vue and updating of the index.html file

2024-06-09 Thread Eric Gammeter
imilar threads here > from other users and the ‘understanding permissions’ section in the wiki. > On Saturday, June 8, 2024 at 12:39:58 PM UTC-7 Eric Gammeter wrote: > >> attaching files... >> >> On Saturday, June 8, 2024 at 3:37:31 PM UTC-4 Eric Gammeter wrote: >> >&g

[weewx-user] Trouble with Vantage Vue and updating of the index.html file

2024-06-08 Thread Eric Gammeter
Recently upgraded from a RaspberryPi 3 to a Pri 4, I also upgraded WEEWX from 4 to 5- also installed the Belchertown extension. Seems to be running - I do not see any thing in the syslog that indicates a big problem- however, the time stamp (and data) on the home page of my web site (www.OakO

[weewx-user] Different instances of WEEWX?

2024-06-03 Thread Eric Gammeter
Hi- Seems I have two different instances of WEEWX. I have the online WEB instance (www.OakorchardWeather.NET) which is current (date time, data); and I have the other instance at local IP address: 192.168.1.38. This 2nd instance is dated August 6, 2023. MY situation: I am trying to troub

[weewx-user] Can I self-host my Weewx site?

2023-09-26 Thread Eric Gammeter
Having trouble with my ISP's CGNAT and the MQTT (Websockets) Sub/Pub process. Might it be possible to use the Apache web server on my RaspberryPi to host my own site? I realize that I may still have the CGNAT issue- but at least I would no longer have to outside of my LAN to have a web presen

Re: [weewx-user] Re: Trouble installing Belchertown skin:

2023-08-01 Thread Eric Gammeter
d to and fully specify the pathname to the .tar.gz > file you downloaded ala: > > wee_extension --install > /some/path/here/weewx-belchertown-release.1.3.1.tar.gz > > > > On Wednesday, July 19, 2023 at 5:41:57 AM UTC-7 Eric Gammeter wrote: > > I want to try the Bel

[weewx-user] Trouble installing Belchertown skin:

2023-07-19 Thread Eric Gammeter
I want to try the Belchertown skin. I am running the Github install instructions for the Skin. I download the tar file: $ wget https://github.com/poblabs/weewx-belchertown/releases/download/weewx-belchertown-1.3.1/weewx-belchertown-release.1.3.1.tar.gz Response: 2023-07-19 07:42:56 (1.48 MB/s)

Re: [weewx-user] Re: problem with INDEX.HTML file version

2022-08-23 Thread Eric Gammeter
not enabled. Skipping. On Tuesday, August 23, 2022 at 9:32:19 AM UTC-4 Eric Gammeter wrote: > [[FTP]] (obfuscated) > > # FTP'ing the results to a webserver is treated as just another > report, > > # albeit one with an unusual report generator! &g

Re: [weewx-user] Re: problem with INDEX.HTML file version

2022-08-23 Thread Eric Gammeter
emote file # deletion, zero to allow files to accumulate remotely. delete = 0 On Tuesday, August 23, 2022 at 8:17:55 AM UTC-4 do...@dougjenkins.com wrote: > We need to see the ftp section of the weewx.conf file in order to help > > On Tue, Aug 23, 2022, 8:11 AM Eric Gamm

Re: [weewx-user] Re: problem with INDEX.HTML file version

2022-08-23 Thread Eric Gammeter
y. > > Since you are FTP'ing the files, verify that you are grabbing all the > files from the source directory. It should include .js, .css, and .png, and > .html files. > > DDJ > > On Mon, Aug 22, 2022 at 3:34 PM Eric Gammeter wrote: > >> I have WEEWX r

Re: [weewx-user] Re: problem with INDEX.HTML file version

2022-08-22 Thread Eric Gammeter
I have WEEWX running on the Rpi3; also on that Rpi is Apache web server. >From there, all I know of is the WEEWX ftp process to upload files to my web site. I access my web site file manager and see all (37?) files there. So- the only mirroring I know of is WEEWX ftp'ing up to the web site.

Re: [weewx-user] Re: problem with INDEX.HTML file version

2022-08-22 Thread Eric Gammeter
and folders) and restart weewx. it will recreate everything (including the > folders) with the correct permissions. > > > > On Sun, Aug 21, 2022 at 12:17 PM Eric Gammeter wrote: > >> Aug 21 12:00:55 raspberrypi3WEEWX weewx[606] DEBUG weeutil.ftpupload: 56 >> ./index.html &

[weewx-user] Re: problem with INDEX.HTML file version

2022-08-21 Thread Eric Gammeter
false Station uses VANTAGE weather station. Version: 4.8.0 On Sunday, August 21, 2022 at 11:51:22 AM UTC-4 Eric Gammeter wrote: > both of the INDEX.HTML files referred to above are updating every 30 > minutes. > > On Sunday, August 21, 2022 at 11:49:11 AM UTC-4 Eric Gam

[weewx-user] Re: problem with INDEX.HTML file version

2022-08-21 Thread Eric Gammeter
both of the INDEX.HTML files referred to above are updating every 30 minutes. On Sunday, August 21, 2022 at 11:49:11 AM UTC-4 Eric Gammeter wrote: > Seemingly out of the blue I have a problem with the INDEX.HTML. IE: When > I look at my Rpi (192.168.1.38/weewx) in a browser locally

[weewx-user] problem with INDEX.HTML file version

2022-08-21 Thread Eric Gammeter
Seemingly out of the blue I have a problem with the INDEX.HTML. IE: When I look at my Rpi (192.168.1.38/weewx) in a browser locally- the correct report formatting is there and it looks fine (has all it's graphs); however when I go to the web address (http://www.n8aay.net) the index file that

[weewx-user] Re: how to delete '#FTP.last' file

2022-03-03 Thread Eric Gammeter
This is RESOLVED. (how do I close it out?) On Thursday, March 3, 2022 at 3:43:53 PM UTC-5 Eric Gammeter wrote: > Yes! That (the rm *FTP*) did it. Thank you! > > > On Wednesday, March 2, 2022 at 7:33:11 PM UTC-5 vince wrote: > >> escape the # sign with a backsl

[weewx-user] Re: how to delete '#FTP.last' file

2022-03-03 Thread Eric Gammeter
Yes! That (the rm *FTP*) did it. Thank you! On Wednesday, March 2, 2022 at 7:33:11 PM UTC-5 vince wrote: > escape the # sign with a backslash > > cd into the directory then > rm -i ./\#FTP.last > > The -i will prompt you juust in case you typo it and would otherwise > do something

[weewx-user] how to delete '#FTP.last' file

2022-03-02 Thread Eric Gammeter
Need to delete my #FTP.last file but I cannot get RM or UNLINK commands to do the job. I get "missing operand" for both commands. The file name has a ' (single quote) in front and at the end of the name. ?? -- You received this message because you are subscribed to the Google Groups "w

[weewx-user] Looking for Recomendation to backup the SDB DB file.

2021-11-15 Thread Eric Gammeter
How would you recommend I perform a backup on my weewx.sdb file? Currently I stop weewx; then run an CP command to copy it to a mounted flash drive; then restart weewx. Is there a better way? Thank you- -- You received this message because you are subscribed to the Google Groups "weewx-us

[weewx-user] Re: RPi Overlay file system?

2021-10-06 Thread Eric Gammeter
That's good- that you have never had an SD card go south. I have tested out the file overlay process for a day or 2 now- and things are operating normally- as far as I can se...that is: I don't see any errors in the syslog with debug=1. Thanks for your input. Im good to close this one out.

[weewx-user] Re: RPi Overlay file system?

2021-10-05 Thread Eric Gammeter
OK Vince- sounds like a plan. Do they eventually get written to perm storage? Perhaps during a reboot? On Tuesday, October 5, 2021 at 11:07:02 AM UTC-4 vince wrote: > On Tuesday, October 5, 2021 at 5:33:38 AM UTC-7 n8a...@gmail.com wrote: > >> Any information about using the RaspberryPi Ove

[weewx-user] RPi Overlay file system?

2021-10-05 Thread Eric Gammeter
Any information about using the RaspberryPi Overlay Filesystem to facilitate lower read/writes to the SD card? I have lost one SD card so far- granted that was over a 2-year period of running WEEWX. Just curious. -- You received this message because you are subscribed to the Google Groups

Re: [weewx-user] Re: weewx and apache WS [2]

2021-09-15 Thread Eric Gammeter
lse > > # To upload files from something other than what HTML_ROOT is set > directly under [StdReport] > # to above, specify a different HTML_ROOT here. > HTML_ROOT = > your-html-root-on-your-weewx-server-from-where-you-want-to-upload-our > files-to

[weewx-user] Re: weewx and apache WS

2021-09-07 Thread Eric Gammeter
WEEWX INDEX html page. On Tuesday, September 7, 2021 at 9:35:54 AM UTC-4 Eric Gammeter wrote: > OK- I would like to see my WEEWX HTML web page on my LAN- not have to go > to the internet. Thanks for your input Tom and Vince! > /Eric G. > > On Thursday, September 2, 202

[weewx-user] Re: weewx and apache WS

2021-09-07 Thread Eric Gammeter
OK- I would like to see my WEEWX HTML web page on my LAN- not have to go to the internet. Thanks for your input Tom and Vince! /Eric G. On Thursday, September 2, 2021 at 7:51:39 AM UTC-4 t...@tom.org wrote: > In addition to using a web server on the same "machine" (whether actual or > vir

[weewx-user] weewx and apache WS

2021-09-01 Thread Eric Gammeter
Wondering if / how I can interface my WEEWX application with a WEB SERVER (apache) and port that to my web site.?? Basically I am looking for other reporting options. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this g

[weewx-user] Re: probs updating from 4 to 4.1

2020-05-29 Thread Eric Gammeter
Yep- that did the trick- fixing my own error! 4.1 looks great! On Thursday, May 28, 2020 at 4:03:57 PM UTC-4, Eric Gammeter wrote: > > Hello- I was running WEEWX 4.0 on my RaspberryPi until yesterday- when I > did an upgrade and accepted V4.1. I have no success getting my

[weewx-user] Re: probs updating from 4 to 4.1

2020-05-29 Thread Eric Gammeter
Duh-- just found my own problem in the FTP section. Plugging that fix in now and testing. IMHO: I goofed! On Thursday, May 28, 2020 at 4:03:57 PM UTC-4, Eric Gammeter wrote: > > Hello- I was running WEEWX 4.0 on my RaspberryPi until yesterday- when I > did an upgrade and accepted

[weewx-user] Re: probs updating from 4 to 4.1

2020-05-29 Thread Eric Gammeter
.7/dist-packages/serial/serialposix.py", line 483, in read ready, _, _ = select.select([self.fd, self.pipe_abort_read_r], [], [], timeout.time_left()) KeyboardInterrupt On Thursday, May 28, 2020 at 4:03:57 PM UTC-4, Eric Gammeter wrote: > > Hello- I was running WEEWX 4

[weewx-user] probs updating from 4 to 4.1

2020-05-28 Thread Eric Gammeter
Hello- I was running WEEWX 4.0 on my RaspberryPi until yesterday- when I did an upgrade and accepted V4.1. I have no success getting my web pages posted to my web server (FTP toWWW.N8AAY.NET). Below is text from my syslog with DEBUG set. May 28 16:00:16 raspberrypi weewx[1933] DEBUG weewx.

[weewx-user] Re: wee_database: ImportError

2020-03-03 Thread Eric Gammeter
OK- That was it! Nice catch of *my* oversight tk. /EG On Tuesday, February 25, 2020 at 9:11:40 AM UTC-5, Eric Gammeter wrote: > > > Goal: > Wanting to switch from sqlite to MySql database. > > I am consulting the github /weewx/wiki "Usingwee_database". > &

[weewx-user] Re: wee_database: ImportError

2020-03-03 Thread Eric Gammeter
Yes: here it is from weewx.conf file: [[dest_binding]] database = archive_mysql table_name = archive manager = weewx.wxmanager.WXDaySummaryManager schema = schemas.wview.schema On Tuesday, February 25, 2020 at 9:11:40 AM UTC-5, Eric Gammeter wrote

[weewx-user] Re: wee_database: ImportError

2020-03-03 Thread Eric Gammeter
:11:40 AM UTC-5, Eric Gammeter wrote: > > > Goal: > Wanting to switch from sqlite to MySql database. > > I am consulting the github /weewx/wiki "Usingwee_database". > > The --dry-run doesn't show any error. > > > pi@raspberrypi:~ $ wee_database --t

[weewx-user] Re: wee_database: ImportError

2020-02-27 Thread Eric Gammeter
That did the trick Tom. Thank you much. I am still really enjoying your WEEWX program! /Eric G. On Tuesday, February 25, 2020 at 9:11:40 AM UTC-5, Eric Gammeter wrote: > > > Goal: > Wanting to switch from sqlite to MySql database. > > I am consulting the

[weewx-user] Re: wee_database: ImportError

2020-02-25 Thread Eric Gammeter
Yes. Both commands were issued. On Tuesday, February 25, 2020 at 9:11:40 AM UTC-5, Eric Gammeter wrote: > > > Goal: > Wanting to switch from sqlite to MySql database. > > I am consulting the github /weewx/wiki "Usingwee_database". > > The --dry-run

[weewx-user] Re: wee_database: ImportError

2020-02-25 Thread Eric Gammeter
' Transfer 9187 records from source database 'weewx.sdb' to destination database 'weewx' (y/n)? y Error accessing destination database 'weewx'. Maybe it does not exist (MySQL) or is incorrectly defined in weewx.conf? Nothing done. Aborting. On Tuesday, February

[weewx-user] wee_database: ImportError

2020-02-25 Thread Eric Gammeter
Goal: Wanting to switch from sqlite to MySql database. I am consulting the github /weewx/wiki "Usingwee_database". The --dry-run doesn't show any error. pi@raspberrypi:~ $ wee_database --transfer --dest-binding=dest_binding --dry-run Using configuration file /etc/weewx/weewx.conf Using dat

[weewx-user] Re: more on clock skew

2020-01-06 Thread Eric Gammeter
hopefully never loose any of my weather data again! I hope. On Sunday, January 5, 2020 at 3:50:21 PM UTC-5, Eric Gammeter wrote: > > Having difficulties with fixing my "clock skew" situation. My installed > file system differs from the one documented in the User Guide u

[weewx-user] more on clock skew

2020-01-05 Thread Eric Gammeter
Having difficulties with fixing my "clock skew" situation. My installed file system differs from the one documented in the User Guide under "clock skew". /var/lib/weewx compared to /home/weewx/archive. Granted- I have been thru this clock skew situation before- Alas- I do not recall nor c

[weewx-user] Re: time/date issue in my INDEX.HTML file

2019-07-09 Thread Eric Gammeter
Operation is back to normal! All I see is I am missing daily data from July 1 thru 7...but I can live with that for sure. Thanks so much for your assistance guys. /Eric On Friday, July 5, 2019 at 3:58:01 PM UTC-4, Eric Gammeter wrote: > > Hi- My INDEX.HTML file is being produce

[weewx-user] Re: time/date issue in my INDEX.HTML file

2019-07-08 Thread Eric Gammeter
, 2019 at 3:58:01 PM UTC-4, Eric Gammeter wrote: > > Hi- My INDEX.HTML file is being produced each half hour as it should > be...but the timestamp (in the file) is incorrect! The report (attached) > shows it is 8/6/2036 @ 08:22:00PM. > > I can see that the reports fire off

[weewx-user] Re: time/date issue in my INDEX.HTML file

2019-07-08 Thread Eric Gammeter
Exiting. root@raspberrypi:/var/lib/weewx# On Friday, July 5, 2019 at 3:58:01 PM UTC-4, Eric Gammeter wrote: > > Hi- My INDEX.HTML file is being produced each half hour as it should > be...but the timestamp (in the file) is incorrect! The report (attached) > show

[weewx-user] Re: time/date issue in my INDEX.HTML file

2019-07-07 Thread Eric Gammeter
at 3:58:01 PM UTC-4, Eric Gammeter wrote: > > Hi- My INDEX.HTML file is being produced each half hour as it should > be...but the timestamp (in the file) is incorrect! The report (attached) > shows it is 8/6/2036 @ 08:22:00PM. > > I can see that the reports fire off every 30

[weewx-user] Re: time/date issue in my INDEX.HTML file

2019-07-06 Thread Eric Gammeter
Yes- I did. My mistake! I did not. Doing that now. On Friday, July 5, 2019 at 3:58:01 PM UTC-4, Eric Gammeter wrote: > > Hi- My INDEX.HTML file is being produced each half hour as it should > be...but the timestamp (in the file) is incorrect! The report (attached) > sho

[weewx-user] Re: time/date issue in my INDEX.HTML file

2019-07-06 Thread Eric Gammeter
ta value at address 0x%X" % offset) weewx.RetriesExceeded: While getting EEPROM data value at address 0x29 root@raspberrypi:/var/lib/weewx# On Friday, July 5, 2019 at 3:58:01 PM UTC-4, Eric Gammeter wrote: > > Hi- My INDEX.HTML file is being produced each half hour as it should &g

[weewx-user] time/date issue in my INDEX.HTML file

2019-07-05 Thread Eric Gammeter
Hi- My INDEX.HTML file is being produced each half hour as it should be...but the timestamp (in the file) is incorrect! The report (attached) shows it is 8/6/2036 @ 08:22:00PM. I can see that the reports fire off every 30 mins- and that a new (correct time stamp) INDEX.HTML file is created

[weewx-user] Re: help with #FTP.last file

2018-11-05 Thread Eric Gammeter
OK now. Your suggestions have resolved my issue. Thank you Thomas. /Eric On Wednesday, October 31, 2018 at 4:43:42 PM UTC-4, Eric Gammeter wrote: > > Hi, > > I lost my ISP modem the other day- now I have a new modem and am back up > and connected to internet- supposedly s

[weewx-user] Re: help with #FTP.last file

2018-11-02 Thread Eric Gammeter
; file is correct/current HOWEVER the data in that file is still dated 11/29/2018 at 5PM. Just my guess: Something is up with my report generator? On Wednesday, October 31, 2018 at 4:43:42 PM UTC-4, Eric Gammeter wrote: > > Hi, > > I lost my ISP modem the other day- now I h

[weewx-user] help with #FTP.last file

2018-10-31 Thread Eric Gammeter
Hi, I lost my ISP modem the other day- now I have a new modem and am back up and connected to internet- supposedly sending (FTP'ing) WX reports to WeatherUnderground. I thought! My Index.HTML file is not getting updated and ftp'd up to WU. I find this "#FTP.last" file in the html filesyst

[weewx-user] Re: migrate an sql DB to another machine?

2018-08-30 Thread Eric Gammeter
18 at 11:31:27 AM UTC-4, Eric Gammeter wrote: > > Hi- > > I have been running weewx 3.8.2-1 for a year on my main debian PC- It ran > SQL and created a weewx.sdb file (32kb). Now I would like to migrate > that database file onto a RaspberryPi PC and operate weewx on the

[weewx-user] Re: migrate an sql DB to another machine?

2018-08-30 Thread Eric Gammeter
Thank you Vince- I get the following reply: bash: syntax error near unexpected token `| On Tuesday, August 28, 2018 at 11:31:27 AM UTC-4, Eric Gammeter wrote: > > Hi- > > I have been running weewx 3.8.2-1 for a year on my main debian PC- It ran > SQL and created a weewx.sdb

[weewx-user] Re: migrate an sql DB to another machine?

2018-08-29 Thread Eric Gammeter
can access all the data in the sdb file for the year 2018. On Tuesday, August 28, 2018 at 11:31:27 AM UTC-4, Eric Gammeter wrote: > > Hi- > > I have been running weewx 3.8.2-1 for a year on my main debian PC- It ran > SQL and created a weewx.sdb file (32kb). Now I wou

[weewx-user] Re: migrate an sql DB to another machine?

2018-08-28 Thread Eric Gammeter
Well- is the sdb file compatible with the sqlite that is running on the Rpi PC? SQL vs sqLite. On Tuesday, August 28, 2018 at 11:31:27 AM UTC-4, Eric Gammeter wrote: > > Hi- > > I have been running weewx 3.8.2-1 for a year on my main debian PC- It ran > SQL and created a

[weewx-user] migrate an sql DB to another machine?

2018-08-28 Thread Eric Gammeter
Hi- I have been running weewx 3.8.2-1 for a year on my main debian PC- It ran SQL and created a weewx.sdb file (32kb). Now I would like to migrate that database file onto a RaspberryPi PC and operate weewx on the Rpi...My question is this: Is there a way to migrate my weewx.sdb file in

[weewx-user] Re: install error

2017-12-15 Thread Eric Gammeter
NP- this is a clean install- so I don't have anything to loose by reinstalling Debian 9! It turns out to be good instruction/learning for me. No need to pursue this issue. Thank you much! /Eric G. On Friday, December 15, 2017 at 2:17:44 PM UTC-5, Eric Gammeter wrote: > > Insta

[weewx-user] Re: install error

2017-12-15 Thread Eric Gammeter
Thank you very much for your assistance. /Eric On Friday, December 15, 2017 at 2:17:44 PM UTC-5, Eric Gammeter wrote: > > Installing WEEWX 3.8.0 tar.gz onto my Debian 9 box and I get the following > error: > > I do not know how to proceed. Any input? > > /Thanks much... &

[weewx-user] Re: install error

2017-12-15 Thread Eric Gammeter
7;/usr/local/lib/python2.7/site-packages'] Traceback (most recent call last): File "", line 1, in ImportError: No module named configobj On Friday, December 15, 2017 at 2:17:44 PM UTC-5, Eric Gammeter wrote: > > Installing WEEWX 3.8.0 tar.gz onto my Debian 9 box and I ge

[weewx-user] Re: install error

2017-12-15 Thread Eric Gammeter
script returned error exit status 1 Processing triggers for systemd (232-25+deb9u1) ... Errors were encountered while processing: weewx E: Sub-process /usr/bin/dpkg returned an error code (1) On Friday, December 15, 2017 at 2:17:44 PM UTC-5, Eric Gammeter wrote: > > Installing WEEWX 3.8.0 tar.g

[weewx-user] install error

2017-12-15 Thread Eric Gammeter
Installing WEEWX 3.8.0 tar.gz onto my Debian 9 box and I get the following error: I do not know how to proceed. Any input? /Thanks much... root@debian:~# apt-get install weewx Reading package lists... Done Building dependency tree Reading state information... Done Suggested packages:

[weewx-user] Re: sqlite to mySql problem

2017-02-28 Thread Eric Gammeter
did not recognize the situation. Thanks again. Also I am curious to see your website somehow. On Monday, February 27, 2017 at 4:13:28 PM UTC-5, Eric Gammeter wrote: > > Getting .py errors when I attempt to switch from sqlite to mySql > database. I do not know where to look next.

[weewx-user] Re: sqlite to mySql problem

2017-02-27 Thread Eric Gammeter
I will need some time to see how it runs now that python-mysqldb has been added. Thanks much! On Monday, February 27, 2017 at 4:13:28 PM UTC-5, Eric Gammeter wrote: > > Getting .py errors when I attempt to switch from sqlite to mySql > database. I do not know where to look n

[weewx-user] Re: sqlite to mySql problem

2017-02-27 Thread Eric Gammeter
Preparing to unpack .../python-mysqldb_1.2.3-2.1_amd64.deb ... Unpacking python-mysqldb (1.2.3-2.1) ... Setting up python-mysqldb (1.2.3-2.1) ... Ok- they were not installed...now they are. Cool. On Monday, February 27, 2017 at 4:13:28 PM UTC-5, Eric Gammeter wrote: > > Getting .py

[weewx-user] Re: sqlite to mySql problem

2017-02-27 Thread Eric Gammeter
Yes- I definitely believe I followed all the pre-req's. On Monday, February 27, 2017 at 4:13:28 PM UTC-5, Eric Gammeter wrote: > > Getting .py errors when I attempt to switch from sqlite to mySql > database. I do not know where to look next. Any comments/suggestions > wou

[weewx-user] Re: sqlite to mySql problem

2017-02-27 Thread Eric Gammeter
It is a Debian pc, and was installed via dpkg / apt-get (not .py). On Monday, February 27, 2017 at 4:13:28 PM UTC-5, Eric Gammeter wrote: > > Getting .py errors when I attempt to switch from sqlite to mySql > database. I do not know where to look next. Any comments/suggestions &

[weewx-user] sqlite to mySql problem

2017-02-27 Thread Eric Gammeter
Getting .py errors when I attempt to switch from sqlite to mySql database. I do not know where to look next. Any comments/suggestions would be appreciated. Thanks /E -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this gro

[weewx-user] Re: Cannot add port 'tty/ttyUSB0', unhandled serial type

2016-12-20 Thread Eric Gammeter
Also I am not getting any updates to WU. (see snippet below from the attached weewx.conf file. /e [[Wunderground]] # This section is for configuring posts to the Weather Underground. # If you wish to do this, set the option 'enable' to true, # and specify a stati

[weewx-user] Re: Cannot add port 'tty/ttyUSB0', unhandled serial type

2016-12-20 Thread Eric Gammeter
HI- Still at it. Everything I see below looks like the USB connection to my Vantage Vue is working: but it isn't: The weewx index.html file is NOT updating. As always any comments/recommendations are welcome. /e root@debian:/home/eric# apt-get remove modemmanager Reading package lists..

[weewx-user] Re: Cannot add port 'tty/ttyUSB0', unhandled serial type

2016-12-16 Thread Eric Gammeter
Right... Well- I was expecting to see those "loop" messages and wasn't seeing them- so I "thought" there was a problem with the USB0 link: I was wrong! the /var/www/html/weewx/index.html file is getting updated just fine with current data. My bad. This topic is RESOLVED. Tnx again. /e

[weewx-user] Re: Cannot add port 'tty/ttyUSB0', unhandled serial type

2016-12-15 Thread Eric Gammeter
Still at it: Attempting to get WEEWX to run on my bigger Debian desktop PC. It was not talking to the ttyUSB0 port so I did the REMOVE of MODEMMANAGER. (apt-get remove modemmanager) as you sugested; No joy- it still did not talk to the Davis Vantage USB0 port; I used the MINICOM tty "tes

[weewx-user] Cannot add port 'tty/ttyUSB0', unhandled serial type

2016-12-09 Thread Eric Gammeter
Originally installed WEEWX on my RPI3...now I am trying it on another bigger DEBIAN-Jesse PC...and am running into the following: [3.443530] usbcore: registered new interface driver usbserial [3.443537] usbcore: registered new interface driver usbserial_generic [3.443543] usbserial: U

[weewx-user] Re: install difficulties

2016-12-07 Thread Eric Gammeter
Took about 30 minutes but the LOOP error condition did clear on it's own. JOY. /e -- 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+unsubscr...@goo

Re: [weewx-user] Re: install difficulties

2016-12-06 Thread Eric Gammeter
ne? > > The html directory will be created when the first report is run. > > You have a longish archive interval (30 minutes). Is that what you > intended? > > -tk > > Fat-fingered from my Android > > On Dec 6, 2016 12:59 PM, "Eric Gammeter" wrote: > > On

[weewx-user] Re: install difficulties

2016-12-06 Thread Eric Gammeter
On this install attempt I get the following info in SYSLOG: Dec 6 15:48:31 raspberrypi weewx[2226]: manager: added record 2016-12-06 13:30:00 EST (1481049000) to daily summary in 'weewx.sdb' Dec 6 15:48:31 raspberrypi weewx[2226]: manager: added record 2016-12-06 14:00:00 EST (1481050800) to da

[weewx-user] Re: install difficulties

2016-12-06 Thread Eric Gammeter
Alright! Your information was great. Thanks much. I found the info using pi@raspberrypi:~ $ dmesg | grep ttyUSB0 [5.446819] usb 1-1.4: cp210x converter now attached to ttyUSB0 [ 130.145672] cp210x ttyUSB0: usb_serial_generic_read_bulk_callback - urb stopped: -32 [ 130.145785] cp210x t

[weewx-user] Re: install difficulties

2016-12-05 Thread Eric Gammeter
pi@raspberrypi:~ $ lsusb Bus 001 Device 006: ID 046d:c31c Logitech, Inc. Keyboard K120 for Business Bus 001 Device 005: ID 10c4:ea61 Cygnal Integrated Products, Inc. CP210x UART Bridge Bus 001 Device 004: ID 046d:c077 Logitech, Inc. Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMS

[weewx-user] Re: install difficulties

2016-12-05 Thread Eric Gammeter
Yes-- running the --purge cmd cleared alll traces- I did not know about that until you told me. (thanks) Running the install (dpkg -i) took me through the config questions (location, foot). I rebooted and then waited a while to tail the syslog. Here is that output: root@raspberrypi:~# cd /

[weewx-user] Re: install difficulties

2016-12-05 Thread Eric Gammeter
I also set 'debug' =1. I am looking for assistance with this process. On Wednesday, November 30, 2016 at 5:15:28 PM UTC-5, Eric Gammeter wrote: > > root@raspberrypi:/home/pi/Downloads# ls -l > total 18708 > -rw-r--r-- 1 pi pi10173 Nov 30 16:26 control.tar.gz > -rw

[weewx-user] Re: install difficulties

2016-12-05 Thread Eric Gammeter
So noted...I edited the weewx.conf file accordingly. On Wednesday, November 30, 2016 at 5:15:28 PM UTC-5, Eric Gammeter wrote: > > root@raspberrypi:/home/pi/Downloads# ls -l > total 18708 > -rw-r--r-- 1 pi pi10173 Nov 30 16:26 control.tar.gz > -rw-r--r-- 1 pi pi 10894

[weewx-user] Re: install difficulties

2016-12-05 Thread Eric Gammeter
** Exiting. Dec 5 08:35:29 raspberrypi systemd[1]: Reloading. ^C On Wednesday, November 30, 2016 at 5:15:28 PM UTC-5, Eric Gammeter wrote: > > root@raspberrypi:/home/pi/Downloads# ls -l > total 18708 > -rw-r--r-- 1 pi pi10173 Nov 30 16:26 control.tar.gz > -rw-r--r-- 1 pi pi

[weewx-user] Re: install difficulties

2016-12-01 Thread Eric Gammeter
Yep- that was it. I am on my way now. Thank you! On Wednesday, November 30, 2016 at 5:15:28 PM UTC-5, Eric Gammeter wrote: > > root@raspberrypi:/home/pi/Downloads# ls -l > total 18708 > -rw-r--r-- 1 pi pi10173 Nov 30 16:26 control.tar.gz > -rw-r--r-- 1 pi pi 10894

[weewx-user] install difficulties

2016-11-30 Thread Eric Gammeter
root@raspberrypi:/home/pi/Downloads# ls -l total 18708 -rw-r--r-- 1 pi pi10173 Nov 30 16:26 control.tar.gz -rw-r--r-- 1 pi pi 1089427 Nov 30 16:26 data.tar.gz -rw-r--r-- 1 pi pi4 Nov 30 16:26 debian-binary drwxr-xr-x 17 pi pi 4096 Jun 25 16:49 Python-2.7.12 -rw-r--r-- 1 pi pi 1