Re: [weewx-user] HTML perms issue for 5.0

2024-06-01 Thread Warren Gill
There might be files left over from pre-upgrade that are still owned by www-data (daybarometer.png, for example). I'd just go into the /var/www/html/weather/ directory and remove everything and let weewx build new ones. Or, chown weewx:weewx * in the weather directory On Sat, Jun 1, 2024 at 2:22 

Re: [weewx-user] formatting MQTT message sensor lenght

2024-04-25 Thread Warren Gill
Similarly I modify the sensors in home assistant with YAML: # Sensors mqtt: sensor: - name: weewx_datetime state_topic: "weather/loop" value_template: |- {% if

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

2024-02-23 Thread Warren Gill
I have been running weewx on a (now discontinued) Odroid HC2 https://ameridroid.com/products/odroid-hc2 for several years now, connected to a Vantage Envoy, that collects data from the Vantage Pro . Since it can move its all but the initial uBoot code to SSD it's been super reliable. I would

Re: [weewx-user] Permissions issue for /dev/ttyAMA0 after upgrade attempt from 5.0 to 5.0.1

2024-02-06 Thread Warren Gill
Try adding weewx user to the dialout group and restarting weewx: sudo usermod -aG dialout weewx sudo systemctl restart weewx On Tue, Feb 6, 2024 at 1:45 PM Mark Conner wrote: > Hi, > > I recently tried to upgrade my weewx installation from 5.0 to 5.0.1 on my > Raspberry Pi 2 using 'sudo

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

2023-10-29 Thread Warren Gill
There are so many ways! I've been using weewx for many years (and wview before that). Since I discovered MQTT, I now just send all the weather data to Home Assistant and do all the dashboarding there. Now I have all my home things in one place, and no longer need to FTP or RSync. Plus I can do fun

Re: [weewx-user] Adding climatologies to plots?

2023-10-25 Thread Warren Gill
Curious about this too... you can download the data (for the US anyway) from NOAA https://www.ncei.noaa.gov/cdo-web/datasets It would be cool to graph the daily highs and lows with the climate average (and record high/low) for your region. On Wed, Oct 25, 2023 at 4:00 PM Gary S wrote: > > I'm

Re: [weewx-user] Retrieve my data saved on Wunderground or WeatherCoud to obtain graphs in WeeWX

2023-10-11 Thread Warren Gill
Just my $0.02, For your use case it would probably be a lot easier to go the InfluxDB + grafana route. Here's a good writeup about getting started with InfluxDB https://fedoramagazine.org/using-influxdb-for-time-series-data-analysis/ weewx is meant to capture data from the weather station FIRST,

Re: [weewx-user] Re: debconf not found, but its there

2023-09-11 Thread Warren Gill
Try this one: http://weewx.com/docs/redhat.htm On Mon, Sep 11, 2023 at 6:17 PM eric greenwade wrote: > Sorry to be so dense, but the RH like instruction: > > For Red Hat, CentOS, Fedora, see: > http://weewx.com/docs/latest/redhat.htm > > produce a 404 error. > > (as do the debian and suse

Re: [weewx-user] Re: Separate weewx.log file -- instructions/suggestions all over the place

2023-08-17 Thread Warren Gill
I just skip all that and use: journalctl -xe -u weewx On Wed, Aug 16, 2023 at 1:37 PM messyp...@gmail.com wrote: > https://github.com/weewx/weewx/wiki/logging > Followed the instr above and while it's probably the best so far, my > current server, Linux OPI5B 5.10.110-rockchip-rk3588 #1.0.2

Re: [weewx-user] rsync: host key verification failed - problem

2023-07-20 Thread Warren Gill
I took all the file transfer bits out of weewx and just run the rsync command in a crontab. It seems more reliable, and easier to troubleshoot. On Thu, Jul 20, 2023 at 3:06 PM Tomasz Lewicki wrote: > rsync: host key verification failed > > Dear Weewx users. > > I'm trying to send files

Re: [weewx-user] Re: ft0345 weather station with weewx

2023-06-09 Thread Warren Gill
If this ft0345 is not on the weewx supported hardware list , you will have to find, or write, a driver for it. Perhaps you can find the wiki page helpful. On Fri, Jun 9, 2023 at 9:05 AM Mohammed Buti wrote: > can any one

Re: [weewx-user] OSError: [Errno 113] Aucun chemin d'accès pour atteindre l'hôte cible

2023-03-08 Thread Warren Gill
It's very easy to make a backup, including all your customizations and database, store them offsite, and restore on top of a new installation (as long as they are the same weewx version) Check https://weewx.com/docs/usersguide.htm#backup for details On Wed, Mar 8, 2023 at 1:48 PM vince wrote: >

Re: [weewx-user] Lightsail AWS

2023-02-21 Thread Warren Gill
On Tue, Feb 21, 2023 at 9:36 PM Warren Gill wrote: > You do not need Amazon Lightsail to host your weewx pages; while it's > cheap (something less than $4/mo for a simple web server). > Instead you can just upload your html and image files to Amazon S3 (follow > the link y

Re: [weewx-user] Lightsail AWS

2023-02-21 Thread Warren Gill
You do not need Amazon Lightsail to host your weewx pages; while it's cheap (something less than $4/mo for a simple web server). Instead you can just upload your html and image files to Amazon S3 (follow the link you suggested) and point a Cloudfront service to them, for like $0.11/mo (yes, 11

Re: [weewx-user] upgrade path

2023-02-20 Thread Warren Gill
That's a lot of things to upgrade! I practiced on a virtual machine first, so I could gain some confidence in the process, migrate my customizations, and be sure not to lose any data. There were some gotcha's on the skins side (they are documented in the upgrade guide) but the data come through

Re: [weewx-user] Outputting Max and min daily temperatures over MQTT

2023-02-08 Thread Warren Gill
You can create a weewx template that outputs the statistics as a JSON file, then setup a REST sensor in your homeassistant config. You can set the scan interval to update more or less frequently. For me this seems more efficient than putting them in MQTT (which I also do with loop packets). My

Re: [weewx-user] Lose connection to data until reboot

2022-09-20 Thread Warren Gill
If you have the Vantage Pro2 Console, you can use the add-on data logger expansion module to connect directly by USB. https://www.davisinstruments.com/products/weatherlink-windows-usb I use the Wireless Weather Envoy, which bypasses the console and connects by radio to the station, and USB to

Re: [weewx-user] Re: FTP failure

2022-09-15 Thread Warren Gill
You will probably find (as I have) that rsync works *much* better than FTP. The protocol is cleaner and more secure. The biggest benefit is that rsync sends only the bits that changed, instead of ALL the bits. That means the connection doesn't have to stay active as long, and you transfer a

Re: [weewx-user] $month($months_ago=1) broken?

2022-04-03 Thread Warren Gill
{ "month": 8.5°C }, > { "month": 5.7°C }, > { "month": 0.5°C }, > { "month": -1.2°C }, > { "month": -4.0°C }, > { "month": -4.0°C }, > { "month": -7.7°C }, > > What is the template /etc/weewx/skins/Seasons/curve

[weewx-user] $month($months_ago=1) broken?

2022-04-03 Thread Warren Gill
If I add the month aggregation to my templates, Cheetah chokes. #for $m in $range(12) { "month": $month($months_ago=$m).outTemp.min }, #end for Produces the following error: Apr 03 13:07:04 weather python2[21603]: wee_reports[21603] ERROR weewx.cheetahgenerator: Evaluation of template