Re: [weewx-user] weewx.service: Failed with result 'exit-code'

2024-05-01 Thread Marco Citossi
Hi vince! sestatus gives disabled... Il giorno mercoledì 1 maggio 2024 alle 01:57:29 UTC+2 vince ha scritto: > Marco are you running with selinux in enforcing mode ? Can you check for > selinux errors in your logs or perhaps temporarily run with selinux > disabled to see if that helps ? > > So

Re: [weewx-user] Sunshine Duration

2024-05-01 Thread Ton vanN
Looking for a 'proven' calculation for sunshineduration as element of WeeWX, see https://github.com/Jterrettaz/sunduration Shown solution linked to Davis Vantage_Pro. Different sensors may induce difference in results: any experiences if linked to Weatherflow_Tempest? Op zaterdag 26 maart 2022 om

Re: [weewx-user] Re: Remove/update archive (history) data

2024-05-01 Thread Tom Keffer
Perhaps you're looking at an old HTML file? If you delete them all, weewx will regenerate at the next reporting cycle using the new data. On Tue, Apr 30, 2024 at 10:19 PM 'Tomasz Lewicki' via weewx-user < weewx-user@googlegroups.com> wrote: > OK, sorry for a noise. I found instructions on the wik

Re: [weewx-user] No primary key on archive

2024-05-01 Thread Tom Keffer
But, there is a primary key: field dateTime. It should be defined as "INTEGER NOT NULL UNIQUE PRIMARY KEY". You're not seeing that? On Tue, Apr 30, 2024 at 9:39 PM Clay Jackson wrote: > I'm importing weewx data from a mariadb database to a percona xtradb and > it has strict primary key enforc

Re: [weewx-user] Sunshine Duration

2024-05-01 Thread 'Werner Krenn' via weewx-user
see my extension sunrainduration.py on https://github.com/WernerKr/weewx-weatherlinkliveudp/tree/master/bin/user Supports rain_duration too (and for two stations like Davis VantagePro and Davis VUE) Based on Jterrettaz extension Ton vanN schrieb am Mittwoch, 1. Mai 2024 um 12:21:35 UTC+2:

Re: [weewx-user] Sunshine Duration

2024-05-01 Thread jterr...@gmail.com
Yes, different sensors will induce difference in results. The formula used in my extension has been validated for the Davis radiation sensor with the following specifications : https://cdn.shopify.com/s/files/1/0515/5992/3873/files/6450_SS.pdf As far as I know, the Weatherflow Tempest has a ligh

Re: [weewx-user] Replacement for Vantage Pro 2

2024-05-01 Thread 'Daniel Rich' via weewx-user
Thanks again to everyone who replied for the responses and the advice. I went ahead and ordered a tune-up kit from Scaled Instruments, and while I was at it I picked up a new rain gauge to get something more reliable than my old double-bucket sensor. I also grabbed a replacement capacitor from

Re: [weewx-user] Sunshine Duration

2024-05-01 Thread n7uv...@gmail.com
When I hear "sunshine duration", I'm not sure whether that means the duration that the scary fiery (I live in PHX %^) ball of plasma is at and above the horizon (which is already provided under the Celestial tab) [image: Screenshot 2024-05-01 155959.png] or something about the total energy deliv

Re: [weewx-user] Replacement for Vantage Pro 2

2024-05-01 Thread n7uv...@gmail.com
Yeay! Good to know. I have a 10 yo Vantage 2 Pro wired, so no solar panel, but the sensor hub cover disintegrated and needed replacement, but that's it so far in its turbulent life! Cheers - Jon N7UV On Wednesday, May 1, 2024 at 3:27:52 PM UTC-7 Daniel Rich wrote: > Thanks again to everyone wh

[weewx-user] Re: No primary key on archive

2024-05-01 Thread 'Cameron D' via weewx-user
Some of the utilities for exporting data structure only declare the primary key in an ALTER TABLE at the end of the file. I never understood why. Not sure if it was phpmyadmin or mysql workbench. Mysqdump declares it differently again On Wednesday 1 May 2024 at 2:39:14 pm UTC+10 Clay Jackson

Re: [weewx-user] Sunshine Duration

2024-05-01 Thread Jacques Terrettaz
The "sunduration" extension is calculating the total time in a day when there is no clouds between the sun and the Davis radiation sensor. With clouds, the incoming radiation energy is much lower. The formula used in this extension calculates a threshold radiation value that depends on the dat

Re: [weewx-user] Sunshine Duration

2024-05-01 Thread jterr...@gmail.com
Jon, If you are interested at the theoretical maximum solar radiation, Weewx provides this value : *MaxSolarRad* . See https://weewx.com/docs/5.0/reference/weewx-options/stdwxcalculate/#maxsolarrad Le jeudi 2 mai 2024 à 08:27:07 UTC+2, Jacques Terrettaz a écrit : > The "sunduration" exte