Re: [weewx-user] Stale data error

2024-09-11 Thread p q
Generated 12 images for report St-OursReport in 0.31 seconds > sep 11 20:35:18 NouveauMeteo weewxd[120210]: INFO weewx.reportengine: > Copied 0 files to /var/www/html/weewx > sep 11 20:35:22 NouveauMeteo weewxd[120210]: INFO weewx.reportengine: > ftpgenerator: Ftp'd 14 files in 4.52

Re: [weewx-user] Stale data error

2024-09-10 Thread p q
ta correctly, > Same message is repeating 2 to 12 times, at a time > > I'm using Rasperry Pi 4 gb > > Regards, > Jacques > > Le mardi 10 septembre 2024 à 18 h 14 min 56 s UTC-4, p q a écrit : > >> Do you have a Acurite console? Does it show data? If not, it mig

Re: [weewx-user] Stale data error

2024-09-10 Thread p q
Do you have a Acurite console? Does it show data? If not, it might be bad batteries in the sensor gizmo. If you're using the USB cable to connect to the console, do you have it set to mode 3? Might want to unplug the USB cable and plug it in again, but I doubt that's really the problem. Are there o

Re: [weewx-user] Min/Max

2024-09-09 Thread p q
I don't know if this is helpful or not. I use the standard skin and I have a section where it pulls out the min/max temperature for the current day of the year. And rain, if there was any. On This Day $day.dateTime.format("%b %d")

Re: [weewx-user] Re: "ERROR weewx.drivers.acurite"

2024-08-10 Thread p q
I have an Acurite and use the USB. I recall having some problem like this the first time I ran it. I think I unplugged the USB and rebooted the PI running Weewx and plugged it back in. Maybe I just rebooted. It was months ago. I might even have switched the USB port for another one. I never found o

Re: [weewx-user] graph.conf file generated from a python script.

2024-08-03 Thread p q
What are you ultimately wanting to accomplish? On Sat, Aug 3, 2024 at 9:44 AM areax99 wrote: > Hi, I would like a personal opinion from those who are more expert than > me. I run weewx, latest release, on raspberry pi. I use the much loved > Belchertown skin. It has a file where the graphs are c

Re: [weewx-user] SQLite3 calculate an item

2024-07-30 Thread p q
d would work .. would I do that with the weewx database utility > or some linux based sql app like DB Browser for SQLite? > > On Wednesday, July 31, 2024 at 10:45:47 AM UTC+12 p q wrote: > >> Do yourself a favor and make a backup copy. Test out whatever method you >> chose on

Re: [weewx-user] SQLite3 calculate an item

2024-07-30 Thread p q
Do yourself a favor and make a backup copy. Test out whatever method you chose on the copy. As to the query, I think you could fill the Signal field with 0.0 and then do an UPDATE SQL query where outTemp > 10.0. You can find the SQL syntax online. On Tue, Jul 30, 2024 at 3:30 PM Craig Young wrot

Re: [weewx-user] Re: After weewx.conf change there are critical issues!!

2024-07-14 Thread p q
FTP appears to be timing out when trying to connect. Can you connect to the FTP server manually with the same credentials as you're using with Weewx? On Sun, Jul 14, 2024 at 5:28 PM Monica Mulholland wrote: > I am half way through my project of transferring from the RPi3 to the > RPi4, with some

Re: [weewx-user] Raspberry Pi memory

2024-07-08 Thread p q
Why do you care? Especially if Weewx is the only thing running and you're not running out of memory? As a Weewx is a Python program, Python is in charge of memory allocation. The advice I've seen is to not mess with Python's garbage collection unless you are trying to fix a problem. On Mon, Jul

Re: [weewx-user] Backup sqlite file

2024-06-21 Thread p q
I run a cron job at 2am that shuts down Weewx, copies the database and restarts it. I used to then copy the backup copy to google drive, but google made the authentication impossible, so I stopped doing that part. I just manually copy it from time to time - perhaps I should do what you're doing wit

Re: [weewx-user] Re: Saving years of archived weather data before upgrading?

2024-06-06 Thread p q
I recommend you leave your existing station alone and buy a new Raspberry PI, install everything on the new one and then use the old one for something else. It's not that expensive and it will allow you to mess around with the new system while leaving the old one operational. On Thu, Jun 6, 2024 a

Re: [weewx-user] How to set WeeWx to restart after local network returns from being offline

2024-05-18 Thread p q
Here's a dumb suggestion. I'm sure there will be smarter answers. Restart weewx every day at 2am with a cron job whether it needs it or not. On Sat, May 18, 2024 at 12:45 PM Ben W. wrote: > Hello! > > Every so often, my home network (through eero) will upgrade causing > devices to go offline/los

Re: [weewx-user] Problem for public_html access with Weewx 5 and apache 2

2024-04-26 Thread p q
Looks like a rights issue with Apache. Find the apache.conf file and you probably need to enable access to the right directories. On Fri, Apr 26, 2024 at 6:26 AM Remy Lavabre wrote: > Hello, > > Good morning, > I didn't find the answer to my problem in the various discussions on the > WeeWX foru

Re: [weewx-user] Accessing Database From Service Extension

2024-04-21 Thread p q
You might be able to use the python library https://pypi.org/project/python-aqi/ On Sun, Apr 21, 2024 at 9:17 AM carter.hu...@gmail.com < carter.humphrey...@gmail.com> wrote: > I have PM 2.5 data being feed into WeeWx via a custom service extension. > What I want to do is calculate the air quali

Re: [weewx-user] Problem with weewx after power failure

2024-04-13 Thread p q
Did you try rebooting the Pi? 😜 On Sat, Apr 13, 2024, 6:35 AM Tom Keffer wrote: > You're not giving us much information. At the very least, what kind of > weather station? Better yet, include the log. See the wiki article *Help! > Posting to weewx-user >

Re: [weewx-user] Generate temp gauge image

2024-04-11 Thread p q
https://github.com/gjr80/weewx-steelseries On Thu, Apr 11, 2024 at 10:34 AM awe wrote: > Hello > Does anybody know an easy way to make WeeWX generate a gauge image (that > updates every X minute) of current temperature and wind that can be used in > another .html page? > Like this? > [image: Cap

Re: [weewx-user] How to handle sensor data that doesn't come at set times

2024-03-15 Thread p q
I do it the dumb way. I have my sensors send data when they're ready. I have a service running on the weewx box that subscribes to the MQTT messages and writes them to a temp file. I modified the driver to read from the temp file. I check to see if the data is older than 20 minutes and ignore it if

Re: [weewx-user] Your hardware experience (for running WeeWX, the service)

2024-02-23 Thread p q
Raspberry pi 3b with nothing more than the standard SD card. Running with no problems for more than 6 years. I do have a 2hr battery backup so it's only been down less than once a year. On Fri, Feb 23, 2024, 6:57 AM Pierre-Yves wrote: > My setup: > > RPi4-2GB > Argon-one-M2 case ( > https://argo

Re: [weewx-user] Re: Two of Same/Similar Model AcuRite 5n1 on Single Host - Station Identification Conflict?

2024-02-21 Thread p q
I wonder if it would be easier to use SDR on one sensor unit and USB for the other so that way you know which you're getting. I am not familiar with weewx-multi, so maybe I'm talking crap. On Wed, Feb 21, 2024 at 12:02 PM matthew wall wrote: > hi patrick, > > unfortunately, every acurite stati

Re: [weewx-user] Catastrophic apt upgrade to V5.02 on Raspberry Pi

2024-02-20 Thread p q
https://weewx.com/docs/5.0/usersguide/troubleshooting/what-to-do/ 1. Look at the log file . We are always happy to take questions, but the first thing someone will ask is, "What did you find in the log file?" On Tue

Re: [weewx-user] Problem with Greek mu character in Python upload to emoncms

2024-02-18 Thread p q
My guess is you need to use utf-8 encoding not ascii. something like in your HTML header. By the way, I'm interested in adding a geiger counter to my system. Where did you get yours? On Sun, Feb 18, 2024 at 1:13 PM bgra...@umw.edu wrote: > Hello, > I am running weewx 4.10.2 (setup.py) on Ubu

Re: [weewx-user] Re: import weewx data from mqtt to home assistant.

2024-02-10 Thread p q
Yaml files are really picky about formatting. You might try a checking site like yamlint.com On Sat, Feb 10, 2024, 3:05 AM Claudio wrote: > Thanks Peter for your support, I will try and reinstall mosquitto to see > if I missed something along the way > what seems strange to me is that, as yo

Re: [weewx-user] Which driver should i target for my custom weather station?

2024-02-06 Thread p q
s a bunch of sensors attached to it, in my >> embedded code i need to collect the data point for the sensor, and then put >> it in some specific format to send along somewhere that weewx will read. >> Reading through the source code it looked like the drivers are where these >>

Re: [weewx-user] Which driver should i target for my custom weather station?

2024-02-05 Thread p q
If I was going to do this, I would look into mqtt options. On Sun, Feb 4, 2024, 11:03 PM 'Pavocracy' via weewx-user < weewx-user@googlegroups.com> wrote: > Hello all, > > I am working on a hobby project where i am trying to build my own "weather > station" from an esp8266 and a bunch of sensors.

Re: [weewx-user] Re: Database Error Message

2024-01-17 Thread p q
gt; My current database goes back to 2018 so I guess it could be an issue. I > really don't know if that is considered old or not. The fact that it runs > fine on version 4 leads me to think that might not be it. > > On Wed, Jan 17, 2024 at 6:14 PM p q wrote: > >> You mi

Re: [weewx-user] Re: Database Error Message

2024-01-17 Thread p q
You might also swap out your database with an empty one to see if the volume of data in the database is causing the slowness. I really doubt it, though. On Wed, Jan 17, 2024 at 2:32 PM vince wrote: > Michael - guessing you have something customized under the hood causing > this. Again you have

Re: [weewx-user] V5.0.0 available

2024-01-14 Thread p q
I'm in the same boat. But I know I upgraded to 4.0 using apt so I'm pretty sure I need to follow those instructions. On Sun, Jan 14, 2024, 2:36 PM Colin Larsen wrote: > Congratulations on the release of V5 team. > Now I just have to remember how I did my original install 😊 > > Colin > > On Mon,

Re: [weewx-user] Acurite inHumidity

2023-11-08 Thread p q
bad, the data point's "right there"! >> >> What sensor did you add and is there any trick/guide to getting a second >> device connected to weewx that I need to know about? >> >> Cheers, >> Tom >> >> On Tuesday, November 7, 2023 at 5:1

Re: [weewx-user] Acurite inHumidity

2023-11-07 Thread p q
I'm pretty sure it isn't included on the USB data. I added a separate humidity sensor to get the data. On Tue, Nov 7, 2023, 1:48 PM buck...@gmail.com wrote: > Hi There, > > Can anyone point me in the right direction to adding inHumidy to the weewx > ui? > > I've tried adding $current.inHumidity

Re: [weewx-user] NOAA weather radar replacement

2023-11-01 Thread p q
I use: https://radar.weather.gov/station/KMUX/standard You'll want to replace KMUX with the local station On Wed, Nov 1, 2023 at 1:59 PM Ralph Underwood wrote: > Thanks > > > On Wednesday, November 1, 2023 at 1:49:00 PM UTC-7 Ben Cotton wrote: > >> On Wed, Nov 1, 2023 at 4:17 PM Ralph Underwoo

Re: [weewx-user] Back up of weexwx.sdb...

2023-10-30 Thread p q
*can you make it possible to save the copy of the db on google drive? *--- Not so easy after Google made some changes to their APIs. I used to do this nightly but haven't been able to figure out how to do it anymore. On Mon, Oct 30, 2023 at 11:22 AM Ton Karsten wrote: > A question, > Has the scr

Re: [weewx-user] Re: New to Weewx! What's your Favorite Skin? Or Extension? How do you access your data on mobile?

2023-10-29 Thread p q
1) I use my site, plus while at home, I use Grafana. It's a bit better at looking at some random time period. I kind of did it to get familiar with MQTT, Influx and Grafana, but I've gotten to like it. 2) I use a custom skin based on the original - I started more than 5 years ago. I added steelseri

Re: [weewx-user] Re: That's what we call "Föhn"

2023-10-20 Thread p q
Up north in San Francisco, we call them Diablo winds but same. I've also experienced this "Chinooks" in Calgary. Adiabatic heating. On Fri, Oct 20, 2023 at 8:38 AM michael.k...@gmx.at < michael.kainzba...@gmx.at> wrote: > Austria, yes, just a few kilometers south of Salzburg. Föhn impairs a lot >

Re: [weewx-user] How to revive 'frozen' WeeWX?

2023-10-15 Thread p q
What does the log file say? On Sun, Oct 15, 2023, 11:45 AM Ton vanN wrote: > Since WeeWX4.4 available have been using it without much problems running > on a Raspberry3B with OS=Raspian_Buster. Memory max. expanded through > Raspi-Config. > Setup of WeeWX to (re)start when (re)booting. > Occasio

Re: [weewx-user] A low level priority question: A question about multi-instances of WeeWx and a more powerful processor on the horizon

2023-09-30 Thread p q
I haven't been following the story of having multiple Weewx on a single computer. What's the problem? Performance - then having a faster computer would help? Instances relying on the same resources to do the same thing? Having more compute power won't help that, but it might make it more practical

Re: [weewx-user] Installing new driver, question

2023-09-19 Thread p q
on --install etc" and also got command not found. Maybe I am >> doing this wrong? >> >> On Wednesday, September 20, 2023 at 10:25:17 AM UTC+12 p q wrote: >> >>> gahh. sudo >>> >>> On Tue, Sep 19, 2023 at 3:24 PM p q wrote: >>> >

Re: [weewx-user] Installing new driver, question

2023-09-19 Thread p q
gahh. sudo On Tue, Sep 19, 2023 at 3:24 PM p q wrote: > sudu <https://home.ubalt.edu/abento/linux/terminal/sudonotfedora.html> > > On Tue, Sep 19, 2023 at 3:21 PM Craig Young > wrote: > >> I am installing the TWI.py driver and have run into an error:

Re: [weewx-user] Installing new driver, question

2023-09-19 Thread p q
sudu On Tue, Sep 19, 2023 at 3:21 PM Craig Young wrote: > I am installing the TWI.py driver and have run into an error: > > pi@CLOWeatherStation:~ $ wee_extension --install weewx-twi.zip > Request to install 'weewx-twi.zip' > Extr

Re: [weewx-user] How does WeeWx use the database file?

2023-09-11 Thread p q
I was going to add just one field to the database, I would repurpose an existing field that is unused but has a similar unit. If you're going do more than 5 fields, then doing your own db may be the better way. If you're writing a single value every 15 min, I wouldn't worry about performance/lockin

Re: [weewx-user] lacrosse ws2315 and <5 out temp

2023-08-15 Thread p q
Yes, there is a QC section in the conf file where you can set min and max values. This is from my .conf # This section is for quality control checks. If units are not specified, # values must be in the units defined in the StdConvert section. [StdQC] [[MinMax]] barometer = 26, 32

Re: [weewx-user] WeeWX in an RV?

2023-07-29 Thread p q
Why not use the same one and send the temp/rH via MQTT to your main system, since you have connectivity. You can use one of the ExtraTemps and there's probably something suitable for rH. On Sat, Jul 29, 2023 at 10:49 AM Stefan Gliessmann < stefan.gliessm...@gmail.com> wrote: > Dear all - > > I wa

Re: [weewx-user] broken graphs - traceback

2023-07-26 Thread p q
I don't have time right this minute to dig in further, but I recall a conversation here with the same error - google finds https://groups.google.com/g/weewx-user/c/R7bHDrZ0PRE Maybe this is a clue for you. On Wed, Jul 26, 2023 at 5:19 AM Greg Troxel wrote: > My system was working for a very lon

Re: [weewx-user] Transfering db from Python 2 to 3 with sqlite ...

2023-07-04 Thread p q
The error says the disk image is malformed. Can you open the database file with another tool, such as DB Browser or SQLite itself? If it's true and the database is messed up, then you may need to get a back up if you have one. On Tue, Jul 4, 2023 at 2:04 PM Yves Martin wrote: > Hi, > > I've upg

Re: [weewx-user] Formatting numbers with internationalized skins

2023-05-03 Thread p q
or a way to tell weewx to format number > values for an internationalized skin in a certain way. As far as I know, > only the language can be set for an internationalized skin, not the locale. > > p q schrieb am Mittwoch, 3. Mai 2023 um 17:18:09 UTC+2: > >> In my professional

Re: [weewx-user] Formatting numbers with internationalized skins

2023-05-03 Thread p q
In my professional life I ask my devs to get the locale from the browser and use the tech stack to do the conversion automatically. Like JavaScript .toLocaleString(). Don't know if that's feasible here. On Wed, May 3, 2023, 8:07 AM michael.k...@gmx.at wrote: > I need a hint how to handle format

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, 202

Re: [weewx-user] Campbell Scientific CR300 data logger

2023-04-22 Thread p q
I don't know the answer to the primary question. As to recommended protocols, I'd choose MQTT. On Sat, Apr 22, 2023 at 5:53 PM Craig Young wrote: > Is there a driver for the CR300 data logger? If not, I have a PC > connected to the data logger, collecting the live data stream which I can > ref

Re: [weewx-user] Hung up on saving my config file

2023-03-27 Thread p q
depends on the editor you're using? On Mon, Mar 27, 2023 at 11:49 AM 'Andy Thompson' via weewx-user < weewx-user@googlegroups.com> wrote: > I had to make some changes to my config file today and I wondering how you > save the changes before exiting? > > -- > You received this message because you

Re: [weewx-user] AcuRite 02064

2023-03-09 Thread p q
I have a Acurite 5in1 and use it with Weewx. I don't know what their model numbers mean. Set the console to Mode 3 and try the USB interface. On Thu, Mar 9, 2023, 12:55 AM Edgar Arroyo wrote: > I am setting up a WX station, and I searched for compatible AcuRite 5-in-1 > weather stations and saw

Re: [weewx-user] Backup Sensors

2023-01-31 Thread p q
Yes, but by modifying the driver code, which is not the preferred path. There is probably a better way. On Wed, Feb 1, 2023 at 10:30 AM dshanske wrote: > Was wondering about this. I have some issues with one of my sensors going > offline. I am working on a secondary way to notify me if this goes

Re: [weewx-user] wee_extension - ModuleNotFoundError: No module named 'configobj

2022-11-05 Thread p q
I had this problem at some point while upgrading but I don't remember the solution. It apparently is a common problem so maybe Google will have something. On Sat, Nov 5, 2022, 5:33 PM tarob...@gmail.com wrote: > Getting an error when trying to use wee_extension. I've just upgraded to > 4.9.1 but

Re: [weewx-user] Time and date format in Weewx database

2022-11-04 Thread p q
A little more background. It's a unix epoch datetime. The number of seconds since 1970 iirc. Google unix epoch. On Fri, Nov 4, 2022, 10:14 AM Glenn McKechnie wrote: > unixepoch, epochtime, unixtime > > from a linux terminal... > > $ date -d now +'%s' > 1667553105 > > $ date -d @1667553105 > Fri

Re: [weewx-user] Registering my Station & Rain Year

2022-10-25 Thread p q
Could you have \ when you should have / ? On Tue, Oct 25, 2022 at 6:19 AM Bodo wrote: > OK. Here it is. And .. that will be the reason, I think : > > ==> Oct 25 10:25:18 raspi3 weewx[16267] DEBUG weewx.restx: > StationRegistry: Failed upload attempt 1: b'FAIL: bad registration info: > stati

Re: [weewx-user] Custom driver to LOOP packet connection

2022-10-10 Thread p q
Maybe you can send the data over MQTT. There appears to be MQTT subscribe driver Weex. On Mon, Oct 10, 2022 at 3:22 PM Per martin Breistein < permbreist...@gmail.com> wrote: > Hello. I am searching for a simple way to get loop packets into weewx. > (f.ex csv file format). I am very impressed

Re: [weewx-user] Need help for a "fresh" upgrade

2022-09-25 Thread p q
The upgrade should ask which to use and leave a copy of the old one as weewx.conf-4.8.0 in ./etc/weewx directory On Sun, Sep 25, 2022 at 8:01 AM Yves Martin wrote: > Hi, > > I'm using weewx since years now and it works like a charm. I've decided to > upgrade my old version 3.9.2 to the last one

Re: [weewx-user] Re: Using Multiple MySQL databases

2022-09-14 Thread p q
https://stackoverflow.com/questions/16032825/method-to-replicate-sqlite-database-across-multiple-servers On Wed, Sep 14, 2022 at 4:47 PM Seth Ratner wrote: > My Weewx is somewhere with a pretty terrible internet connection. > Disconnects a lot. So I need a database on the WeeWx host, or I'd los

Re: [weewx-user] Formatted Wind Direction returning N/A instead of a number

2022-09-04 Thread p q
Zero wind at Ocean Beach? It's definitely going to be a hot one today in Contra Costa County. (NWS says 104F today and 112 tomorrow) On Sun, Sep 4, 2022 at 8:46 AM Gerard Cerchio wrote: > Thanks Tom, That'll fix it! > > On Sunday, September 4, 2022 at 8:43:43 AM UTC-7 tke...@gmail.com wrote: > >

Re: [weewx-user] Errors on Ubuntu Update

2022-09-02 Thread p q
You're apparently using mqtt and missing a prerequisite. Go get paho. It didn't get installed in your upgrade. pip install paho-mqtt On Fri, Sep 2, 2022, 8:43 PM Mitchell Tuckness wrote: > Hi all, > > I updated Ubuntu to the latest version (22.04.01), and since then, I > haven't been able to

Re: [weewx-user] Ultimeter $ULTW Format for Amateur Radio APRS

2022-08-30 Thread p q
I haven't done this, but I'm willing to help out if you need it. What I would do with that set of requirements is to run Weewx normally, with a skin of your choice and the regular SQlite DB. I'd write a little piece of python code to read the db every 2 minutes (or whatever your interval is) and t

Re: [weewx-user] Database details - what to do in this instance (2 specific questions)?

2022-08-28 Thread p q
Weewx.sdb is the database. That's the file you need to backup and restore On Sun, Aug 28, 2022, 11:41 AM Doug Jenkins wrote: > Kruse: > > I would recommend looking right here in the users' guide for all the > things you need to backup: > > http://weewx.com/docs/usersguide.htm#backup > > A good i

Re: [weewx-user] Re: Reading station error

2022-08-25 Thread p q
The found station at bus= device= is a clue. It's not finding the device correctly. There should be something other than blanks after the equal signs. If you're verified you're in Mode 3 on the display unit, and your USB is working correctly on the Pi, I don't know what else to suggest. Are there

Re: [weewx-user] Air quality sensors ...

2022-08-12 Thread p q
I don't know if this is the simplest, this is what I did. I bought a sensor like this one: https://www.amazon.com/Precision-Quality-Detection-Sensors-Digital/dp/B07KNTZZW9 SDS011 with USB interface I found some python code online and modified it to read the sensor every 5 minutes and send the dat

Re: [weewx-user] Re: Weewx and Smart Meters

2022-08-10 Thread p q
I have to jump on this bandwagon - I have the influx/grafana and weewx infrastructure in place. You guys have inspired my next project... On Wed, Aug 10, 2022 at 9:17 AM matthew wall wrote: > i have been combining data from weewx with data from brultech devices > (gem, ecm1240) since 2011 or so,

Re: [weewx-user] Re: Ubuntu won't upgrade - says 4.5.1-1 is latest

2022-08-07 Thread p q
Yes. That was it - thanks On Sun, Aug 7, 2022 at 2:27 PM vince wrote: > clear your apt cache perhaps ? > > On Sunday, August 7, 2022 at 11:00:25 AM UTC-7 peterq...@gmail.com wrote: > >> Hi, >> >> I'm getting around to updating my system to the latest version of Weewx. >> I've been running 4.5.1

Re: [weewx-user] WDC Skin

2022-08-07 Thread p q
I don't know that skin - and I took a quick look at it and it looks like you'd find this defined in the skin.conf file. One thing you should look at is the customization doc with regards to y axis scaling here: https://www.weewx.com/docs/customizing.htm#Image_files On Sun, Aug 7, 2022 at 11:18 AM

Re: [weewx-user] My old wview station is now a weewx station and is now on line

2022-08-01 Thread p q
I think you can get to it via the ip address http://76.14.100.100/weewx/index.html I don't have a public DNS entry On Mon, Aug 1, 2022 at 12:12 PM vince wrote: > Lots of people embed gauges etc. of various types, so that's pretty > guaranteed to work for you too. > > Simplest thing to do is to

Re: [weewx-user] My old wview station is now a weewx station and is now on line

2022-08-01 Thread p q
It's not difficult. I had zero experience with HTML/CSS/Javascript before I started messing around with Weewx. I embedded the SteelSeries gauges in my page and it was pretty easy, though it was 5 years ago so I don't remember the details. On Mon, Aug 1, 2022 at 11:15 AM Gerard Cerchio wrote: > H

Re: [weewx-user] Importing from CSV

2022-07-15 Thread p q
Read the doc down a bit under the heading raw_datetime_format And see if that helps. On Fri, Jul 15, 2022 at 4:55 PM Andrea Di Saverio < disaverio.and...@gmail.com> wrote: > Hello everybody. > > I'm reading the doc about the importing process from csv file > https://www.weewx.com/docs/utilities.

Re: [weewx-user] Noob in WeeWX: where do I adjust overall skin font size and/or add overall custom CSS?

2022-07-14 Thread p q
Look in the skin directory that you're using. If you're using the Seasons skin, there is a seasons.css file that you can tweak. On Thu, Jul 14, 2022 at 3:47 PM MrPete wrote: > I've browsed the User Guide, the Customization Guide, the Wiki, the *.conf > files, and some code for my preferred skin

Re: [weewx-user] howto fix weewx sqlite database

2022-07-10 Thread p q
What error messages are you getting? On Sun, Jul 10, 2022 at 8:00 AM Graham Eddy wrote: > 15 years of data, running happily on RPi 4B: > > *graham@paperbark*:*/home/weewx/archive $* ls -l weewx.sdb > -rw-r--r-- 1 weewx weewx 175935488 Jul 11 00:55 weewx.sdb > > > On 11 Jul 2022, at 12:43 am, Fis

Re: [weewx-user] National Weather Service location IDs

2022-07-06 Thread p q
https://www.weather.gov/gis/PublicZones You can open the DBF in Excel. On Wed, Jul 6, 2022 at 1:41 PM MIchael Cumbee wrote: > I have been relentlessly searching for a list of NWS LIDs for the forecast > module and cannot even find a mention of them on their site or Wikican > somone push me

Re: [weewx-user] Missing sqlite database in directory

2022-06-30 Thread p q
Might want to try setting up Weewx with the Simulator driver and then switch over to your hardware once you have it running. That way you can separate software issues with connectivity/hardware issues. On Thu, Jun 30, 2022 at 11:54 AM Taro Katayama wrote: > Hello, > > new weewx & raspberry pi ze

Re: [weewx-user] Wind Color Belchertown

2022-05-17 Thread p q
Why are you formatting the windspeed as string and then (multiple times) converting it to float? This may be unrelated to your problem. I do notice that the outTemp coloring is done with the string value and converted to the real value in the coloration function itself. Could the windspeed float

Re: [weewx-user] Windchill vs Heat Index vs Feel like

2022-05-16 Thread p q
Calculations are here: https://github.com/weewx/weewx/blob/6c90a174f9cf81b1b93b83b70a426199a51b47ba/bin/weewx/wxformulas.py see the comment: The 'new' algorithm uses: https://www.wpc.ncep.noaa.gov/html/heatindex_equation.shtml On Mon, May 16, 2022 at 8:18 AM Greg Troxel wrote: > > Barry

Re: [weewx-user] Registering my Station & Rain Year

2022-04-16 Thread p q
Welcome. I'm in Walnut Creek. It should show up pretty quickly (minutes). The obvious error is getting the sign wrong on longitude, but I didn't see your station registered in Mongolia, so that's not it. Not sure why your rain year change didn't happen. On Sat, Apr 16, 2022 at 4:11 PM Jonathan R

Re: [weewx-user] Add missing data to records

2022-03-28 Thread p q
For 14 records, you can probably delete them directly in SQlite Browser, manually one at a time. Heck for 14 records the laziest way to fix it might be to type them in ;-) I use DB Browser for SQLite on Windows and it can do manual deletes or imports from a CSV file. I imagine your browser can do

Re: [weewx-user] Backup copy of SD card

2022-03-26 Thread p q
You can move the SD card onto a pc, zip up the files and push them to a second SD card. I did that when I first set up Weewx on a Raspberry Pi. but I wouldn't do it now. So much stuff changes so often that I now backup the conf files, skin files, and other custom scripts using tar and store them in

Re: [weewx-user] Problems ever since weewx 4.7 update

2022-03-26 Thread p q
That log snippet doesn't tell us anything. It's all normal, successful operation of things that are not associated with Weewx. Is Weewx even running? what does /etc/init.d/weewx status show when you type it in at the command line? On Sat, Mar 26, 2022 at 11:29 AM Larry wrote: > I have weewx ru

Re: [weewx-user] Re: want to have /home/weewx/public_html in a ramdisk

2022-03-12 Thread p q
If you're wanting a ramdisk because SD cards are unreliable, I wouldn't bother. There is plenty of history of people running Weewx on Raspberry Pis for many years without a problem with corrupted SD cards. On Sat, Mar 12, 2022 at 12:55 PM vince wrote: > I would try 'mkdir /home/weewx/public_html

Re: [weewx-user] Re: Multiple full sensor data with one SDR-Stick

2022-03-03 Thread p q
Have you considered using Python's JSON function to put the whole thing into a dictionary so there's no need for all the if statements? On Thu, Mar 3, 2022, 10:26 AM an oldman wrote: > this is the output for rtl_433 -M utc -M protocol -M level -F json command > for acurite atlas sensor > > {"tim

Re: [weewx-user] Re: Upgrade Raspberry Pi 2 to Raspberry Pi 4

2022-02-14 Thread p q
Unless you're dealing with a hardware failure of your old Raspi, I'd set up the new one from scratch as suggested, but I'd do it before taking down the old one. On Mon, Feb 14, 2022 at 2:01 PM vince wrote: > Experimentation will tell you. > The worst that happens is it doesn't work. > > But pers

Re: [weewx-user] Re: sqlite db compact

2022-01-24 Thread p q
I can't imagine you're going to save any reasonable amount of space by doing this. The database still needs to hold a real, no matter how many digits. On Mon, Jan 24, 2022 at 1:49 PM 'wilco van hoboken' via weewx-user < weewx-user@googlegroups.com> wrote: > i realise that the info is incomplete.

Re: [weewx-user] When die the blast wave of the eruption "hit" your station?

2022-01-16 Thread p q
Youtuber Scott Manley had an interesting video about the eruption. Check out the weather station graphics about 3 minutes in: https://www.youtube.com/watch?v=zoMRwyNhqJ4 On Sun, Jan 16, 2022 at 9:54 AM Francesco wrote: > Italy here. I don't know if it was caused by it, but I have had some > str

Re: [weewx-user] Unable to change rain chart type

2021-12-19 Thread p q
Did you restart weewx after you made your change? Changes to weewx.conf require a restart to take effect. On Sun, Dec 19, 2021 at 12:01 PM Blake Garner wrote: > Have been reading docs and posts but I have to be missing something when > it comes to making changes to the weewx.conf. My understandi

Re: [weewx-user] Re: Slow Response Time

2021-12-14 Thread p q
The idea is the roundtrip from your router out to the internet and back to your router has an affect on the speed. If you turn off wifi on your phone and use the cell network for connectivity you're only using your router for the inbound connection. On Tue, Dec 14, 2021, 9:55 AM Jonathan Ryshpan

Re: [weewx-user] How to set up the weewx influxdb extension

2021-12-10 Thread p q
You can use grafana with the sql db too. On Fri, Dec 10, 2021, 7:16 PM JJ wrote: > I have a Davis Pro2 weather station, a Davis USB data logger and a > Raspberry Pi 4. I want to store my weather station data in my remotely > hosted influxdb database so that I can view the data in Grafana. > > If

Re: [weewx-user] Re: Weatherflow UDP driver, Tempest battery reports 'LOW'

2021-12-03 Thread p q
You might want do a test for null before doing a greater/less than comparison to avoid the "TypeError: '>=' not supported between instances of 'NoneType' and 'float'" errors. I suspect you'll get those errors if there is no value for $x in your example. This is off the top of my head and likely th

Re: [weewx-user] Re: Weatherflow UDP driver, Tempest battery reports 'LOW'

2021-12-03 Thread p q
It's from the C and Unix heritage. Scroll down to the History part here: https://en.wikipedia.org/wiki/Printf_format_string tldr; It goes back to BCPL in 1966 On Fri, Dec 3, 2021 at 4:16 AM Stephen Hocking wrote: > I feel your pain... > > On Fri, 3 Dec 2021 at 20:28, John Pierce wrote: > >> k,

Re: [weewx-user] Wind Chill/Heat index

2021-11-27 Thread p q
see discussion here: https://github.com/weewx/weewx/issues/601 On Sat, Nov 27, 2021 at 8:33 AM J Jones wrote: > I was just wondering if the wind chill is working correctly. I have never > had heat index lower than wind chill. > Version 4.5.1 > > [image: Screenshot 2021-11-27 103015.jpg] > > -- >

Re: [weewx-user] Belchertown on latest version of Chromium

2021-11-26 Thread p q
What does the dev tools console on Chromium show you in terms of error messages? There are probably some clues there. On Fri, Nov 26, 2021 at 8:18 AM Paul Eaton wrote: > Hi > Not so much a question this rather an observation, but I'd be interested > if anyone else has seen the same anomaly. > I'

Re: [weewx-user] weewx stopped working

2021-11-19 Thread p q
Is there more to this log? I don't see a problem. On Fri, Nov 19, 2021 at 4:11 PM Jim W. wrote: > I recently moved and my had a bit of difficulty with my new ISP Provider. > (is that redundant?) Anyway after updating my operating system weewx > stopped working. I'm hoping someone can have a quic

Re: [weewx-user] Historical temperature of this moment.

2021-10-23 Thread p q
Maybe it would be better to precompute the one hour (good enough? Or one minute?) historical averages and store it in the database rather than calculate it on the fly. On Sat, Oct 23, 2021, 5:35 AM Tom Keffer wrote: > If I understand you correctly, you want to graph the day's temperature, > alon

Re: [weewx-user] Can missing data be added manually

2021-10-22 Thread p q
Yes, the data is stored in a SQL database. You can add rows in it manually. Or you could write scripts. On Fri, Oct 22, 2021 at 1:27 PM Nigel Bowen wrote: > I had a power out and wasn't able to get to my Acurite console to reset it > as the battery power also drop, so I have a hole in my data (2

Re: [weewx-user] Historical temperature of this moment.

2021-10-22 Thread p q
Someone wrote a search extension for "on this date" that would allow you to pull up the stats for a given date over time. I use it to show the high/low/rain for today's date for the years that I have data. Search this forum for it, if that's what you're looking for. On This Day Oct 22 2016 H: 83

Re: [weewx-user] Acurite 5 in 1 Wunderground: Any way to use with Weewx?

2021-10-20 Thread p q
I assume these units have an outdoor sensor wind/rain/thermometer thing and an indoor device that connects to the internet. Is there a usb plug on the indoor device? On Wed, Oct 20, 2021, 2:20 PM GL Woods wrote: > As some of you may or may not know, the Acurite 5 in 1 Weather Underground > displ

Re: [weewx-user] Using a wired rain gauge with WeeWx

2021-10-19 Thread p q
You're probably going to need to write or modify a driver. The great thing about Weewx is that it's python and you have all the code. Check out the docs here: https://weewx.com/docs/customizing.htm#Implement_the_driver On Tue, Oct 19, 2021 at 8:32 PM Seth Ratner wrote: > Thanks Glenn, > > I'm no

Re: [weewx-user] Modification of the code for station id.

2021-09-21 Thread p q
I don't understand the requirement completely either, but I have some thoughts. Rather than modifying weewx, perhaps you could use a union query across all the mysql tables to aggregate your data. You would probably want some station ID in the table to keep the records straight. I would also consid

Re: [weewx-user] Re: 404 Not Found

2021-09-06 Thread p q
Docs for lighttpd seem pretty good. Did you read this page? https://redmine.lighttpd.net/projects/lighttpd/wiki/TutorialConfiguration Pay attention to server.document-root = "/var/www/servers/ www.example.org/pages/" That should probably point to /var/www/html/weewx/ But there may be more to it t

Re: [weewx-user] Re: 404 Not Found

2021-09-05 Thread p q
Looking in weewx.conf under stdReport you can see htmlroot pointing at var/www/html/weewx Your webserver needs to be able to open this directory and the files in it. Chances are its a permissions issue with it. The location of your weewx files is not a problem. Read up on lighttpd and see how to e

  1   2   3   4   >