Re: [weewx-user] Unable to wake up Vantage console

2021-01-27 Thread Txo
I think I found the responsible: the 6-conductor cable. With the 4-conductor cable, it seems to work. Wait and see… -- -- Dominique Marin http://txodom.free.fr -- «L'élève Hamlet : être ou ne pas être dans les nuages.» --Jacques Préver

Re: [weewx-user] Re: Database vs MQTT published data

2021-01-27 Thread Remy LAVABRE
Hello Zsolt Mate. I unfortunately do not have the solution to your problem, but on the other hand, I would have a question for you: Would it be possible to know how you did in the curves of speed and direction of the wind to indicate in the scale of Y the values "N", "W", "S" and "E" instead of "00

Re: [weewx-user] Re: Acurite 5in1 and rtl_sdr

2021-01-27 Thread seano...@gmail.com
Hi Clay, Thanks a lot for the suggestion. Funny enough that same day you replied I decided to move the raspberry pi across the room and I'm amazed to see that the problem appears to be solved immediately. I have been watching the weewx.log for months and now after moving the pi I can see more

[weewx-user] belchertown skin - error can't bring up skin in fresh install last master.zip - 26 jan.

2021-01-27 Thread 'jovo...@googlemail.com' via weewx-user
I try to bring up belchertown in a fresh new installation, raspberry debian buster weewx 4.3.0 python3 belchertown - master.zip 26 jan 2021 it's a blank installation. Jan 27 15:55:19 wetterpi weewx[14298] ERROR weewx.reportengine: Caught unrecoverable exception in generator 'weewx.cheetahgene

[weewx-user] Re: Database vs MQTT published data

2021-01-27 Thread Michael
Hi, Are you really sure that the data in the Influxdb is complete? Maybe you have the following in your Grafana query in the grouping: GROUP BY time($__interval) fill(none) This simply fills possible gaps. Michael -- You received this message because you are subscribed to the Google Groups "w

Re: [weewx-user] How to change weewx service from python2 to python3 on Debian

2021-01-27 Thread vince
Any time you see that error, you are running python2 code that has not been updated to python3. You need to update your weather34 software to a python3-compliant version. On Wednesday, January 27, 2021 at 11:44:40 AM UTC-8 gldic...@gmail.com wrote: > Thanks to Tom, Rainer and Colin for your pro

Re: [weewx-user] How to change weewx service from python2 to python3 on Debian

2021-01-27 Thread Gordon Dickens
In my previous post I thought that it would be better to send the errors via an image, however, I am not sure that was the best way. In any event, here are the errors from the output of "systemctl status weewx": root@zeebytes:/etc/weewx# systemctl status weewx ● weewx.service - LSB: weewx weat

Re: [weewx-user] Re: rapidfire + rtfreq parametr for WU

2021-01-27 Thread Enrico Re Cecconi
Thanks for clarify. Enrico Il giorno martedì 26 gennaio 2021 alle 00:00:57 UTC+1 tke...@gmail.com ha scritto: > The parameter rtfeq has a very arcane use. It determines how often the > embedded Flash widget gets updated. It has nothing to do with the weather > station. So, changing its value w

Re: [weewx-user] extension installer sleight of hand question

2021-01-27 Thread vince
Tom - think I found a bug in 4.3.0 for this one - the extension installer gets confused if you flip-flop back and forth in a sub-element between comments and uncommented items in the install.py script. wee_extension seems to not put any comments that are in install.py 'below' the last uncomment

Re: [weewx-user] extension installer sleight of hand question

2021-01-27 Thread Tom Keffer
It's not a bug, it's a limitation with ConfigObj. In ConfigObj, all comments belong to the option or section below them. If you don't have anything below, there is no place for ConfigObj to put the comment and it is ignored. Usually one can find creative ways around the problem. For example, this

Re: [weewx-user] extension installer sleight of hand question

2021-01-27 Thread vince
Thanks for the clarification. I think we can live with the workaround (which works fine). On Wednesday, January 27, 2021 at 2:13:30 PM UTC-8 Tom Keffer wrote: > It's not a bug, it's a limitation with ConfigObj. > > In ConfigObj, all comments belong to the option or section below them. If > you

[weewx-user] TP3000WC now running weewx; thank you lang!

2021-01-27 Thread William Lucid
Tycon Systems, "ProWeatherStation" TM, Model TP3000WC is up and running "weewx." Dedicated, persistent, hard work was done by lang. 1. Install weewx; I used Debian install documentation for install. 2. Download weewx-Interceptor and follow install documentation: Interceptor driver

[weewx-user] Success on macOS 11.1 Big Sur

2021-01-27 Thread Chris Alemany
Hello, Just wanted to let folks know that I updated to 4.3 this morning after holding off for a while because my python install was still broken since I updated to Big Sur in November. However, before installing weewx I did a full brew upgrade/update and went through and reinstalled all the re

[weewx-user] Re: Database vs MQTT published data

2021-01-27 Thread vince
On Wednesday, January 27, 2021 at 4:33:25 PM UTC-8 lop...@gmail.com wrote: > As an extra info, weewx is failing to generate the html during these > periods, but interceptor and mqtt are able to function. > As Tom asked, we're going to need to see your syslogs with weewx debug=1 set in order to

[weewx-user] Re: Database vs MQTT published data

2021-01-27 Thread Zsolt Máté
The dropouts have no pattern. I have a few days without any issues, and then for 24hrs mysql starts choking. At the beginning I didn't have the influx/grafana part. I've set it up for testing purposes, to see if mqtt is pushing out data even if the mysql is behaving. Previously I tried setting u

Re: [weewx-user] Re: ERROR weewx.cheetahgenerator: **** MemoryError

2021-01-27 Thread garrya...@gmail.com
I just entered an issue against Cheetah3. On Saturday, January 23, 2021 at 7:47:59 AM UTC-8 wes...@gmail.com wrote: > has anyone filed an issue on the github project for cheetah? > > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscrib