[weewx-user] Unable to load driver: Unable to wake up Vantage Console

2023-11-25 Thread Adam Morgan
I am trying to port my Vantage Vue to weewx. My current setup (using a serial-to-usb) device was working fine on when connected to PWS software on my windows computer as recently as this morning. I have taken the exact same console and cables and connected to my Raspberry PI 2. I have a pro

[weewx-user] Re: Unable to load driver: Unable to wake up Vantage Console

2023-11-25 Thread Adam Morgan
I found the problem. When I did a port scan, the only port that came back was ttyAMA0. However, when I issued "dmesg", I could see that it was trying to connect over ttyUSB0. Once I switched to that, it worked. On Saturday, November 25, 2023 at 1:52:15 PM UTC-5 Adam Morgan wrot

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

2022-02-12 Thread Adam Morgan
Hello, I have a working knowledge of docker and linux but not much beyond that. I have used both for years and can generally follow a guide to create a container. I found a sample yml file in the docs so I decided to try that as my installation method. I am running Open Media Vault, which is

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

2022-02-12 Thread Adam Morgan
mage: felddy/weewx > init: true > restart: "yes" > privileged: true > volumes: > - /srv/dev-disk-by-label-Docker/AppData/WeeWx/:/home/weewx/conf/ > environment: > - TZ=TZ=America/New_York > - WEEWX_UID=1000 > - WEEWX_GID=1

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

2022-02-13 Thread Adam Morgan
> I would strongly suggest reviewing these YouTube video below in setting up > Nginx proxy manager with portainer using CloudFlare. This will keep your > network and your server secure and will ensure SSL on your site with no > cost. > > https://youtu.be/Ha8NIAOsNvo > > &

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

2022-02-13 Thread Adam Morgan
apped correctly: 0.0.0.0:91 80/tcp :::91 80/tcp This is from the container's page. If I try to hit it via the docker host url (192.168.1.100:91) I get a page cannot be found (all of my other containers look good). On Sunday, February 13, 2022 at 10:41:18 AM UTC-5 Adam Morgan wrote: &

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

2022-02-13 Thread Adam Morgan
Thank you, that's a good thought. I did verify that nothing else is using that port (I only have 10ish containers). I did notice that this created a new network. Could that be the issue? In my limited experience I have only ever used "host". This is a device running on my network and not lo

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

2022-02-13 Thread Adam Morgan
Sorry, still struggling with this one. I don't want a new network created. Instead, I just want to bind to the host. Any help would be greatly appreciated. Thank you again! On Sunday, February 13, 2022 at 1:54:28 PM UTC-5 Adam Morgan wrote: > Thank you, that's a good thought.

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

2022-02-14 Thread Adam Morgan
me/weewx/skins/Belchertown/ > - /media/docker/volumes/weewx/html/:/home/weewx/public_html/ > restart: unless-stopped > > networks: > wxnet: > driver: bridge > > > # == WEEWX STACK STOP ===[ > > > > On Sunday, February 13, 2022 at 6:36:49 P

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

2022-02-15 Thread Adam Morgan
though this file should have been created for me. I used the yml configuration that was posted earlier. [image: weewx.png] On Monday, February 14, 2022 at 11:41:59 AM UTC-5 Adam Morgan wrote: > Thank you again Doug! Ok, part of my issue was that I had not fully read > through the do

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

2022-02-15 Thread Adam Morgan
database 'weewx.sdb' Feb 15 23:12:48 HAL weewx[30] INFO weewx.manager: Starting backfill of daily summaries Feb 15 23:12:48 HAL weewx[30] INFO weewx.manager: Empty database Feb 15 23:12:48 HAL weewx[30] INFO weewx.engine: Starting main packet loop. On Tuesday, February 15, 2022 at 6:08:11 P

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

2022-02-16 Thread Adam Morgan
Do you see anything wrong in the config that I posted yesterday? Here is the view from putty: On Tuesday, February 15, 2022 at 9:24:51 PM UTC-5 vince wrote: > Wild guess is that you either tried to map to directories that don't > exist, or your volume mounts aren't working. > > > -- You rec

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

2022-02-17 Thread Adam Morgan
2022 at 9:27:07 AM UTC-5 Adam Morgan wrote: > Do you see anything wrong in the config that I posted yesterday? > > Here is the view from putty: > > > > On Tuesday, February 15, 2022 at 9:24:51 PM UTC-5 vince wrote: > >> Wild guess is that you either tried to map to dir

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

2022-02-18 Thread Adam Morgan
date them for your station. > > here is that link : WeeWX Docker Stack Example (NGINX | MQTT | WEEWX | > MARIADB) <https://github.com/djenk41us/weewx-docker-stack> > > Please let me know if this helps and let me know the next issue that you > run into. > > DDJ > > &g

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

2022-02-20 Thread Adam Morgan
to run checks and to build a new > interface in the future. > > Let me know where you end up. I am checking my email daily now so I can be > more available to help. > > On Fri, Feb 18, 2022, 10:03 AM Adam Morgan wrote: > >> Thank you again Doug! I can't tell you how much

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

2022-02-20 Thread Adam Morgan
Sorry, did a private response by mistake a minute ago. I do understand the basics of docker. This particular approach is a bit new to me so I thought I would ask what to do next. The config files are in place - is it a matter of just issuing a docker run with the image? On Sunday, Februar

[weewx-user] Re: Trying to write to mariadb

2025-01-08 Thread Adam Morgan
On Wednesday, January 8, 2025 at 9:06:28 AM UTC-5 Adam Morgan wrote: > Hello, and thank you so much to all of you that work on the software and > participate in this forum. I've been using weewx for a while now, and I > hope to be able to contribute to the community going for

[weewx-user] Trying to write to mariadb

2025-01-08 Thread Adam Morgan
Hello, and thank you so much to all of you that work on the software and participate in this forum. I've been using weewx for a while now, and I hope to be able to contribute to the community going forward. I am trying to write to a mariadb instance on my network. I have several other self-h

Re: [weewx-user] Re: Trying to write to mariadb

2025-01-08 Thread Adam Morgan
. > > But, if [[MySQL]] is in fact under [Databases], then that has to be > corrected. If you get confused, look at the original weewx.conf > <https://github.com/weewx/weewx/blob/master/src/weewx_data/weewx.conf>. > The comments tell you what to do. >

Re: [weewx-user] Re: Trying to write to mariadb

2025-01-08 Thread Adam Morgan
f > > [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 > > > On Wednesday, January 8, 2025 at 11:36:20 AM UTC-8 Ad

Re: [weewx-user] Re: Trying to write to mariadb

2025-01-08 Thread Adam Morgan
_ROOT > SQLITE_ROOT = archive > > > # Defaults for MySQL databases. > [[MySQL]] > driver = weedb.mysql > # The host where the database is located. > host = 192.168.1.100 > port = 3306 > # The user name for logg