Re: [weewx-user] Re: Sudden error running reports? Any help appreciated

2022-02-20 Thread 'andyhud...@googlemail.com' via weewx-user
Yep, it was the time in my yesterday graph.conf - much appreciated. I decided to remove the 'yesterday' option and the reports all run fine now. Thanks again! Andy On Saturday, 19 February 2022 at 16:18:35 UTC tke...@gmail.com wrote: > Option "time_length >

[weewx-user] MQTT to WeewX

2022-02-20 Thread Guido Groetie
I want to add a watertemperature sensor (DS18B01) with a NodeMCU ESP8266 board into weewx, it will be the first MQTT things i will do. I got the following working: Beside a RPI with WeewX I have another RPI with Domotizcz. I got it running that the temp mearurements of the ESP Easy software is g

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

[weewx-user] RTLDavis windRun calculation and rain records

2022-02-20 Thread Andrew Roberts
Hi, I'm after a steer as to where to look to fix/block this issue. I'm running RTLDavis with a Vantage Vue and weewx 4.6.1. The indoor temperature and pressure (BMP280) is coming through as a data service over a serial link. When I start up weewx and

[weewx-user] 4.6.2. update problem with wee_import

2022-02-20 Thread jannep...@gmail.com
Hi, I updated from 4.5 to 4.6.2 and my wee_import stop to next message: I use WS6in1-driver with my Ventus. ... Using WeeWX configuration file /etc/weewx/weewx.conf Starting wee_import... A CSV import from source file '/var/tmp/data.csv' has been requested. Using database bind

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

2022-02-20 Thread Adam Morgan
Wow, thank you again Doug! You clearly put a lot of effort into this. Ok, a lot to unpack here. I downloaded your repo into a setup folder on my server and updated .conf with the values that seemed to make sense to me. I already have MariaDB running in another container for Kodi but I left

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

2022-02-20 Thread vince
On Sunday, February 20, 2022 at 11:15:42 AM UTC-8 muchgoo...@gmail.com wrote: > I then ran all of your commands by hand. The first was running "docker > build ." to initiate the build. I then did each command one by one. That > seemed to go well - I see the image and the folders populated as

Re: [weewx-user] Re: sftp on 3.9.2, RPI3B -- **still** not working with several methods

2022-02-20 Thread Rob Cranfill
Funny you should bring this up now. I recently upgraded to WeeWX 2.6, and my modified code no longer works. I was always able to adapt to each new version, but the new codebase is quite different than the previous ones. I have kind of given up on trying to adapt it to 2.6. Sorry. Instead, I use a

[weewx-user] Problem with Vantage Vue

2022-02-20 Thread geo...@gmail.com
I want to use my Vantage Vue with weewx per tcp/ip. After installing weewx I get the following error messages: *** Feb 20 21:42:43 weewx weewx[1198] CRITICAL weewx.engine: Vantage.__init__(self, **config_

[weewx-user] Re: MQTT to WeewX

2022-02-20 Thread morr...@gmail.com
Could you use mosquitto_sub to ensure the broker is publishing your data in the form you expect? Something like: mosquitto_sub -h 192.168.1.71 -u admin -P wh0racl3 -t 'domoticz/in/#' -v On Sunday, February 20, 2022 at 7:03:11 a.m. UTC-4 g.g...@gmail.com wrote: > I want to add a watertemperature

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

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 t

[weewx-user] Re: MQTT to WeewX

2022-02-20 Thread bell...@gmail.com
I think the problem is that you have a 'topic/' at the beginning of your topics. Try either [[[domoticz/in]]] or [[[openwatertemp]]], depending on what topic you are publishing to. rich On Sunday, 20 February 2022 at 06:03:11 UTC-5 g.g...@gmail.com wrote: > I want to add a watertemperature sens

[weewx-user] Re: Problem with Vantage Vue

2022-02-20 Thread vince
Connection refused is the other computer isn't listening and accepting traffic on that port. Check you have the right ip address set in your weewx.conf file -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop

Re: [weewx-user] Vantage Vue wind cup size setting with wee_device

2022-02-20 Thread Gary Strand
I know this is an old thread but is precisely the question I have. "wee_device" reports the cups as "large", but the cups on my sensor don't seem large to me. Are the "small" really tiny? Just curious because what counts as "extraordinary circumstances"? On the day of the Colorado Marshall Fir

[weewx-user] Re: 4.6.2. update problem with wee_import

2022-02-20 Thread gjr80
Janne, Could you please let me know whether WeeWX is being run under python 2 or 3? You can tell by looking at the WeeWX log during WeeWX startup (the python version is logged) or you can look at the first line of any of the wee_xx (eg wee_database) utilities in the /usr/share/weewx directo