[weewx-user] Re: WS-1001 connection to Raspberry PI for Weewx

2019-07-31 Thread Bill Volz
That appears the be the problem. Using 192.168.255.255 and it found the correct address for the station. Now it's updating the database. Should take awhile. Thanks On Thursday, August 1, 2019 at 12:38:54 AM UTC-4, Bill Volz wrote: > > I did change the network mask from 255.255.255.0 to

Re: [weewx-user] Re: Porting data from WVIEW

2019-07-31 Thread Graham Eddy
The NOAA files contain data only of interest to US govt so miss extra sensors etc _ Graham Eddy via phone: forgive brevity On Thu, 1 Aug. 2019, 8:31 am Richard Rosa, wrote: > It looks like I have an alternative: > > Thankfully, WVIEW saved a bunch of .txt files for every logged

[weewx-user] Re: WS-1001 connection to Raspberry PI for Weewx

2019-07-31 Thread Bill Volz
I did change the network mask from 255.255.255.0 to 255.255.0.0. Should I use a broadcast mask of 192.168.255.255 for HP1000? On Wednesday, July 31, 2019 at 11:01:59 PM UTC-4, Susan Mackay wrote: > > Have you changed any settings on the router? What I'm thinking is that it > is not letting

Re: [weewx-user] Re: Porting data from WVIEW

2019-07-31 Thread Graham Eddy
It is wview-archive.sdb. The other dbs are generated from wview-archive.sdb if absent. wview cannot run without wview-archive.sdb. If absent from backups, the backups were not done correctly (from phone -> forgive brevity) GE On Thu, 1 Aug. 2019, 5:28 am Thomas Keffer, wrote: > Take a look at

[weewx-user] Re: WS-1001 connection to Raspberry PI for Weewx

2019-07-31 Thread Susan Mackay
Have you changed any settings on the router? What I'm thinking is that it is not letting through the broadcast packets. If that is the case, then all I can suggest in the short term is to do what I suggested in my first post and edit the Python code to simply try to connect directly to the IP

[weewx-user] Re: WS-1001 connection to Raspberry PI for Weewx

2019-07-31 Thread Susan Mackay
Do you know the IP address of the weather station console? Can you ping it? Susan -- 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] Re: Porting data from WVIEW

2019-07-31 Thread Andrew Milner
I don't think you have an alternative, you have something different. >From wview manual: *Day history Table (wview-history.sdb)* *Overview* This table is generated internally by wview to avoid having to compute the daily summary records used for the yearly charts every time wview starts. This

[weewx-user] Re: Radiation, maxSolarRad and ET/Evapotranspiration calculation - weewx/Belchertown skin

2019-07-31 Thread Andrew Milner
correct - current will/may provide but for historical must be in database. Just add the column. On Wednesday, 31 July 2019 23:12:08 UTC+3, Xant wrote: > > > Thanks rich T > > Thought would be something in that path (which Im not familiar yet). > > What Im puzzled with is that 'maxSolarRad' is

Re: [weewx-user] Ip camera weewx

2019-07-31 Thread p q
Do you want video or just a periodic snapshot? You'll probably need to edit the skin template to include something like: I don't know how to do live video, but I'm sure you can google for it. I found this example here: https://www.w3schools.com/html/html5_video.asp On Wed, Jul 31,

[weewx-user] Ip camera weewx

2019-07-31 Thread Hector Valenzuela
Hi. i want to add an Ip camera PoE to my weather station. I have a raspberry Pi 3 running weewx 3.5.0 and the camera is https://www.amazon.com/gp/product/B01G1U4MVA/ref=ox_sc_act_title_1?smid=A22E1JQ3DE3K79=1 but I don't know what documents I have to edit (weewx.conf, skin.conf, etc) to watch

[weewx-user] Re: Porting data from WVIEW

2019-07-31 Thread vince
On Wednesday, July 31, 2019 at 3:31:01 PM UTC-7, Richard Rosa wrote: > > It looks like I have an alternative: > > Thankfully, WVIEW saved a bunch of .txt files for every logged day > (almost 4k). Although I know very little about SQL databases, I am pretty > decent at converting text file

[weewx-user] Re: Porting data from WVIEW

2019-07-31 Thread Richard Rosa
It looks like I have an alternative: Thankfully, WVIEW saved a bunch of .txt files for every logged day (almost 4k). Although I know very little about SQL databases, I am pretty decent at converting text file formats to CSV files. I picked the OLDEST text file, created a script to convert

[weewx-user] Re: Radiation, maxSolarRad and ET/Evapotranspiration calculation - weewx/Belchertown skin

2019-07-31 Thread Xant
Thanks rich T Thought would be something in that path (which Im not familiar yet). What Im puzzled with is that 'maxSolarRad' is internally calculated by weewx, and I can print/verify the calculated value in webpage (through Belchertown skin). Therefore, isn't there already in database,

[weewx-user] Re: special character support

2019-07-31 Thread peter
Thanks for your suggestion. I did have "encoding=utf8" defined, I rechecked once again. I even moved it in the [[[day]]] section but it doesn't help, unfortunately. My template file is actually index.php.tmpl. Does it make any difference? Hi, > > In /etc/weewx/skins/neowx/skin.conf look for

Re: [weewx-user] Re: Porting data from WVIEW

2019-07-31 Thread Thomas Keffer
Take a look at chapter 7 of the wview users guide ( http://www.wviewweather.com/release-notes/wview-User-Manual.html#Advanced-wlk ). I'm pretty sure it's called wview-archive.sdb. Or, ask Graham Eddy. On Wed, Jul 31, 2019 at 2:46 PM Richard Rosa wrote: > > There is NO current

[weewx-user] Re: Belchertown skin 1.0 released!

2019-07-31 Thread Pat
Hi Manfred, for clarity users who install the Belchertown skin (and all other extensions) should be using the wee_extension method . So it's not Belchertown's decision where it goes in the config, but rather weewx's internal wee_extension

[weewx-user] Re: Radiation, maxSolarRad and ET/Evapotranspiration calculation - weewx/Belchertown skin

2019-07-31 Thread Xant
Thought would be something in that path, which Im not familiar yet. Will try. Thank you for the link. Best, Xant -- 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

[weewx-user] Re: Can i grab loop data in a shell script

2019-07-31 Thread Robin
I did think about running the script after weewx updates, but the ease of saving the image to the web page folder so it gets uploaded using rsync was too appealing. I am not a programmer and my Linux knowledge is at the 'just enough to survive' (most of the time) level. I have had a look at

Re: [weewx-user] Re: Porting data from WVIEW

2019-07-31 Thread Richard Rosa
There is NO current *wview-archive.sdb*. I only have one from an old backup from 5 years ago. Recent archive database files are *wview-hilow.sdb* and *wview-history.sdb*. Richard Rosa On Wednesday, July 31, 2019 at 2:34:17 PM UTC-4, Thomas Keffer wrote: > > I believe you copied the wrong

[weewx-user] Re: Belchertown skin for weewx now available!

2019-07-31 Thread Pat
The history from the niculskin is not available in Belchertown. Someone I believe has forked Belchertown and included it. You can check the forks to try and find it. Heatmap is also not available right now. Unsure if/when that'll be added On Tuesday, July 16, 2019 at 2:31:23 PM UTC-4, Ralf B

Re: [weewx-user] Re: Porting data from WVIEW

2019-07-31 Thread Thomas Keffer
I believe you copied the wrong file. You want wview-archive.sdb. I'm on an iPhone right now, so it's hard for me to give any more details. On Wed, Jul 31, 2019 at 12:46 PM vince wrote: > On Wednesday, July 31, 2019 at 8:54:03 AM UTC-7, gjr80 wrote: >> >> Hmmm, seems your wview database is

Re: [weewx-user] Re: Porting data from WVIEW

2019-07-31 Thread vince
On Wednesday, July 31, 2019 at 8:54:03 AM UTC-7, gjr80 wrote: > > Hmmm, seems your wview database is indeed different. You might need some > input from Tom or another wview user. I was under the impression the wview > database contained a table named ‘archive’ that is identical in structure >

Re: [weewx-user] Re: Porting data from WVIEW

2019-07-31 Thread Richard Rosa
Looking through some old backups, it seems that there WAS a* wview-archive* file from about five years ago. It would appear that there was a format change (at least in the version I was running) around the beginning of 2015. The two .sdb files that I have that were updated recently (the last

[weewx-user] Re: WS-1001 connection to Raspberry PI for Weewx

2019-07-31 Thread Bill Volz
I uninstalled and reinstalled weewx, along with interceptor, crt and HP1000. Here's the section in the weewx.conf file with comments removed. [HP1000] ip_address_mask = "192.168.0.255" retry_count = 5 socket_timeout = 5 loop_delay = 15 max_retry = 3 retry_wait = 5

[weewx-user] Re: Acurite Atlas/Access with interceptor and wunderground

2019-07-31 Thread Xant
The problem of Atlas not sending data to WU might be that All data been channeled/DNS hijack to weewx, creating a loop (and similar case happened to me, when using DD-WRT DNSmasq). Use the following strategy and have weewx to feed WU. In case of DNS hijack through router (DD-WRT or similar):

[weewx-user] Re: Can i grab loop data in a shell script

2019-07-31 Thread RobbH
You might take a look at the crt service: https://github.com/weewx/weewx/wiki/crt This writes a text file, realtime.txt every time new loop data is received. The current outside temperature is always the third field in the file. However, many loop packets may not include temperature data, in

Re: [weewx-user] Re: Acurite Atlas/Access with interceptor and wunderground

2019-07-31 Thread Armando Esteves
The problem of Atlas not sending data to WU might be that All data been channeled/DNS hijack to weewx, creating a loop (and similar case happened to me, when using DD-WRT DNSmasq). Use the following strategy and have weewx to feed WU. In case of DNS hijack through router (DD-WRT or similar):

Re: [weewx-user] Re: Porting data from WVIEW

2019-07-31 Thread gjr80
Hmmm, seems your wview database is indeed different. You might need some input from Tom or another wview user. I was under the impression the wview database contained a table named ‘archive’ that is identical in structure to the archive table in the WeeWX database. Many wview users have changed

[weewx-user] Re: Can i grab loop data in a shell script

2019-07-31 Thread Robin
Gary, Thank you for pointing me in the right direction. It's time to "meddle and poke until I get things sorted or break something"! -- 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

Re: [weewx-user] Re: Porting data from WVIEW

2019-07-31 Thread Richard Rosa
Almost the exact procedure followed. Not that it should matter, /var/lib/weewx is symlinked to a different location (to make backups a bit easier). A Config file change also sets SQLITE_ROOT to that location as well. Retrying again (with wee_debug before start) Commands issued (as root):

[weewx-user] Re: Amusing interference with wind speed

2019-07-31 Thread Jeff A. D.
Sorry, you did say it was a Vantage Vue, so I guess a bird would be more likely to land on the cups than they would a Vantage Pro station like mine. My mistake. Realizing how the Vue is set up gives me a better picture of what happened and makes it even more amusing. :) On Tuesday, July 30,

Re: [weewx-user] Re: Porting data from WVIEW

2019-07-31 Thread gjr80
Ok, so wee_ debug says there is only 54 odd days of data in your archive, expect these records are the history downloaded from the logger. So we are not going to get any reports using your historical wview data from that database. Not convinced this a schema issue. Just to step back a bit,

Re: [weewx-user] Re: Porting data from WVIEW

2019-07-31 Thread Richard Rosa
Debug file attached. Ran : * wee_database --drop-daily wee_database --rebuild-daily* Again, removed all generated files. Waited for reports to be generated. Same issue. No data except what is stored in the Davis Vantage Pro. I'm pretty sure the issue is that the database 'schema' used by

Re: [weewx-user] Re: Porting data from WVIEW

2019-07-31 Thread vince
On Wednesday, July 31, 2019 at 2:29:49 AM UTC-7, Richard Rosa wrote: > > > > > *sqlite3 wview-history.sdb SQLite version 3.28.0 2019-04-16 19:49:53Enter > ".help" for usage hints.sqlite> .schemaCREATE TABLE **dayHistory** ( date > INTEGER ,barometer REAL ,pressure REAL ,altimeter REAL ,inTemp

[weewx-user] WeeWX on Raspberry Pi

2019-07-31 Thread gjr80
Hi, First up did you restart WeeWX after changing weewx.conf. If not try that. If so then edit weewx.conf, set debug = 1, save weewx.conf then restart WeeWX. Let WeeWX run for at least two archive periods and then post the log from restarting WeeWX until the two archive periods elapsed. Gary

[weewx-user] special character support

2019-07-31 Thread gjr80
Hi, In /etc/weewx/skins/neowx/skin.conf look for the line: template = index.html.tmpl under the [CheetahGenerator], it will probably be something like: [CheetahGenerator] [[ToDate]] [[[xx]]] template = index.html.tmpl Is there an

[weewx-user] Can i grab loop data in a shell script

2019-07-31 Thread gjr80
Robin, There is no practical way for your shell script to access loop data directly, best solution I can think of is to write a custom service bound to the NEW_LOOP_PACKET event that writes the required data to a text file that you then read as you currently do. The service will be very basic,

[weewx-user] Re: Acurite Atlas/Access with interceptor and wunderground

2019-07-31 Thread Ray Pfaff
I also have the Access and am using sniff to feed data to weewx. I think some of the rain parameters get initialized the first time you get rain and the other errors can be ignored. Mine works fine other than a _very_ annoying problem wherein the Access just decides that it won't send any

Re: [weewx-user] Re: Porting data from WVIEW

2019-07-31 Thread gjr80
Ok, a couple of more things to do/try. First run wee_debug and post the output here. Just make sure you check the wee_debug output for any sensitive info such as user names, passwords, keys etc before posting; wee_debug should obfuscate such info but it’s not perfect. The wee_debug report

[weewx-user] WeeWX on Raspberry Pi

2019-07-31 Thread Caiden
I'm not really sure where to start, but I've been messing around with WeeWX on Raspberry Pi for awhile. I am also using the 3rd party TWI driver with a WPS weather station. I have the config file setup properly (or what I assume to be correct) with the simulator driver commented out, but when I

Re: [weewx-user] Re: Porting data from WVIEW

2019-07-31 Thread Richard Rosa
Ran *wee_database --rebuild-daily.* Deleted ALL generated reports. Started the service. Waited one hour for reports to appear. Still only a few weeks of info (what is stored in the Davis). The data from WVIEW is NOT being processed.. Richard Rosa. On Wednesday, July 31, 2019 at 6:40:23 AM

[weewx-user] Can i grab loop data in a shell script

2019-07-31 Thread Robin
Is it possible to get the current temperature to use in a shell script? Let me explain what I am doing and what I would like to do. I have a webcam. I use a shell script every five minutes to: 1. grab an image with avconv 2. add text, including 'current' temperature (from a txt file

[weewx-user] Re: Radiation, maxSolarRad and ET/Evapotranspiration calculation - weewx/Belchertown skin

2019-07-31 Thread rich T
Looks like you need to add maxSolarRad to the database. https://github.com/poblabs/weewx-belchertown/wiki/Adding-a-new-observation-type-to-the-WeeWX-database On Tuesday, July 30, 2019 at 10:47:49 PM UTC-4, Xant wrote: > > > Pat > > Thank you for prompt response once again, and apologies if Rad

Re: [weewx-user] Re: Porting data from WVIEW

2019-07-31 Thread gjr80
If just copying and renaming the archive database then you likely need to build/rebuild the daily summaries using wee_database (http://weewx.com/docs/utilities.htm#wee_database utility). Once done don't forget to delete all NOAA format reports to force generation of the older reports. Gary

Re: [weewx-user] Re: Porting data from WVIEW

2019-07-31 Thread Richard Rosa
To be on the safe side, I decided NOT to change the interval (at least for now). I started WEEWX using the weewxd command (rather than the SYSTEMD service) and let it run for about 2 hours. At the end of the two hours I have reports for the past month and a half of data, but no more. My

[weewx-user] special character support

2019-07-31 Thread peter
If I want to use special (non-English) characters like čžš, I get the following error: Jul 31 08:21:16 weather weewx[22398]: cheetahgenerator: Generate failed with exception '' Jul 31 08:21:16 weather weewx[22398]: cheetahgenerator: Ignoring template /etc/weewx/skins/neowx/index.php.tmpl