Re: [weewx-user] Pipe errors etc

2023-12-16 Thread hind...@gmail.com
Still no further forward with this problem, but by setting loop_on_it=1 as Tom K suggested, I do at least have a working weather station website, albeit with repeated periods where it is not "live" and where graphs etc are always an hour or so out of date. I have put the most recent log below,

[weewx-user] Where does the error output go, when there is a parse error parsing weewx.conf?

2023-12-16 Thread 'michael.k...@gmx.at' via weewx-user
When I have an erroneous weewx.conf and start weewx using systemctl start weewx there is nothing in my log file, nor in /var/log/syslog . I am on Debian using rsyslog and have the logging configured like so in weewx.conf: [Logging] version = 1 disable_existing_loggers = False # Ro

[weewx-user] Failed MQTT Server Install

2023-12-16 Thread Mark Sanchez
Hello all, I attempted to install MQTT for real time data of my weather station using this guide. However, it doesn't want to connect to the server and I wanted to disable it for the time being. I commented out all the lines associated with it but when I run wee_reports I get the following erro

[weewx-user] Re: Where does the error output go, when there is a parse error parsing weewx.conf?

2023-12-16 Thread vince
If you have rsyslog installed and running, it's using that, but without seeing your error output, hard to say. I'd try "sudo journalctl -u weewx" and see if anything is returned of any value. Which debian version might help a little too. -- You received this message because you are subscribe

[weewx-user] Re: Where does the error output go, when there is a parse error parsing weewx.conf?

2023-12-16 Thread 'michael.k...@gmx.at' via weewx-user
cat /etc/debian_version 11.7 journalctl isn't installed Oops, I deleted the original message this was it: When I have an erroneous weewx.conf and start weewx using systemctl start weewx there is nothing in my log file, nor in /var/log/syslog . I am on Debian using rsyslog and have the logging c

[weewx-user] Re: Where does the error output go, when there is a parse error parsing weewx.conf?

2023-12-16 Thread 'michael.k...@gmx.at' via weewx-user
found it: /var/log/journal/weewx.log michael.k...@gmx.at schrieb am Samstag, 16. Dezember 2023 um 19:48:04 UTC+1: > cat /etc/debian_version > 11.7 > > journalctl isn't installed > > Oops, I deleted the original message this was it: > > When I have an erroneous weewx.conf and start weewx using >

[weewx-user] Re: Where does the error output go, when there is a parse error parsing weewx.conf?

2023-12-16 Thread vince
Yup. That's where systemd writes logs. On Saturday, December 16, 2023 at 10:57:40 AM UTC-8 michael.k...@gmx.at wrote: > found it: /var/log/journal/weewx.log > > michael.k...@gmx.at schrieb am Samstag, 16. Dezember 2023 um 19:48:04 > UTC+1: > >> cat /etc/debian_version >> 11.7 >> >> journalct

[weewx-user] Re: Failed MQTT Server Install

2023-12-16 Thread vince
Just turn it off in your skin configuration in weewx.conf [[Belchertown]] [[[Extras]]] mqtt_websockets_enabled = 0 On Saturday, December 16, 2023 at 10:40:46 AM UTC-8 Mark Sanchez wrote: > Hello all, > > I attempted to install MQTT for real time data of my weather station u

Re: [weewx-user] Pipe errors etc

2023-12-16 Thread vince
Sorry - we can't fix your network. Lots of legacy embedded type 2.4GHz wifi things have issues staying on the network and stable. I'd suggest you try to see if your wifi is being interfered with from a neighbor perhaps. Maybe you can switch which channel your wifi is on. FWIW, we have too m

[weewx-user] weewx - mariadb high read and cpu utilization....

2023-12-16 Thread 'Christian Peters' via weewx-user
Hi all, i just updated my weewx vm and noticed high cpu load since end of October (average was 20% cpu load, now 80%cpu load). Maybe this is my fault as I added some features but I can't remember what could cause this? Maybe a typo in weewx.conf. I did an iotop -o and get this, even if weewx

Re: [weewx-user] Re: Failed MQTT Server Install

2023-12-16 Thread Mark Sanchez
Yeah. That hasn't worked. It's still trying to call on it from the script. Might have to go in to the Belchertown script and comment out any mqtt stuff. On Sat, Dec 16, 2023, 11:24 AM vince wrote: > Just turn it off in your skin configuration in weewx.conf > > [[Belchertown]] > [[[Extra

[weewx-user] Re: weewx - mariadb high read and cpu utilization....

2023-12-16 Thread 'Christian Peters' via weewx-user
...ok...I tracked it down: I updated the * weewx-GTS * xtype extension in October. I disabled the xtype_service *user.GTS.GTSService * and the querys and high load and I/O is gone. Will ask Karen K. Regards, Christian Christian Peters schrieb am Samsta

Re: [weewx-user] Re: Failed MQTT Server Install

2023-12-16 Thread vince
you need to stop+restart weewx if you edit weewx.conf On Saturday, December 16, 2023 at 11:45:17 AM UTC-8 Mark Sanchez wrote: > Yeah. That hasn't worked. It's still trying to call on it from the script. > Might have to go in to the Belchertown script and comment out any mqtt > stuff. > > On Sa

Re: [weewx-user] interceptor stops my station

2023-12-16 Thread 'Rainer Lang' via weewx-user
interesting, but as you didn't give us more context, you're likely not to receive a satisfactory reply 1. it is good practice to post a _*complete*_ syslog protocol from a weewx start to at least one archiving and reporting cycle (unless it doesn't reach it) 2. you should tell us about your co

[weewx-user] Re: Keep losing nameserver on ubuntu 22.04

2023-12-16 Thread cric...@pobox.com
I get tired of trying to figure out all the various ways /etc/resolve.conf can get modified, for all my static hosts, if it's a link, I replace it with the file with the contents I want, then run: chattr +i /etc/resolve/conf That prevents any further messing with the file. It does mean you are o