Re: [weewx-user] weedb.OperationalError: no such function: RADIANS

2022-11-24 Thread Chris Nelson
Thanks Tom. As you suspected... $ python -c "import sqlite3; sqlite3.connect(':memory:').execute('SELECT RADIANS(1.0)')" Traceback (most recent call last): File "", line 1, in sqlite3.OperationalError: no such function: RADIANS $ python3 -c "import sqlite3;

[weewx-user] voice message atis/awos

2022-11-24 Thread Agustin Rubiños
Hi, does anyone have experience integrating weewx with a voice assistant engine so that it transmits the temperature, dew point, speed and direction of the wind through a voice message? -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To

Re: [weewx-user] How to specify a binding in $getVar()?

2022-11-24 Thread bell...@gmail.com
When I have any of the WeeWX tags ($day, outTemp, etc.) in a variable, I do something like this. #set $time_period = "$day" #set $observation = "outTemp" #set $source = "" + $time_period + "(data_binding='wx_binding')." + $observation + ".max" #include source = $source Note, it can make

[weewx-user] Re: Calculating rain delta

2022-11-24 Thread bell...@gmail.com
Gary, Thanks. I did mean 4.2 (wind and 4.9 is on my mind). I passed the info along. rich On Wednesday, 16 November 2022 at 17:41:32 UTC-5 gjr80 wrote: > I'm guessing by 4.9.2 you really meant 4.2.0? Support for StdWXCalculate > calculation > of deltas was added in v4.2.0, but the necessary

Re: [weewx-user] weedb.OperationalError: no such function: RADIANS

2022-11-24 Thread Tom Keffer
I've had the same problem on the Mac. Apparently, there are modern sqlite3 libraries out there that were not compiled with the DSQLITE_ENABLE_MATH_FUNCTIONS option. To test, run this: *python -c "import sqlite3; sqlite3.connect(':memory:').execute('SELECT RADIANS(1.0)')"* If you get the error

Re: [weewx-user] weedb.OperationalError: no such function: RADIANS

2022-11-24 Thread Chris Nelson
Hum... I still have the problem. I've read the Version 4.9.0 available and weedb.OperationalError: no such function: RADIANS

Re: [weewx-user] Re: windGust no longer recorded (but appears in LOOP) - GW2000 station

2022-11-24 Thread Pascal Hingamp
Many thanks for taking the time to help me get this mess ironed out :) Indeed I forgot to mention that a problem with the wind sensor is ruled out since I can read the values on the GW2000 module direct web interface (and the normal non gust values were indeed looped and recorded fine, just

Re: [weewx-user] Neowx skin sample site [3]

2022-11-24 Thread Copain
Hi Rory Your site is interesting indeed. I have also started to work on NeoWX, but do not have experience with bootstrap 4. Like Rainer Lang and Artvd, I would be interested in your Stats and Ephemeris templates together with any special css code you may have included. Unfortunately the

Re: [weewx-user] Is there a way to suppress LOOP entries in the stdout from WeeWX?

2022-11-24 Thread 'steepleian' via weewx-user
  Vince,Watch this space. We are writing a weewx / skin admin page to go with the successor of weewx-Weather34. I am sure that this could be adapted to be portable for the greater good of the WeeWX universe.IanSent from my iPhoneOn 23 Nov 2022, at 21:31, vince wrote:Mine is 

Re: [weewx-user] MQTT sampling frequency

2022-11-24 Thread jterr...@gmail.com
In the* [[MQTT]]* section of weewx.conf, you have to set the binding correctly : *binding = loop* or *binding = loop, archive* if you want both loop and archive data to be sent by mqtt (used by belchertown skin for exemple) Le mercredi 23 novembre 2022 à 13:26:33 UTC+1, tke...@gmail.com a