[weewx-user] Re: weewx-sdr driver modified for rtl-sdr plus extra ttyACM1 input; getting gaps

2023-04-26 Thread William Garber
here is my service. In this version I took your advice and decided to use the weewx-sdr driver completely unmodified and put all my stuff in a service. Sorry the weewx-sdr driver (the original, not my version) reads its input from AsyncReader (not my modification). That uses a thread.

Re: [weewx-user] Re: Belchertown - Charts suddenly disappeared

2023-04-26 Thread m...@erwinheger.de
Have you seen this discussion?https://groups.google.com/g/weewx-user/c/yfG1JvCP3Us Erwin > Am 27.04.2023 um 04:22 schrieb Richard Whitcombe : > >  > Further to that, on the site itself my Console logs show this error: > > Uncaught TypeError: Highcharts.chart is not a constructor >

[weewx-user] Re: Belchertown - Charts suddenly disappeared

2023-04-26 Thread Richard Whitcombe
Further to that, on the site itself my Console logs show this error: Uncaught TypeError: Highcharts.chart is not a constructor showChart http://192.168.1.2/weewx/js/belchertown.js?1682562025:1198 each jQuery showChart http://192.168.1.2/weewx/js/belchertown.js?1682562025:488

Re: [weewx-user] Error in log. How to find what issue actually is?

2023-04-26 Thread Marcin Metter
It should be all default, but perhaps something wrt directories, etc has changed recently. Will have a hunt around. I gather it is just trying to log debug and info messages that is all. On Thursday, 27 April 2023 at 11:57:43 am UTC+10 vince wrote: > If it used to work and does not work now,

[weewx-user] Belchertown - Charts suddenly disappeared

2023-04-26 Thread Richard Whitcombe
Im running the latest WeeWx ( 4.10.2) and Belchertown 1.3 skin. This setup has been running perfectly for several months on an RaPi4. As of last night it seems to have stopped displaying any charts at all despite me changing nothing in the setup. They've just vanished off the home/daily screen

Re: [weewx-user] Error in log. How to find what issue actually is?

2023-04-26 Thread Marcin Metter
I just added the following to my config file to stop it from trying to write to syslog. ## [Logging] [[root]] handlers = console, On Thursday, 27 April 2023 at 11:20:33 am UTC+10 Graham Eddy wrote: > looks like

Re: [weewx-user] Error in log. How to find what issue actually is?

2023-04-26 Thread vince
If it used to work and does not work now, you changed something changed in the os or in the docker configuration. Did you upgrade the os on the NAS ? Agree with Graham that (2) certainly looks like you are trying to log to a directory that isn't there. Are you trying to log to a mounted

Re: [weewx-user] Error in log. How to find what issue actually is?

2023-04-26 Thread Graham Eddy
looks like to separate problems (1) something in interceptor driver - might be benign (ignorable), or might be serious (2) logging misconfigured. check the syslog interface mechanism for your specific o/s ⊣GE⊢ > On 27 Apr 2023, at 11:00 am, Marcin Metter wrote: > > I've been seeing the

[weewx-user] Re: weewx-sdr driver modified for rtl-sdr plus extra ttyACM1 input; getting gaps

2023-04-26 Thread gjr80
Yes, that section covers it fairly well. The two main things to watch are not delaying the main WeeWX engine loop and ensuring the data you add to the loop packet follows the unit system used in the loop packet. Delaying the main loop is often associated with accessing data via the internet or

[weewx-user] Error in log. How to find what issue actually is?

2023-04-26 Thread Marcin Metter
I've been seeing the following error recently not sure what is going on. Looks like some file is missing. I am running mitct02/weewx docker image (/ https://registry.hub.docker.com/r/mitct02/weewx/) on a Synology NAS. It use to work in the past not sure wy it now fails? Any hints on how to

Re: [weewx-user] Belchertown graphs stopped working

2023-04-26 Thread František Slimařík
I believe the best solution is the one already implemented on Belchertown web pages (use specific version of Highcharts in your code like " https://code.highcharts.com/10/highcharts.js; to pick latest version of 10 or "https://code.highcharts.com/10.3.3/highcharts.js

Re: [weewx-user] Belchertown graphs stopped working

2023-04-26 Thread vince
Thanks for the heads-up here. I'd have never found it in the belchertown issues. I tested both workarounds. Switching to newer highcharts works yet does have the font change issues. I went with @roe-dl's original workaround in the github issue to grab a local copy of the required pieces of

Re: [weewx-user] New (reinstall) of 3.9.2 gives setup.py error about "print" command

2023-04-26 Thread messyp...@gmail.com
* meant 4.5.1 On Wednesday, April 26, 2023 at 5:28:46 PM UTC+2 messyp...@gmail.com wrote: > Welp... I just installed 4.9.1 and it installed without a hitch. Seems to > be running (on Simulator). I'll change to the Ultimeter in a bit. I was > using standard skins, not sure what 4.9.1 defaults

Re: [weewx-user] New (reinstall) of 3.9.2 gives setup.py error about "print" command

2023-04-26 Thread messyp...@gmail.com
Welp... I just installed 4.9.1 and it installed without a hitch. Seems to be running (on Simulator). I'll change to the Ultimeter in a bit. I was using standard skins, not sure what 4.9.1 defaults to. On Wednesday, April 26, 2023 at 4:53:58 PM UTC+2 p q wrote: > Yes it's a Python3 complaining

[weewx-user] Re: weewx-sdr driver modified for rtl-sdr plus extra ttyACM1 input; getting gaps

2023-04-26 Thread William Garber
Thank you I expect you are referring to the Customization guide "Customizing the WeeWX service engine; Adding a second data source"; I will try doing it that way; Thanks again; On Tuesday, April 25, 2023 at 10:16:18 PM UTC-7 gjr80 wrote: > I'm not sure if you are providing a running commentary

Re: [weewx-user] New (reinstall) of 3.9.2 gives setup.py error about "print" command

2023-04-26 Thread p q
Yes it's a Python3 complaining about Pyhon2 code. The latest os defaults to python 3. Your weewx version uses python 2. You can continue to use python 2 but you'll need to take some action. Not sure what the easiest solution is. Well, I suspect the easiest is to upgrade weewx. On Wed, Apr 26,

Re: [weewx-user] Belchertown graphs stopped working

2023-04-26 Thread pannetron
Thanks for that link!! Russ On Wednesday, April 26, 2023 at 8:32:54 AM UTC-6 Didier Decoodt wrote: > see https://github.com/poblabs/weewx-belchertown/issues/881 > > Le mer. 26 avr. 2023 à 16:30, pannetron a écrit : > >> Yesterday my Belchertown skin version 1.2 on weewx 4.10.2 stopped >>

[weewx-user] New (reinstall) of 3.9.2 gives setup.py error about "print" command

2023-04-26 Thread messyp...@gmail.com
I had to rebuild my RPI3B & installed the latest os which is bullseye. Everything is working well except when I execute the instruction sudo python3 ./setup.py install I get an error early on about the statement print "Saved bin subdirectory as %s" % bin_savedir ^ SyntaxError: Missing

Re: [weewx-user] Belchertown graphs stopped working

2023-04-26 Thread Didier Decoodt
see https://github.com/poblabs/weewx-belchertown/issues/881 Le mer. 26 avr. 2023 à 16:30, pannetron a écrit : > Yesterday my Belchertown skin version 1.2 on weewx 4.10.2 stopped > generating graphs. With debug turned on, there are no error messages. > Before yesterday everything was working

[weewx-user] Belchertown graphs stopped working

2023-04-26 Thread pannetron
Yesterday my Belchertown skin version 1.2 on weewx 4.10.2 stopped generating graphs. With debug turned on, there are no error messages. Before yesterday everything was working perfectly for months, no recent changes on my end. It appears that the Belchertown skin may access some other