Re: [weewx-user] Re: Error with weewx-SteelSeries skin

2024-01-21 Thread Remy Lavabre
Hello Gary and thank you for your response. I have put all the fields in my database below : [image: WX1.png] [image: WX2.png] [image: WX3.png] [image: WX4.png] Indeed the error perhaps comes from this side because I deleted fields which were useless to me and added others...*However I do no

Re: [weewx-user] Slow Report Generation after Upgrade from 4.10.2 to 5..0

2024-01-21 Thread Tom Keffer
Make sure that appTemp appears in the [StdWXCalculate] section of your weewx.conf: [StdWXCalculate] [[Calculations]] ... appTemp = prefer_hardware Also, try running weewxd from the command line and see if appTemp is printed in the LOOP packets and archive records. On Sat, Ja

[weewx-user] Re: Different time for report generation and sending to website via rsync?

2024-01-21 Thread Tomasz Lewicki
Thank you, this is exactly what I was looking for :) sobota, 20 stycznia 2024 o 21:48:57 UTC+1 bell...@gmail.com napisał(a): > Checkout, http://www.weewx.com/docs/5.0/custom/report-scheduling/ > > On Saturday 20 January 2024 at 15:37:10 UTC-5 Tomasz Lewicki wrote: > >> Hello Weewx users. >> >> I'

[weewx-user] StdCalibrate math question

2024-01-21 Thread Steve2Q
I have a calibration curve for my outdoor humidity sensor that includes division and an exponent. The formula is : OutHumidity = 92.2/(1+(1/(OutHumididty/64.6)^3.47)) Can this be handled by StdCalibrate? -- You received this message because you are subscribed to the Google Groups "weewx-user"

[weewx-user] weewx and void linux

2024-01-21 Thread Δημήτρης Βήχος
tried to run weewx 5.0 in void linux with runit . with git instalation. instalation its very easy and fast, but weewx never start .running at the end "python3 ~/weewx/src/weewxd.py" tells me "unknown file system" in terminal. -- You received this message because you are subscribed to the Goo

Re: [weewx-user] StdCalibrate math question

2024-01-21 Thread Tom Keffer
Yes, of course. Just substitute "**" for "^" so it's a Python expression. Or, use the math function pow(). On Sun, Jan 21, 2024 at 8:14 AM Steve2Q wrote: > I have a calibration curve for my outdoor humidity sensor that includes > division and an exponent. The formula is : OutHumidity = > 92.2/(1

[weewx-user] Driver permission error when starting Weewx

2024-01-21 Thread Tomasz Lewicki
I got problem with running Weewx with old/new station. Recently I bought new station and moved it to previous remote location. Old station will be installed in my home. It is clone of FineOffset HP1000 so both HP1000 driver from AussieSusan (https://github.com/AussieSusan/HP1000) and Intercepto

Re: [weewx-user] weewx and void linux

2024-01-21 Thread Tom Keffer
That's not much information, but sounds like an operating system issue. Unless you're a void Linux expert, perhaps you should use a more standard OS? On Sun, Jan 21, 2024 at 8:52 AM Δημήτρης Βήχος wrote: > tried to run weewx 5.0 in void linux with runit . > with git instalation. > instalation i

[weewx-user] Re: Driver permission error when starting Weewx

2024-01-21 Thread matthew wall
On Sunday, January 21, 2024 at 12:23:34 PM UTC-5 Tomasz Lewicki wrote: Jan 21 18:14:17 FR24 weewxd[14285]: INFO weewx.engine: Loading station type Interceptor (user.interceptor) Jan 21 18:14:17 FR24 weewxd[14285]: INFO user.interceptor: driver version is 0.60 Jan 21 18:14:17 FR24 weewxd[14285

[weewx-user] Re: weewx and void linux

2024-01-21 Thread matthew wall
On Sunday, January 21, 2024 at 11:52:44 AM UTC-5 hobbyl...@gmail.com wrote: tried to run weewx 5.0 in void linux with runit . with git instalation. instalation its very easy and fast, but weewx never start .running at the end "python3 ~/weewx/src/weewxd.py" tells me "unknown file system" in te

[weewx-user] Interceptor - Parse failed for ... Dictionary update sequence element #0...

2024-01-21 Thread Cory Verellen
This is a new one I've not seen. Just updated (accidentally) to 5.0.0 via automatic update script. Oops, forgot I shouldn't do that with weewx. OK, let's see if I can fix this Running Belchertown, and got the DB issue sorted. Now this Jan 21 10:00:26 weather weewxd[2883]: ERROR user.interce

[weewx-user] Re: Interceptor - Parse failed for ... Dictionary update sequence element #0...

2024-01-21 Thread Cory Verellen
Fixed though I'm not sure why/how/what changed to break interceptor. Here's the fix: in interceptor.py you need to strip out the leading '&' in the url being parsed. Add s=s.lstrip('&') def _cgi_to_dict(s): s=s.lstrip('&') if '=' in s: return dict([y.strip() for y in x.split('=

[weewx-user] weewx.drivers.vantage: Socket error while opening port 22222

2024-01-21 Thread Ed Surowiec
I am having trouble getting weewx to connect to my WeatherLink Live ethernet box. I am able to connect to the WeatherLink Live using a browser and also using netcat to port 2 from the raspberry pi I have weewx installed on. Here is the error. Any help would be appreciated. Jan 21 13:

Re: [weewx-user] StdCalibrate math question

2024-01-21 Thread Graham Eddy
it is worth noting and perhaps documenting that python builtin functions can be used in StdCalibrate expressions ⊣GE⊢ > On 22 Jan 2024, at 4:19 am, Tom Keffer wrote: > > Yes, of course. Just substitute "**" for "^" so it's a Python expression. Or, > use the math function pow(). > > On Sun, Ja

Re: [weewx-user] StdCalibrate math question

2024-01-21 Thread Tom Keffer
It is documented. *expression* is a valid Python expression involving any observation types > in the same record, or functions in the math module > . https://www.weewx.com/docs/5.0/reference/weewx-options/stdcalibrate/#corrections On Sun, Jan 21, 202

[weewx-user] Re: HP1000 Driver Problems discovered

2024-01-21 Thread Susan Mackay
I'm not sure what happened but I did reply to this topic a few days ago with an explanation of what was happening. So here I go again Firstly - please DON'T delete the historical records from the console. While that does get WeeWx to again read the current data, it is not necessary given th

Re: [weewx-user] weewx.drivers.vantage: Socket error while opening port 22222

2024-01-21 Thread John Smith
On Mon, 22 Jan 2024 at 08:13, Ed Surowiec wrote: > I am having trouble getting weewx to connect to my WeatherLink Live > ethernet box. I am able to connect to the WeatherLink Live using a browser > and also using netcat to port 2 from the raspberry pi I have weewx > installed on. Here is th

[weewx-user] Re: Running Ecowitt Gateway Driver bith as a driver and a service at the same time?

2024-01-21 Thread 'michael.k...@gmx.at' via weewx-user
Here is what I've observed, I can't tell if everything is an issue or if it is working as designed. (What I am trying to achieve, I will post in another reply) I've configured an instance which reads from one GW2000 device (receiving from a WS68 sensor array) configured as driver, and another G

[weewx-user] Aucrite sensor stopped working - does it need re-registration?

2024-01-21 Thread ken.r...@gmail.com
I setup Weewx 3.9.1 about 6yrs ago when Acurite dropped support for their SmartHub, and haven't upgraded since. Recently I moved home and lost a sensor in one of the packing boxes and then found it again after the battery had been flat for almost 6 months. It displays temperature and humidity a