Re: [weewx-user] Re: weewx server?

2023-01-04 Thread Doug Jenkins
Glad some of you find this useful. I have been using this method since it came out this summer (July 2022). I run my infrastructure (Web Server, WeeWX, MQTT, MariaDB) as containers in one stack in its own network all in Docker. I do this to limit what the cloudflare tunnel can access on my

Re: [weewx-user] Re: weewx server?

2023-01-03 Thread Doug Jenkins
resources on the internet that can help on this setup. Doug Jenkins On Tue, Jan 3, 2023 at 11:46 AM vince wrote: > If you're asking that question, you really shouldn't do it for security > reasons. There are s many bots and automated scanners out there > looking for victim sites that

Re: [weewx-user] Is there a way to suppress LOOP entries in the stdout from WeeWX?

2022-11-23 Thread Doug Jenkins
ng with us and I have kids camping out in my office, so access to my workstation is limited until this week is over. So please be patient until I get a chance to post it. :) Doug Jenkins Largoweather.com On Wed, Nov 23, 2022, 7:21 AM t...@tom.org wrote: > Re the Docker image, Vince is righ

Re: [weewx-user] Is there a way to suppress LOOP entries in the stdout from WeeWX?

2022-11-22 Thread Doug Jenkins
tdPrint" from the list of reporting services to be run. >>> So, this >>> >>> report_services = weewx.engine.StdPrint, weewx.engine.StdReport >>> >>> becomes this >>> >>> report_services = weewx.engine.StdReport >>> >&

Re: [weewx-user] Offload Webpage Generation?

2022-10-12 Thread Doug Jenkins
Another option that I have tested in the past is to setup your Pi with MySQL/MariaDB and WeeWX to perform the archive activities only. Then setup WeeWX on another machine on the network, using the Pi database connection to just run the stdreport function. That way you collect and hold the data on

Re: [weewx-user] Re: Using Multiple MySQL databases

2022-09-15 Thread Doug Jenkins
rom my Davis Airlink AQI device ( chaunceygardiner/weewx-airlink: WeeWX extension to support Davis AirLink air quality sensor. (github.com) <https://github.com/chaunceygardiner/weewx-airlink>) hope this helps! Doug Jenkins On Wednesday, September 14, 2022 at 9:10:40 PM UTC-4 vince wrot

Re: [weewx-user] Re: Using Multiple MySQL databases

2022-09-14 Thread Doug Jenkins
I am not understanding the use case. If you are running MySQL both locally and remotely for the archive, why don't you just replicate the local MySQL instance to the remote on a schedule? I run multiple weewx databases (aqi, forecast, archive) on mariadb and just back it up daily to my NAS. If I

Re: [weewx-user] Re: Weewx and Mqtt

2022-09-12 Thread Doug Jenkins
Troy: You can dump out the topic from your broker. I found Pat O'Brien's mqtt broker setup very helpful. I would read this for more insight https://obrienlabs.net/how-to-setup-your-own-mqtt-broker/ Doug Jenkins On Mon, Sep 12, 2022, 7:43 PM Troy Roberts wrote: > I'm going to go out on a l

[weewx-user] Re: Errors connecting to remote MariaDB server

2022-08-30 Thread Doug Jenkins
Marcus: I run MariaDB with my WeeWX Setup and yes using a comma is probably giving you some trouble. WeeWX maybe building a database connection string with your information and the comma is throwing the connection attempt. I would recommend changing the password to the user account that is

Re: [weewx-user] Database details - what to do in this instance (2 specific questions)?

2022-08-28 Thread Doug Jenkins
Kruse: I would recommend looking right here in the users' guide for all the things you need to backup: http://weewx.com/docs/usersguide.htm#backup A good idea would be to write a quick bash script that copies these files off to a temp directory, then zip that directory and save the files to an

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

2022-08-23 Thread Doug Jenkins
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 Gammeter wrote: > Okay- Looking on my web site target directory (/weather/4.8) there are > not any .css or .js files present, only .png and .html files. What steps > will I need to

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

2022-08-22 Thread Doug Jenkins
Can you confirm on the target of the website that seasons.css file is there? Matt responded earlier that if you use the developer tools in your browser, you will see that the seasons.css file is missing on your apache web server directory. Since you are FTP'ing the files, verify that you are

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

2022-08-21 Thread Doug Jenkins
The other thing to check is make sure you have the permissions set correctly for your web server account to access the subdirectories that are published. One thing I do is make sure the target public_html directly has read/write permissions for the weewx account and read permissions that are

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

2022-08-21 Thread Doug Jenkins
Eric: First clear your browser cache. you can check this by running in-private browsing in either edge or chrome. if that doesn't work, we are going to need a lot more information to help. Specifically: 1. What is your web server? 2. What port is your webserver serving weewx (assuming 80) 3.

Re: [weewx-user] Belchertown Skin - UV & Solar Radiation Sensors

2022-08-14 Thread Doug Jenkins
Clay: I have the same setup and I am able to show both UV and Solar Radiation sensors. First how are you connecting WeeWX to the station? Are you using a data logger or WeatherLink Live? On Sun, Aug 14, 2022 at 12:23 PM ccroom wrote: > I just upgrade my station to a Davis Vantage Pro2+ with UV

Re: [weewx-user] weewx airlink update

2022-08-14 Thread Doug Jenkins
ionery what's written there. Is there a more > detailed guide on how to install this proxy? How can I start it > afterwards and check whether it is running? > > Excuse my "dummy" question ;-) > > > > Greeting > > > > *Von:* weewx-user@googlegroups.com *Im

Re: [weewx-user] Weewx connectivity restored - a success/appreciation post

2022-08-12 Thread Doug Jenkins
Wow! At first I thought it was just a super-imposed image, but it is the real deal! If I see someone walk in a bar with that shirt, I would tell the bartender to pour them a drink as they know about the weather! :) On Friday, August 12, 2022 at 4:46:44 PM UTC-4 tke...@gmail.com wrote: >

Re: [weewx-user] weewx airlink update

2022-08-12 Thread Doug Jenkins
You can by setting your archive interval to 60 seconds in the weewx conf file here [StdArchive] # If the station hardware supports data logging then the archive interval # will be downloaded from the station. Otherwise, specify it (in seconds). archive_interval = 300 Now with the

Re: [weewx-user] Re: Solid non-Raspbian platform for WeeWx + MariaDB?

2022-08-12 Thread Doug Jenkins
Windows 10 has ssh built into its powershell terminal. This is my little checklist I use for all my ubuntu based distributions. Create SSH Keys & harden SSH Access URL : https://kb.iu.edu/d/aews === 1. First ensure you have a RSA key generated on your windows 10

Re: [weewx-user] Re: Install user.byows_rpi driver?

2022-07-25 Thread Doug Jenkins
Tom, I forgot to mention that I also modernized the logging for this driver. that was included in the second commit. I sent a pull request to the original author this morning. On Monday, July 25, 2022 at 9:01:33 AM UTC-4 Doug Jenkins wrote: > Jan & Tom: > > I might be a bit late o

Re: [weewx-user] Re: Install user.byows_rpi driver?

2022-07-24 Thread Doug Jenkins
Tom: I can give it a look. Right now I am trying to get the install.py file working to install the driver properly with the correct statements in weewx.conf. Once I have that working, I can take a look at the logging. One challenge is that I do not have a BME280, so I am probably going to have

Re: [weewx-user] Re: Install user.byows_rpi driver?

2022-07-24 Thread Doug Jenkins
; > On Sat, Jul 23, 2022 at 3:55 PM Doug Jenkins wrote: > >> To add to this thread Jan, could you fork this repo and send a link? I am >> starting some work on a few enhancements to the wee_extensions and I can >> create the proper packaging that weewx expects so that fu

Re: [weewx-user] Re: Install user.byows_rpi driver?

2022-07-23 Thread Doug Jenkins
To add to this thread Jan, could you fork this repo and send a link? I am starting some work on a few enhancements to the wee_extensions and I can create the proper packaging that weewx expects so that future users of the driver can install it properly. I would fork the repo, but I do not have a

Re: [weewx-user] weewx sql database repair tools

2022-06-27 Thread Doug Jenkins
Andy: I use dbeaver (dbeaver.io) to manage all my databases. It is a client tool, but it connects to MariaDB, MySQL, and SQLite databases. You can manage the database here. For your power problem, I would suggest NUT (Network UPS Tool). This can run as a service on your linux server (Including

[weewx-user] Re: Help with forecast

2022-06-10 Thread Doug Jenkins
Tim: The forecast module uses a completely different schema and database. What you need to do is configure the module to a separate database and in your skin, bring in the data to be presented. I personally use John Kline's weewx forecast driver ( GitHub - chaunceygardiner/weewx-forecast:

Re: [weewx-user] Problem with weewx-airlink

2022-05-25 Thread Doug Jenkins
My guess since you do not see the device in weatherlink.com is that it is not reporting correctly on the network. 1. First see if you can open your web browser to the api of the airlink device. for example: http://xxx.xxx.xxx.xxx/v1/current_conditions You should see JSON data returned. 2.

Re: [weewx-user] Logging

2022-05-23 Thread Doug Jenkins
to make the changes in the regular driver. DDJ On Mon, May 23, 2022 at 9:59 AM Mark Fraser wrote: > On 23/05/2022 11:54, Doug Jenkins wrote: > > Mark: > > > > I would add the log_success = False under the BME280 driver in your > > weewx.conf. If that doesn't work, t

Re: [weewx-user] HTTP and HTTPS have different layouts

2022-05-23 Thread Doug Jenkins
Susan: Check your nginx config to ensure your SSL configuration includes the subdirectories and their files. Based on your message, it appears the css file is not being read by the web client. DDJ On Mon, May 23, 2022 at 6:24 AM Susan Mackay wrote: > Weewx v4.1.1 > Nginx V1.14.2 > Any browser

Re: [weewx-user] Logging

2022-05-23 Thread Doug Jenkins
Mark: I would add the log_success = False under the BME280 driver in your weewx.conf. If that doesn't work, then check with the driver's author to see if the code can be revised to accommodate WeeWx logging class. On Mon, May 23, 2022 at 4:02 AM Mark Fraser wrote: > I'm running version 4.8 of

Re: [weewx-user] Re: Excessive Syslog data

2022-04-29 Thread Doug Jenkins
In the weewx engine section, remove stdprint. That is what is printing the loop data in your log. Make sure you recycle your weewx service to take effect On Fri, Apr 29, 2022, 2:39 PM Andy Peterman wrote: > Oops, forgot that info. > > VantagePro weather station (Vantage driver) > MacOS 10.6.8

Re: [weewx-user] Re: Acurite 5-in-1 dead?

2022-04-27 Thread Doug Jenkins
I have a similar problems with my 5-in-1 recently eating batteries every month. I hope I can figure it out and not a internal issue with the station itself. For SDR, I was able to get data off rtl_433 on channel 40. You will get temp, humidity, wind speed/direction, and rain. You will not get the

Re: [weewx-user] Re: Align Belchertown subtitle

2022-04-16 Thread Doug Jenkins
I wonder if you try to put html tags within the title/subtitle. can you give this a go: title = 'Historical Rain Totals By Month' subtitle = 'Rain Totals for All Months for All Time' On Sat, Apr 16, 2022 at 1:07 PM Geni wrote: > i think it is a bug from highchart > i use

Re: [weewx-user] Re: Align Belchertown subtitle

2022-04-16 Thread Doug Jenkins
Geni: Here is the sample that displays the chart appropriately (See Below). You can find this information in the Charts wiki Belchertown Charts Documentation · poblabs/weewx-belchertown Wiki (github.com)

Re: [weewx-user] Reading rain rate more frequently than the archive period

2022-04-09 Thread Doug Jenkins
have you considered MQTT? You could setup the MQTT WeeWX Extension in which it will push both LOOP and ARCHIVE records to a MQTT broker. I have an Acurite 5-n-1 weather station and use MQTT to update my website as the LOOP data changes. I get updates around every 18 seconds or so. In your

Re: [weewx-user] Re: belchertown skin question: reporting from multiple weewx instances

2022-03-28 Thread Doug Jenkins
e, I can get the data >>>> via one driver, but the AirLink is not supported at the same time. Since >>>> WeeWX supports only 1 station per instance, I am going to setup a separate >>>> WeeWX instance to talk to AirLink and a separate WeeWX instance to pull in >&g

Re: [weewx-user] Re: Belchertown MQTT Issues

2022-03-28 Thread Doug Jenkins
Geni: The problem now with your site is that your main website is now https, but your websocket is not. Here are the errors I get in my javascript console on your website: === START LOG === paho-mqtt.min.js:37 Mixed Content: The page at 'https://wetter.affolter.familyds.net/'

Re: [weewx-user] Belchertown skin - dark theme switchover around sunset

2022-03-27 Thread Doug Jenkins
one friend reported otherwise, I expected that this > was the default behavior. > > I suspect you are talking about this Github project page? > https://github.com/poblabs/weewx-belchertown > > Eric > > On Sun, Mar 27, 2022 at 2:29 PM Doug Jenkins wrote: > >> I looked at the code

Re: [weewx-user] Re: Belchertown MQTT Issues

2022-03-27 Thread Doug Jenkins
No, port forwarding will not solve the problem. WeeWx is creating the belchertown JavaScript file every time an archive is executed. Your users are getting this JavaScript file from the webserver and running it on their browser. If you have your local ip address configured for mqtt, then it will

Re: [weewx-user] Belchertown skin - dark theme switchover around sunset

2022-03-27 Thread Doug Jenkins
correction. Doug Jenkins On Sun, Mar 27, 2022, 12:54 PM vince wrote: > Easiest thing to do is figure it out experimentally.Connect into a > Belchertown site on the other side of the ocean and see. > > On Sunday, March 27, 2022 at 9:33:58 AM UTC-7 Eric K wrote: > >> I

Re: [weewx-user] Is there a way to suppress LOOP entries in the stdout from WeeWX?

2022-03-27 Thread Doug Jenkins
.StdReport > > becomes this > > report_services = weewx.engine.StdReport > > > On Sun, Mar 27, 2022 at 4:24 AM Doug Jenkins > wrote: > >> Good Morning: >> >> I am preparing a docker image for my new weatherstation. I am configuring >> WeeWX the "docker w

[weewx-user] Is there a way to suppress LOOP entries in the stdout from WeeWX?

2022-03-27 Thread Doug Jenkins
Good Morning: I am preparing a docker image for my new weatherstation. I am configuring WeeWX the "docker way" where the log data in being written to the stdout via logging handlers. When I run WeeWX (both in a docker container and on a VM itself), I always see the LOOP output written to

Re: [weewx-user] Belchertown skin - dark theme switchover around sunset

2022-03-26 Thread Doug Jenkins
I think it is from the local client. The JavaScript is executed in the browser. We need to see where "D" is initialized to make sure it is not using a web api to obtain the time On Sat, Mar 26, 2022, 4:39 PM Eric K wrote: > I have the Belchertown skin theme set to "auto" so it switches over to

Re: [weewx-user] Re: Belchertown MQTT Issues

2022-03-25 Thread Doug Jenkins
To add what Tom is saying, when I check your site in the Javascript console, I see this error: Uncaught DOMException: Failed to construct 'WebSocket': The URL 'ws://[mqtt://192.168.56.51]:9001/mqtt' is invalid. The reason the site is not showing the real-time weather data is that the local

Re: [weewx-user] Re: belchertown skin question: reporting from multiple weewx instances

2022-03-22 Thread Doug Jenkins
n data from WeatherLink Live. >> >> I desire to publish both instances to MQTT and report them out on the >> Belchertown skin. >> >> Any help or suggestions with the skin to report both values is >> appreciated! >> >> Doug Jenkins >> larg

[weewx-user] belchertown skin question: reporting from multiple weewx instances

2022-03-22 Thread Doug Jenkins
her Station data from WeatherLink Live. I desire to publish both instances to MQTT and report them out on the Belchertown skin. Any help or suggestions with the skin to report both values is appreciated! Doug Jenkins largoweather.com -- You received this message because you are subscribed to the Goo

Re: [weewx-user] Weewx-Multi not quite working

2022-03-22 Thread Doug Jenkins
st had it report its results in a log. You can modify this to use logrotate as prescribed in the wiki logging · weewx/weewx Wiki (github.com) <https://github.com/weewx/weewx/wiki/logging#save-weewx-log-messages-to-a-separate-file> hope this helps! Doug Jenkins largoweather.com On Tue, M

Re: [weewx-user] Re: Station upgrade advice (Acurite -> Davis)

2022-03-18 Thread Doug Jenkins
that are interested. On Wednesday, March 16, 2022 at 9:17:21 PM UTC-4 Doug Jenkins wrote: > Tom: > > the reason I am considering the 6163 with the 24 hour aspiration fan is > because where I am going to mount the ISS. > > On my property, I really have 2 locations to mo

Re: [weewx-user] Re: Station upgrade advice (Acurite -> Davis)

2022-03-16 Thread Doug Jenkins
Tom: the reason I am considering the 6163 with the 24 hour aspiration fan is because where I am going to mount the ISS. On my property, I really have 2 locations to mount the ISS (minus the anemometer), on my TV Tower that is mounted to the side of my house, or on a post in the front yard. The

Re: [weewx-user] Re: Station upgrade advice (Acurite -> Davis)

2022-03-16 Thread Doug Jenkins
Greg: In my research, I found that you can locally access the raw data directly from the weather link device via their web api. In the api calls, you reference the local ip of the weather link device and port to get the data. I think most of the weather link drivers perform the same function. I

[weewx-user] Re: Station upgrade advice (Acurite -> Davis)

2022-03-16 Thread Doug Jenkins
Thank you Greg and Tom for the advice and insight! I do appreciate it! The reason I am considering the 6163 (VP2+ Wireless) model is that it would be a very long cable run through my attic (which has poor access) to get to my utility closet where I keep my telco equipment and my dedicated

[weewx-user] Station upgrade advice (Acurite -> Davis)

2022-03-14 Thread Doug Jenkins
Good morning fellow WeeWx users! I have started to plan my next side project for the spring. Currently I am using a Acurite 5-n-1 weather station that is attached on our 40ft TV antenna tower since 2018, using weewx since 2019 self-hosting my weewx instance on largoweather.com. I have many

Re: [weewx-user] Re: want to have /home/weewx/public_html in a ramdisk

2022-03-12 Thread Doug Jenkins
I am sorry, I didn't read the entire post. On Sat, Mar 12, 2022, 5:33 PM Eric K wrote: > Its' a Raspberry Pi 3B+ > > On Saturday, March 12, 2022 at 4:25:00 PM UTC-6 do...@dougjenkins.com > wrote: > >> Eric, if you have pi4 with firmware older than 09/2021, you can boot from >> a usb3 drive.

Re: [weewx-user] Re: want to have /home/weewx/public_html in a ramdisk

2022-03-12 Thread Doug Jenkins
Eric, if you have pi4 with firmware older than 09/2021, you can boot from a usb3 drive. This is what I have been doing with my RPI as I have lost 2 good sdcards due to write failures. On Sat, Mar 12, 2022, 4:46 PM Eric K wrote: > Hi Peter. > > Correct, extending the life of the SD card is my

Re: [weewx-user] Re: VatnagePro driver: what is the best way to get archiveRecords every minute?

2022-03-12 Thread Doug Jenkins
Saverio: Reading your post, have you considered using mqtt for each station node publishing it's archive data to a single broker? I wonder if you could do the following to achieve the same goal: 1. Set each station node archive interval to 1 minute. 2. Install weewx mqtt extension on each node

[weewx-user] Re: Hi All, I am running weewx-sdr/MQTT loop packets with Belchertown skin. I have an Acurite 0645M lightning detector, and I've been having major trouble getting it to display the "delta

2022-03-07 Thread Doug Jenkins
your main weewx install and report the lightning data in your skin. Look up multiple database bindings in the docs side of the the weewx documentation. Hope that helps! Doug Jenkins www.largoweather.com On Monday, March 7, 2022 at 8:42:46 AM UTC-5 Kingsclear Studios wrote: > Thanks Troy, can co

Re: [weewx-user] Trying to install docker and need yml assistance

2022-02-20 Thread Doug Jenkins
Yes. I would run docker-compose up and check to see if the docker containers are running. If you are using portainer, check the stack there. You will know if weewx is working by reviewing the log from the docker container. Again I like using portainer for this as the GUI allows an easy interface

Re: [weewx-user] Trying to install docker and need yml assistance

2022-02-20 Thread Doug Jenkins
Essentially yes. I would login with the user account that has docker access and clone my repo in the current directory (~). Then I would configure the docker-compose.yml and the weewx.conf files inside my config folder and use the shell script to build it out. You probably have to tinker with the

Re: [weewx-user] Trying to install docker and need yml assistance

2022-02-18 Thread Doug Jenkins
Adam: Sorry for the late reply. I am still adjusting my gmail filters to get all the weewx-users and weewx-developer messages through. I ran into the same problem when I started using the docker image for my custom install. I wanted to bring in a few of the popular weewx extensions (MQTT,

[weewx-user] Re: Upgrade Raspberry Pi 2 to Raspberry Pi 4

2022-02-14 Thread Doug Jenkins
Well that depends: 1. What version of Raspbian is the RPi2 using? 2. Do you have any device-specific items on i2c or via GPIO? If it is a RPI4 and the RAM is over 4GB (eg 8gb version), then you should consider setting up the new Raspberry Pi OS 64bit release. Another consideration is to

Re: [weewx-user] Trying to install docker and need yml assistance

2022-02-14 Thread Doug Jenkins
Adam: By Default, each stack in Docker will have its own internal network. These will show up as 172.16.x.x. That is ok as docker will route traffic from the host to the container as long as you have the ports mapped correctly. The next thing we need to check is to see if you have a http

Re: [weewx-user] Trying to install docker and need yml assistance

2022-02-12 Thread Doug Jenkins
yes, you can map any port from the internal container to the external machine. For example, if you want to map the container's http port (80) to an external port 91, this is what you would do: version: "3.8" services: weewx: image: felddy/weewx init: true restart: "yes"

Re: [weewx-user] Trying to install docker and need yml assistance

2022-02-12 Thread Doug Jenkins
Adam: I am also using Portainer with Docker. I am using Ubuntu, but the commands and approach are the same. The issue that you have is that you need to bind the container's volume to a local volume. While the volume tag works, I always found this to work. Also I see a few issues with your yaml

Re: [weewx-user] Anyone else seeing Wunderground Rapid Fire down?

2022-02-08 Thread Doug Jenkins
er" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to weewx-user+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/3a47dc03-ed92-4efc-996f-d42208e31e82n%40googlegroups.com

Re: [weewx-user] Re: Updated to 4.6.0 Wunderground service upload fails

2022-02-08 Thread Doug Jenkins
;>>> Feb 8 15:42:44 Pi3-Weewx weewx[964] ERROR weewx.restx: >>>> Wunderground-PWS: Failed to publish record 2022-02-08 15:40:00 GMT >>>> (1644334800): Failed upload after 3 tries >>>> >>>> I haven't changed to password in the weewx.conf file.

Re: [weewx-user] Announcement: AerisWeather Acquired by Vaisala

2022-01-27 Thread Doug Jenkins
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...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/

Re: [weewx-user] Re: windspeed extreme values

2022-01-13 Thread Doug Jenkins
-- > 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...@googlegroups.com. > To view this discussion on the web visit > https://g

Re: [weewx-user] Reduce logging in the MQTT publisher

2021-12-26 Thread Doug Jenkins
mail to weewx-user+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/CAPq0zEAjtWX6cD0vn6Jm9JmFXOreE9Av4m%2BEmYju_iMYihu_xg%40mail.gmail.com > <https://groups.google.com/d/msgid/weewx-user/CAPq0zEAjtWX6cD0vn6Jm9JmFXOreE9Av4m%2BEmYju_iMY

Re: [weewx-user] Re: AERIS Forecast (authentication change)

2021-12-20 Thread Doug Jenkins
rom this group and stop receiving emails from it, send an > email to weewx-user+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/f0c8ba71-5ca2-44f2-8e8c-22159b09a75en%40googlegroups.com > <https://groups.google.co

[weewx-user] AERIS Forecast (authentication change)

2021-12-20 Thread Doug Jenkins
I was wondering if anyone else is experiencing this issue with Belchertown and AERIS forecast. I was receiving forecasts from AERIS up to 12/15/2021 1:00PMEST. After that, I am getting this error in my weewx.log: Error downloading forecast data. Check the URL in your configuration and try

Re: [weewx-user] Re: Belchertown Error - Any idea what is wrong?

2021-11-08 Thread Doug Jenkins
Rpi2 with the latest O/S version is probably not enough to run both belchertown and weewx together. Especially if you have a lot of archive records to generate the NOAA reports on the first go. The RPI 4 is readily available and will be a good investment for a nominal fee. It has at least 2GB (vs

Re: [weewx-user] Re: No AQI on Belchertown Skin

2021-11-08 Thread Doug Jenkins
m this group and stop receiving emails from it, send an > email to weewx-user+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/85ffb56e-0d86-4a66-83e0-75c067ecf952n%40googlegroups.com > <https://groups.google.com/d

Re: [weewx-user] Re: No AQI on Belchertown Skin

2021-10-20 Thread Doug Jenkins
te: > > > Thanks Doug. Let me take a look at the new skin and try it out. I saw it > on Pat O'Brien's web site but didn't know where to download it. Looks like > he also added a web cam feature. Very cool! > > > Chris > On Sunday, October 17, 2021, 07:09:17 PM M

[weewx-user] Re: No AQI on Belchertown Skin

2021-10-17 Thread Doug Jenkins
Chris: 1. You need to be on the Belchertown 1.3b1 release of the skin in order to get the latest AQI fixes that were applied this year. here is the instructions how to do that: https://github.com/poblabs/weewx-belchertown#how-to-install-the-development-version 2. You can not chart the AQI

[weewx-user] Re: Belchertown skin issues displaying aqi and cloud cover

2021-10-14 Thread Doug Jenkins
Evan: Try stopping the site and clearing the existing html files (especially the JSON files) and restart it. I remember running into the same problem and that did the trick. On Thursday, October 14, 2021 at 9:51:24 AM UTC-4 Evan Kimberly wrote: > Hi all, > > I just installed and set up the

Re: [weewx-user] Weewx MySQL help

2021-10-01 Thread Doug Jenkins
Dave & Vince: I believe WeeWX My SQL Client uses a TCP connection over port 3306 to connect to database. To understand the problem, here is what we know: 1. You are running WeeWX on a Raspberry pi. For this illustration, lets call it CLIENT 2. You are running MySQL on a Ubuntu 20.04 server. we

[weewx-user] Re: Belchertown new install

2021-09-27 Thread Doug Jenkins
what you want to do is disable seasons and leave just belchertown enabled. I would also clear out the target public_html directory and point your belchertown skin there. In this example, I am disabling the seasons skin and writing the generated html to /home/weewx/public_html. Adjust your

[weewx-user] Re: Help with TrueNAS install, 'env: python: no such file or directory'

2021-09-23 Thread Doug Jenkins
Matt: So I stand corrected :) I tried your suggestion in another TrueNAS FreeBSD 12.2 jail and it worked. I checked the final weewxd and wee_reports files in /home/weewx/bin and their shebangs were set to #!/usr/local/bin/python3 as you indicated. *Evan: You may want to revise your install

[weewx-user] Re: Help with TrueNAS install, 'env: python: no such file or directory'

2021-09-22 Thread Doug Jenkins
/archive/weewx.sdb file and html files located in /home/weewx/public_html directories. = END FREEBSD WEEWX INSTALL INSTRUCTIONS = let us know how you make out with this setup and if you need any more help. DDJ On Wednesday, September 22, 2021 at 10:48:33 AM UTC-4 Doug Jenkins wrote: >

Re: [weewx-user] Re: 4.x logging format

2021-09-22 Thread Doug Jenkins
ched. You should find it > in /usr/share/weewx/weeutil/logger.py > > Let me know if that helps. > > -tk > > > > On Wed, Sep 22, 2021 at 3:50 AM Doug Jenkins > wrote: > >> Good morning Tom: >> >> sorry about the late reply on this thread. I did try thi

[weewx-user] Re: Help with TrueNAS install, 'env: python: no such file or directory'

2021-09-22 Thread Doug Jenkins
Ok, that helps a bit. I have created a jail on my TrueNAS (v12.0.U05) and I will try to get WeeWX to work with a simulator first. My Jail will be based on FreeBSD 12.2 The challenge is getting dependencies installed in Python. I was able to get Python3 installed and configured by running the

[weewx-user] Re: Help with TrueNAS install, 'env: python: no such file or directory'

2021-09-22 Thread Doug Jenkins
Evan: In your jail you will need to install python3 and the packaging through pkg first. You will need to find the FreeBSD equivalents of the required packages as listed in the setup doc ( WeeWX: Installation using setup.py ) . Keep in mind that jails

[weewx-user] Re: Weewx inside of a Proxmox Linux Container (USB Passthru)

2021-09-15 Thread Doug Jenkins
I do not believe you can do a device passthrough in a proxmox container. Proxmox uses LXC containers which do not have the ability to pass a device through. By default, USB will not passthrough to VMs in proxmox, you need to assign the USB device or port in your VM configuration in order for

Re: [weewx-user] Re: 4.x logging format

2021-09-04 Thread Doug Jenkins
Not to bring up old issues but, I am trying to format my logs. I read the wiki attached to this thread and I have this configuration working in my weewx.conf: # = LOGGING SETUP (Configured 09/04/2021) = [Logging]] [[root]] handlers = rotate, [[loggers]] [[handlers]]

Re: [weewx-user] Fog detection?

2021-08-31 Thread Doug Jenkins
I wonder if you take cloud base and the humidity values to determine if you have fog. If the cloud base is low and you have high humidity, then one could speculate that fog is imminent. Any meteorologists can weigh in? On Tue, Aug 31, 2021, 4:19 PM Greg Troxel wrote: > > František Slimařík

Re: [weewx-user] Skin with webcam?

2021-08-30 Thread Doug Jenkins
. Doug Jenkins -- 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...@googlegroups.com. To view this discussion on the web vi

[weewx-user] Re: problem with alarm.py on gmail

2021-07-30 Thread Doug Jenkins
Doug Jenkins wrote: > Matthias: > > I will give this a go on my weewx instance and see what the issue is. I > have a gmail account and have utilized this smtp library in the past with > other Python 3 solutions. I will let you know. > > Doug > > On Friday, July 30, 202

[weewx-user] Re: problem with alarm.py on gmail

2021-07-30 Thread Doug Jenkins
Matthias: I will give this a go on my weewx instance and see what the issue is. I have a gmail account and have utilized this smtp library in the past with other Python 3 solutions. I will let you know. Doug On Friday, July 30, 2021 at 10:08:05 AM UTC-4 rogu...@gmail.com wrote: > Thank you

[weewx-user] Re: problem with alarm.py on gmail

2021-07-30 Thread Doug Jenkins
Matthias: Gmail requires a SSL Authenticated connection using TLS. It is configured to look for traffic from port 587. I looked at the alarm.py code on the master branch in github (weewx/alarm.py at master · weewx/weewx (github.com)

Re: [weewx-user] Belchertown MQTT Issues

2021-07-27 Thread Doug Jenkins
Matt: for some reason I did not get the updates for this thread. I am glad the setup is now working for you! I checked your site and you do not have any javascript errors now :) Vince : I agree, I will be more than happy to do a write up on how to configure this setup (with screenshots and

[weewx-user] Re: Trying to gee AS3935 to work with weewx 4.5.1

2021-07-27 Thread Doug Jenkins
Phil: In looking at your weewx.conf, you may want to switch the process service to be before the comma. I think the error is because you are passing [None] as the first object in the process_services dictionary. [Engine] [[Services]] process_services = user.as3935.AS3935, After that, it

Re: [weewx-user] Belchertown MQTT Issues

2021-07-24 Thread Doug Jenkins
Matt: I am looking into the issue now. I think you need to offload the SSL to Cloudflare with NGNIX Proxy. I am capturing screenshots of my setup to see if that will help you. Doug Jenkins On Saturday, July 24, 2021 at 12:33:22 PM UTC-4 mattjo...@gmail.com wrote: > Doing more trou

Re: [weewx-user] Belchertown MQTT Issues

2021-07-24 Thread Doug Jenkins
= 1 disconnect_live_website_visitor = 180 I hope this helps! Doug Jenkins On Saturday, July 24, 2021 at 8:07:23 AM UTC-4 mattjo...@gmail.com wrote: > Thanks Les. I think you have helped clear some things up. For the sake of > clarity and getting to the end state I desire and your suggestion let's

[weewx-user] Re: Settings to change after IP address of Vantage changes

2021-07-07 Thread Doug Jenkins
Have you tried to put the the new IP address in the [MQTT] section of the weewx.conf file? I see this error which leads me to believe your DNS is still pointed to the old IP address of your former network Jul 7 11:04:16 raspberrypi weewxd: restx: MQTT: Failed upload attempt 1: [Errno -3]

Re: [weewx-user] wee_reports picks up extensions.py delay

2021-06-30 Thread Doug Jenkins
One thing you can do with the Raspberry Pi is to add a RealTimeClock (RTC) board. I use the RasClock 4.0 RTC for my Raspberry Pi to retain the system clock. This solves any time variances on my WeeWx data verses the system clock On Wednesday, June 30, 2021 at 10:55:55 AM UTC-4 WindnFog wrote: