Re: [weewx-user] MQTT issues with sites hosted through cloudflare

2023-07-24 Thread Kevin Davis
Do you know what ports ARE available to you? You can change the port from 1883 in config.xml. -Kevin On Mon, Jul 24, 2023 at 8:20 AM Kevin Crivelli wrote: > I have been able to get MQTT to work via my local address inside my > network however when I attempt to do this at my website > https://k

Re: [weewx-user] Weewx Messages going to Gmails Spam Folder

2022-01-25 Thread Kevin Davis
Right; why we do we have to create a filter for Google to not mark Google emails from going to spam? LOL! On Tue, Jan 25, 2022 at 6:05 AM Clifford Snow wrote: > > > On Tue, Jan 25, 2022 at 5:17 AM Greg Troxel wrote: > >> >> Clifford Snow writes: >> >> > Many, but not all of my weewx-user grou

Re: [weewx-user] Weewx Messages going to Gmails Spam Folder

2022-01-24 Thread Kevin Davis
I’m having the same issue. Even marking them as Not Spam doesn’t help. I have this problem with another google group as well. Very frustrating. > On Jan 24, 2022, at 7:25 PM, Clifford Snow wrote: > >  > Many, but not all of my weewx-user group messages end up in the spam folder. > Is any

Re: [weewx-user] Re: Confusion installing Forecast

2021-01-16 Thread Kevin Davis
k Gary provided. >>> >>> >>> wee_extension --install weewx-forecast-3.4.0b11.zip >>> >>> >>> >>> On Jan 15, 2021, at 7:46 PM, Kevin Davis wrote: >>> >>>  >>> I'm working off the branch you sent, but the

Re: [weewx-user] Re: Confusion installing Forecast

2021-01-15 Thread Kevin Davis
ink Gary provided. > > > wee_extension --install weewx-forecast-3.4.0b11.zip > > > > On Jan 15, 2021, at 7:46 PM, Kevin Davis wrote: > >  > I'm working off the branch you sent, but the one I initially was working > off does ref the tgz not zip > > 1)

Re: [weewx-user] Re: Confusion installing Forecast

2021-01-15 Thread Kevin Davis
I'm working off the branch you sent, but the one I initially was working off does ref the tgz not zip 1) run the installer: wee_extension --install weewx-forecast.tgz On Fri, Jan 15, 2021 at 7:37 PM gjr80 wrote: > Yes, that is the repo I linked to in my previous post that is mentioned in > th

Re: [weewx-user] Re: Confusion installing Forecast

2021-01-15 Thread Kevin Davis
Oh ok! I ended up on this git repo. https://github.com/matthewwall/weewx-forecast On Fri, Jan 15, 2021 at 7:04 PM gjr80 wrote: > Hi, > > You haven’t said what instructions on git you are following but as far as > I can tell the download >

Re: [weewx-user] weewx skipping report cycles

2021-01-10 Thread Kevin Davis
Your log didn’t attach, so I don’t know if you’re having the same issue I was running in to last week, but on a Pi, the DEBUG messages end up in /var/log/syslog, not messages. > On Jan 10, 2021, at 10:08 AM, Philipp wrote: > > Hi everyone, > > I have had my weewx instance running for 3-4 m

Re: [weewx-user] Re: Debug=1 not outputting debug info

2021-01-08 Thread Kevin Davis
rth checking whether the configuration of your logger >> allows DEBUG messages. Try entering this from a command line >> >> *logger -p user.debug "This is a debug message"* >> >> and see if that shows up in /var/log/syslog >> >> -tk >> >&g

Re: [weewx-user] Re: Debug=1 not outputting debug info

2021-01-08 Thread Kevin Davis
Gary was under the impression I should be seeing [DEBUG] information related to the report generator process. > On Jan 8, 2021, at 11:29 AM, vince wrote: > > From your /var/log/messages snippet it looks like it's logging to me. > > Jan 8 10:50:21 corbett weewx[1497] INFO weewx.cheetahgener

Re: [weewx-user] Re: Debug=1 not outputting debug info

2021-01-08 Thread Kevin Davis
wee_debug --info produces: Using verbosity=1, displaying most info wee_debug output will be sent to stdout(console) Using configuration file /etc/weewx/weewx.conf Using database binding 'wx_binding', which is bound to database 'archive_sqlite' System info Platform: Linux-4.19.66-v7+-armv

[weewx-user] Debug=1 not outputting debug info

2021-01-08 Thread Kevin Davis
This is a spin off of another thread I had with a Seasons skin issue. In working through that issue with Gary, we discovered that when debug=1, no debug output is appearing in /var/log/messages. -- You received this message because you are subscribed to the Google Groups "weewx-user" group

Re: [weewx-user] Re: index.html not updating

2021-01-04 Thread Kevin Davis
I just double checked /etc/weewx/weewx.conf and wee_debug and both are showing debug = 1 and [StdReport] log_failure = True. Did another sudo /etc/init.d/weewx restart, still no DEBUG entries in /var/log/messages. index.html in /var/www/html/weewx has the 1 January timestamp, but all the graph im

Re: [weewx-user] Re: index.html not updating

2021-01-04 Thread Kevin Davis
Done. Nothing new in log. Jan 4 07:59:09 corbett weewx[32526] INFO __main__: Initializing weewx version 4.2.0 Jan 4 07:59:09 corbett weewx[32526] INFO __main__: Using Python 2.7.13 (default, Aug 22 2020, 10:03:02) #012[GCC 6.3.0 20170516] Jan 4 07:59:09 corbett weewx[32526] INFO __main__: Plat

Re: [weewx-user] Re: index.html not updating

2021-01-03 Thread Kevin Davis
Thanks for the help Gary. I was literally 2 hours away at the beach, away from my Pi at the time that it's stuck at, so I know I didn't make any changes intentionally. The only correlation I can come up close to the 11:55pm time that it's stuck at is, each night @ 11:59pm via a cron job, I stop w

[weewx-user] index.html not updating

2021-01-03 Thread Kevin Davis
On my Seasons skins, for some reason the index.html file isn't getting updated. I don't remember changing anything since the 1/1/21 @ 11:55pm timestamp of the last update. The Standard and Mobile versions are both updating correctly. http://wx.ke7k.com/ I changed debug = 1 and restarted J

Re: [weewx-user] Re: Sunrise and Sunset Epochs in MQTT

2020-12-26 Thread Kevin Davis
The times I see in the standard skin seem to be very accurate. The values I pull from my MQTT records never match the standard skin values; that's my main confusion. On Sat, Dec 26, 2020 at 3:25 PM gjr80 wrote: > Hi, > > Without knowing any details of your station or its config or you WeeWX > c

[weewx-user] Sunrise and Sunset Epochs in MQTT

2020-12-24 Thread Kevin Davis
What do the epoch times in the sunrise and sunset MQTT topics represent? Based on my latest MQTT record, neither reconcile with the times shown on the web page for sunrise and sunset? And as an aside, if I look at my webpage mid-day, does the sunrise time shown reflect the sunrise for earlier that

Re: [weewx-user] Re: Install pyephem

2020-12-19 Thread Kevin Davis
This was the only reference to Pyephem that I found. Sorry if I missed it elsewhere. http://weewx.com/docs/customizing.htm#Almanac On Sat, Dec 19, 2020 at 2:13 PM vince wrote: > http://www.weewx.com/docs/ has the installation instructions. > > Pick setup.py or an os-specific package from the l

Re: [weewx-user] Re: Install pyephem

2020-12-19 Thread Kevin Davis
That did the trick; thank you very much! On Sat, Dec 19, 2020 at 10:21 AM John Kline wrote: > It looks like you are running python3. Try: > apt install python3-ephem > > > On Dec 19, 2020, at 9:30 AM, Kevin Davis wrote: > >  > pi@smith:/var/www/html/weewx $ python

[weewx-user] Re: Install pyephem

2020-12-19 Thread Kevin Davis
;, line 1, in ImportError: No module named emphem >>> exit() pi@smith:/var/www/html/weewx $ python3 Python 3.7.3 (default, Jul 25 2020, 13:03:44) [GCC 8.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>

[weewx-user] Install pyephem

2020-12-19 Thread Kevin Davis
I'm having some problems getting pyephem apparently. I'm still seeing the "Install *pyephem* for detailed celestial timings." text. I did a sudo pip install pyephem and restarted weewx. I don't see a lot of documentation on this install, so I'm not sure where to start troubleshooting. This is a

Re: [weewx-user] Live weather on iOS

2020-12-06 Thread Kevin Davis
Ok understood; my topics are published as weather/corbett and weather/williams for different locations. I look forward to that enhancement! This looks like a cool app. > On Dec 6, 2020, at 3:27 PM, Constantine Samaklis wrote: > > Currently no. It defaults to weather/#. The gauges are also

Re: [weewx-user] Live weather on iOS

2020-12-06 Thread Kevin Davis
I love this! Is there a way to change the topic name to look for? > On Dec 6, 2020, at 12:42 PM, Christopher Joseph Alemany > wrote: > > Very cool! Thank you Constantine and great work! I’ll install the mqtt > extension just for this. Consider this friendly and appreciative > encouragemen

Re: [weewx-user] Signal Strength vs Rainfall

2020-11-16 Thread Kevin Davis
Rain would certainly attenuate RF signals. On Mon, Nov 16, 2020 at 10:50 AM Bob DeMattia wrote: > Has anyone else seen this behavior? Is there an explanation?: > [image: image.png] > > -- > You received this message because you are subscribed to the Google Groups > "weewx-user" group. > To unsu

Re: [weewx-user] Using Ephem for LST estimation

2020-10-25 Thread Kevin Davis
Is 12:67 in your date field correct? > On Oct 25, 2020, at 5:13 AM, Tom Keffer wrote: > >  > Perhaps the time is in UTC? > >> On Sun, Oct 25, 2020 at 12:53 AM Priya wrote: >> Hi all, >> >> I am trying to estimate the local sidereal time for my location with >> following lines: >> gatech =

Re: [weewx-user] Can't update weewx from 3.8.0.1 (Ubuntu / Cheetah)

2020-08-27 Thread Kevin Davis
Did you do a “sudo apt-get update”? > On Aug 27, 2020, at 9:45 AM, 'loonsailor' via weewx-user > wrote: > > I'm trying to update my weewx installation. When I use the python2 version, > 'apt-get install weewx' gets me 'weewx is already the newest version > (3.8.0-1).'. I know that we're up

Re: [weewx-user] Re: wind chill for Vantage Pro 2

2020-07-30 Thread Kevin Davis
Do an “apt-get update” first to update the package manager so it’s aware of the newest version numbers. > On Jul 30, 2020, at 6:04 PM, brisguy foo wrote: > >  > Ah, thanks for that. Should have been able to figure that out myself. > > However, I just tried to upgrade using these commands:

Re: [weewx-user] Wunderfixer - Crontask

2020-07-20 Thread Kevin Davis
Run the command : which wunderfixer That should give you the correct path. Mine is at /usr/bin/wunderfixer On Mon, Jul 20, 2020 at 11:35 AM Dave McCreath wrote: > Hi All > > Bit of advice please for a noob. > > Running Weewx on an RPi 4, Raspian 10 (Buster) and recently upgraded to v4 > from

Re: [weewx-user] Newbie Looking For Hardware Recommendations

2020-07-04 Thread Kevin Davis
Tom, Out of curiosity, what are you running for backup power? Surely you’re power has flickered enough to almost two years to trigger a reboot. > On Jul 4, 2020, at 5:02 PM, Tom Keffer wrote: > >  > A quality SD card makes all the difference. I've been running an instance of > weewx since

Re: [weewx-user] Switching from Acu-Rite to Vantage Pro 2

2020-07-02 Thread Kevin Davis
Nothing you can do about that. > > -tk > >> On Wed, Jul 1, 2020 at 2:26 PM Kevin Davis wrote: >> I've been running on a Acu-Rite 5-in-1 for a couple years. A few months >> ago, I bought a Vantage Pro 2 and now I'm ready to switch my weewx install >> over t

[weewx-user] Switching from Acu-Rite to Vantage Pro 2

2020-07-01 Thread Kevin Davis
I've been running on a Acu-Rite 5-in-1 for a couple years. A few months ago, I bought a Vantage Pro 2 and now I'm ready to switch my weewx install over to pull data from it instead of the Acu-Rite. Beyond backing up my config file and database, which happens every night anyway, just looking for a

Re: [weewx-user] FUN with RPi

2020-06-03 Thread Kevin Davis
I’m using one with autoRipper to rip my CDs to a NAS(also on a Pi) and then it will transitional to a Volumio build to stream audio to my stereo. RetroPi is a fun one too! And a couple Allstar nodes(ham radio). > On Jun 3, 2020, at 5:02 PM, Xant wrote: > >  > > WeeWX works Great in bo

Re: [weewx-user] Export data in JSON?

2020-04-24 Thread Kevin Davis
t, but they have not been implemented. Any comments are welcome! > > It is a high priority, so we're likely to see some action in V4.1. But, we > have to get V4.0 out first! > > -tk > > On Fri, Apr 24, 2020 at 11:21 AM Kevin Davis wrote: > >> Afternoon all.

[weewx-user] Export data in JSON?

2020-04-24 Thread Kevin Davis
Afternoon all. Just looking for some pointers on an idea I have before I go down the wrong path. I am an amateur radio operator and want to use my weewx weather data to make weather announcements over the air on a simplex Allstar node that I run. I *think* what I want to do is have a cron job on

Re: [weewx-user] Re: Mismatch Between Hardware and weeWX Data

2020-02-13 Thread Kevin Davis
Do you need a space between your minus sign and the adjustment value? On Thu, Feb 13, 2020 at 9:32 AM Dan Blanchard wrote: > Hey Andrew, will you please look at the attached screen shots and let me > know if this looks correct? > > Do I need to restart (sudo /etc/init.d/weewx restart) after I ma

Re: [weewx-user] Re: Pyehpem and International Space Station

2020-02-11 Thread Kevin Davis
iss_all > > > > $pass[0] > > $pass[1] > > $pass[2] > > $pass[3] > > $pass[4] > > > > #end for > > > > > > > >

Re: [weewx-user] Re: Pyehpem and International Space Station

2020-02-11 Thread Kevin Davis
nd for My error: Feb 11 10:23:02 corbett wee_reports[31488]: Traceback (most recent call last): Feb 11 10:23:02 corbett wee_reports[31488]: File "/usr/share/weewx/weewx/cheetahgenerator.py", line 332, in generate Feb 11 10:23:02 corbett wee_reports[31488]: fd.write(str(co

Re: [weewx-user] Re: Pyehpem and International Space Station

2020-02-10 Thread Kevin Davis
Very cool. Thanks for the input. Certainly helps me to see a working example! On Mon, Feb 10, 2020 at 9:40 AM Walter Smith wrote: > Doing something very similar. Cron job at midnight, Python script to > format a list of stuff from Skyfield I want to display in my template. > Prefix the list

Re: [weewx-user] Re: Pyehpem and International Space Station

2020-02-09 Thread Kevin Davis
y 9, 2020 at 8:42:58 AM UTC-8, Kevin Davis wrote: >> >> I'm not using Pyephem for calculating these, I'm using Skyfield and I >> have written iss.py to build the data set. >> >> Sorry if I'm asking a remedial question. I'm still wrapping my head &

Re: [weewx-user] Re: Pyehpem and International Space Station

2020-02-09 Thread Kevin Davis
See the section *Adding new bodies to the almanac > <http://www.weewx.com/docs/customizing.htm#Adding_new_bodies_to_the_almanac>* > in > the Customizing Guide for instructions. > > On Sun, Feb 9, 2020 at 8:30 AM Kevin Davis wrote: > >> Ok, I'm getting a littl

[weewx-user] Re: Pyehpem and International Space Station

2020-02-09 Thread Kevin Davis
n job, and simply doing a #include in index.html.tmpl skin. What is the proper way to fold this into the normal reporting cycle? wx.ke7k.com On Saturday, February 1, 2020 at 4:21:29 PM UTC-8, Kevin Davis wrote: > > Has anybody played with adding upcoming sightings to there page? > >

Re: [weewx-user] Re: Pyehpem and International Space Station

2020-02-03 Thread Kevin Davis
I would love to do some moon-bounce! Looks like so much fun and lots to learn. I have a pi-star here on the bench to build but haven't gotten around to it yet, but I do stay pretty active on All-Star. Usually connected to the East Coast Reflector. While I've been a programmer for 25+ years(IBM

Re: [weewx-user] Re: Pyehpem and International Space Station

2020-02-03 Thread Kevin Davis
And additionally Susan, apropos of nothing, but I noticed you're a ham, as am I; KE7K here. Had my 40m WSPR transmitter running last night and made it to just south of you, into Tasmania to VK7JJ; 13127 km away from me using 200 mw! 7 3 On Mon, Feb 3, 2020 at 7:14 AM Kevin Davis

Re: [weewx-user] Re: Pyehpem and International Space Station

2020-02-03 Thread Kevin Davis
e under the title 'Finding when a satellite rises and sets' > Susan > > On Sunday, February 2, 2020 at 11:21:29 AM UTC+11, Kevin Davis wrote: >> >> Has anybody played with adding upcoming sightings to there page? >> >> Adding it to pyehpem seems easy enough, jus

[weewx-user] Pyehpem and International Space Station

2020-02-01 Thread Kevin Davis
Has anybody played with adding upcoming sightings to there page? Adding it to pyehpem seems easy enough, just brainstorming a way to loop through to produce the next X number of sightings. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To uns

Re: [weewx-user] CSS and JS files timing

2020-01-31 Thread Kevin Davis
Thanks guys. Missed that setting in the conf. On Fri, Jan 31, 2020 at 11:51 AM Thomas Keffer wrote: > ... or put the CSS and JS files in "copy_always", instead of "copy_once". > > On Fri, Jan 31, 2020 at 11:09 AM gjr80 wrote: > >> Hi, >> >> Correct, .css, .js and .ico are set to ‘copy once’ (h

[weewx-user] CSS and JS files timing

2020-01-31 Thread Kevin Davis
I've been working on adding some features to my Seasons skin which involves some work in the CSS and JS files. When I run a new report, the index.html is built with all my changes, but the /var/www/html/weewx/seasons.css/js are not updated. This only seems to happen on the first report run aft

[weewx-user] Confusion with need for WeatherLinkIP

2020-01-30 Thread Kevin Davis
Dumb question. While I'm twiddling my thumbs waiting for my Davis station to show up, I realize I might be confused about the WeatherLinkIP accessory. That is a required part to interface with the Pi/WeeWx or not? -- You received this message because you are subscribed to the Google Groups "

Re: [weewx-user] Pulling Data from two stations : Davis Pro 2 and Acurite 01036

2020-01-28 Thread Kevin Davis
, they can (and should) run on the same computer. > > See the Wiki article *How to run multiple instances of WeeWX > <https://github.com/weewx/weewx/wiki/weewx-multi>* for details. > > -tk > > On Tue, Jan 28, 2020 at 1:34 PM Kevin Davis > wrote: > >> Wow. Thank

Re: [weewx-user] Pulling Data from two stations : Davis Pro 2 and Acurite 01036

2020-01-28 Thread Kevin Davis
*Using multiple bindings > <http://www.weewx.com/docs/customizing.htm#Using_multiple_bindings>* in > the Customizing Guide. > > On Tue, Jan 28, 2020 at 11:21 AM Kevin Davis > wrote: > >> This weekend, I am going to replace my existing station(AcuRite 01036) >> w

[weewx-user] Pulling Data from two stations : Davis Pro 2 and Acurite 01036

2020-01-28 Thread Kevin Davis
This weekend, I am going to replace my existing station(AcuRite 01036) with a Davis Pro2. I would like to move the AcuRite to the garden area for some localzied readings? How can I transition the feed from the AcuRite to load it's data into the "extra" Temps fields in the database? -- You re