Re: [weewx-user] WS3500 - Only getting Station Name and Time/Date ???

2024-03-19 Thread Stefano
Hello, Anybody facing something similar ? I'm only getting "unrecognized parameter b'mac: '" and "unrecognized parameter fields=timezone,utc_offset,dst,date_sunrise,date_sunset'", "ignored parameter stationtype=EasyWeatherV1.5.2". Thank you for your help. On Tue, Mar 12, 2024 at 10:3

Re: [weewx-user] WS3500 - Only getting Station Name and Time/Date ???

2024-03-19 Thread Stefano
we can understand > your point. > On 19.03.2024 21:17, Stefano wrote: > > Hello, > > Anybody facing something similar ? I'm only getting "unrecognized > parameter b'mac: '" and "unrecognized parameter > fields=timezone,utc_offset,dst,date_su

Re: [weewx-user] MQTT from emoncms not going to weewx.sdb

2024-03-23 Thread Stefano
I'm absolutely not an expert on weewx, but have you tried maybe starting the Section with a letter instead of a number ? Maybe it's just invalid for one of the parsers ... And the last line of your log is a bit different than the rest of them: 1711203953: Received PINGREQ from MQTTSubscribe-3075

Re: [weewx-user] Ventus W830 or Ecowitt GW2000 help for Raspberry Pi

2024-03-28 Thread Stefano
Two things you need to adjust, based on that "command not found" error. The executable is not in the PATH system / user variable, so you can add to your users $HOME/.bash_provilfe export PATH="$PATH:/path/to/your/app/bin" Furthermore depending if you are on v4 or v5 the commands change to instal

[weewx-user] wmr300 on raspberry with error 110 operation timed out

2017-09-15 Thread stefano
Hi, i'm new user on raspberry pi 3 and weewx (and linux...) i configured raspberry with noobs ( os is raspbian , Linux raspberrypi 4.9.41-v7+) i also installed weewx 3.7.1 and apache2 i connect the station but in log i see error Caught WeeWxIOError: [Errno 110] Operation timed out the station se

[weewx-user] Re: wmr300 on raspberry with error 110 operation timed out

2017-09-17 Thread stefano
HI Miguel, in the link provided it is said to copy the file to user folder. 1. copy the attached wmr300x.py driver to the *user *folder really in /usr ? sorry but i'm a newbie in linux TNKS best regards! stefano > > -- You received this message because you are

[weewx-user] Re: wmr300 on raspberry with error 110 operation timed out

2017-09-17 Thread stefano
greats! it's workinkg! I had to clean the database because the wmr300 passed me data with year 2012 and 2010. another question: it's possible change the report generation frequency to 1 minute?In addition, the default skin is a bit bad ... are there already other ready-to-replace skin? THNKS

[weewx-user] cumulus real time file not created

2017-10-07 Thread stefano
hi, I installed the cumulus real time (CRT) extension 0.18 a few days ago on weewx 3.7.1 on raspberry, reconfigured the weewx.conf file and restarted weewx. the realtime.txt file was generated correctly (initially saved in the weewx html_root). yesterday I changed the path where realtime.txt is

[weewx-user] Re: cumulus real time file not created

2017-10-07 Thread stefano
the log says nothingI set debug = 1 and and i check log with tail -f / var / log / syslog Oct 7 19:40:14 raspberrypi weewx[4207]: manager: Added record 2017-10-07 19:40:00 CEST (1507398000) to database 'weewx.sdb' Oct 7 19:40:14 raspberrypi weewx[4207]: manager: Added record 2017-10-07

[weewx-user] Re: cumulus real time file not created

2017-10-07 Thread stefano
i cannot see anything that seem to be crt in log but with wee_extension --list i find Extension NameVersion Description crt 0.18 Emit a Cumulus realtime.txt for LOOP data. Oct 7 21:16:15 raspberrypi weewx[6352]: manager: Added record 2017-10-07 21:12:00 CEST (15074035

[weewx-user] Re: cumulus real time file not created

2017-10-07 Thread stefano
turday, October 7, 2017 at 3:26:22 PM UTC-4, stefano wrote: >> >> i cannot see anything that seem to be crt in log but with wee_extension >> --list i find >> Extension NameVersion Description >> crt 0.18 Emit a Cumulus realtime.txt for LOOP data

[weewx-user] Re: cumulus real time file not created

2017-10-07 Thread stefano
o i opened syslog file under var/log and bingo! ct 7 21:16:13 raspberrypi weewx[6348]: engine: Initializing weewx version 3.7.1 Oct 7 21:16:13 raspberrypi weewx[6348]: engine: Using Python 2.7.13 (default, Jan 19 2017, 14:48:08) #012[GCC 6.3.0 20170124] Oct 7 21:16:13 raspberrypi weewx[6

[weewx-user] Re: cumulus real time file not created

2017-10-09 Thread stefano
the weewx.conf file is the correct one because the ftp changes have been executed. I tried to change the realtime.txt file save path .. nothing; I tried to rewrite the variable "filename" from column 1 (and not aligned with the other variables and ... from the syslog the module was not even loa

[weewx-user] How to backup all the configuration files and database to a NAS or a ftp folder?

2017-07-16 Thread Stefano Rossi
Hello to everyone and, first of all, sorry for my bad english. I already read many threads where is explained how create a backup for the database but I can't understand how create it. It was a challenge (at least for me that I don't know how to program in linux) the installation of weewx and if

Re: [weewx-user] How to backup all the configuration files and database to a NAS or a ftp folder?

2017-07-17 Thread Stefano Rossi
ps://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fglennmckechnie%2Fweewx-sqlbackup&sa=D&sntz=1&usg=AFQjCNGAVdlgPlhyKk97vQh5JsRWdsVouA> > > A lot of questions for you but we need a starting point. > Yes, but this will be a big big help for me! Many thanks! > Cheers &

Re: [weewx-user] How to backup all the configuration files and database to a NAS or a ftp folder?

2017-07-18 Thread Stefano Rossi
> Given you lost 3 years of data, and not to give you false hope, but are > you sure it's actually gone? Just because the pi won't boot up doesn't > mean it's not there, and if it is it might (long shot) be okay; or not, but > you've got to check! You might be lucky. Have you checked the car

Re: [weewx-user] How to backup all the configuration files and database to a NAS or a ftp folder?

2017-07-22 Thread Stefano Rossi
> > > It might still be *possible* that the database can be recovered. I doubt > that Windows could make sense of a card formatted for Jessie. > > Are you able to boot a PC from a "live" desktop linux distro? > > Ideally that will be a PC you can dedicate to that task for a couple of > days. I (

[weewx-user] Re: Convert 60 seconds to 5 minute database

2017-09-28 Thread stefano siega
Hi all. I'm finally working on the database to reduce it. I converted the archive table to CSV and I started creating the functions to make the values ​​average. rain needs to be summed? rainRate needs to be summed? windDir needs to be averaged? windspeed needs to be averaged? The value inte

Re: [weewx-user] Re: Convert 60 seconds to 5 minute database

2017-09-29 Thread stefano siega
miss the latest information I asked for. Then I'll rebuild the database with te command wee_database --rebuild-daily. Il giorno venerdì 29 settembre 2017 00:42:45 UTC+2, Tom Keffer ha scritto: > > Hi, Stefano > > Since you wrote your original post, V3.7 came out, which

[weewx-user] Sun altitude at different date e time

2017-12-29 Thread stefano siega
Hi all, can you tell me how i have to use almanac to know the altitude of the sun at sun transit. I try: $almanac.sun.transit.alt and the result is an error: cheetahgenerator: Reason: cannot find 'alt' while searching for 'almanac.sun.transit.alt I also try: $almanac($almanac_time=$almanac

Re: [weewx-user] Sun altitude at different date e time

2017-12-30 Thread stefano siega
as well. I assume you found it by > poking around the source code? > > -tk > > On Fri, Dec 29, 2017 at 9:23 AM, stefano siega > wrote: > >> Hi all, >> can you tell me how i have to use almanac to know the altitude of the sun >> at sun transit. &g

[weewx-user] Sun altitude in graph

2017-12-31 Thread stefano siega
Hi all, I search a lot but I did not find anything. Is it possible to use non-database data to create charts in weewx? I want to use the almanac data to draw the graph of the altitude of the sun in the last 24 hours. -- You received this message because you are subscribed to the Google Groups

Re: [weewx-user] Incorrect wind data

2017-12-31 Thread stefano siega
I think I have found a problem concerning wind gusts. I have a Davis Vantage Pro2 and Weewx 3.7.1. I select loop_hilo=False and the windgust are not recorder in database! But, if I restart WEEWX with a new database, the old entries that are added to the database, contain the correct wingust data.

Re: [weewx-user] Sun altitude in graph

2017-12-31 Thread stefano siega
Unfortunately I'm not a programmer :( , but I experiment a lot. What can be the best approach? Add almanac data to a new database or edit imagegenerator to use non-database data? -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe fro

Re: [weewx-user] Incorrect wind data

2018-01-01 Thread stefano siega
m wrong in my analysis and you're using > hardware generation, let me know. > > Which begs the question: why not stick with the defaults? These two > options are for hardware that are not as capable as the Vantage. Leave them > at the defaults, and I'm betting your pr

[weewx-user] temperatures at specific date and time

2018-03-31 Thread stefano siega
I would like to know the temperature at a specific time and date. Something like: $(1490956200)outTemp.formatted or $(year_ago= 1).outTemp.formatted. I tried it over and over again but I could not make it work. How can I do? Thanks -- You received this message because you are subscribed

[weewx-user] Re: Steel Series Gauges and RealTime update - 2.5 second interval - how?

2017-06-07 Thread stefano siega
Hi I have integrated the update to 2.5 seconds for steelseries gauges using the same system that uses Mesowx. I read from mysql database just the values ​​that make sense to be updated every two seconds. All other values ​​are read in the gauge-data.txt file Here my page at 2.5 second update:

[weewx-user] Re: Driver SDR

2016-09-11 Thread stefano orsi
p 11 17:55:27 raspberrypi3 weewx[10623]: sdr: MainThread: lines=[] Sep 11 17:55:27 raspberrypi3 weewx[10623]: sdr: MainThread: err: [] Sep 11 17:55:27 raspberrypi3 weewx[10623]: engine: Main loop exiting. Shutting engine down. Sep 11 17:55:27 raspberrypi3 weewx[10623]: sdr: MainThread: shutdown proc

[weewx-user] Re: Driver SDR

2016-09-12 Thread stefano orsi
Hi Matt, thank for your fast replay. i don't use any further command to call rtl_433 I only add the class ThermoSensorPacket in sdr.py code The only declaration i made, was on weewx.conf with the lines: # The diver to use driver = user.sdr cmd = /usr/local/bin/rtl_433 Regards, St

[weewx-user] Letture mio sensore

2016-09-12 Thread Stefano Orsi
2016-09-11 15:27:11 : Thermo Sensor THR228N House Code: 111 Channel: 2 Battery: OK Temperature: 27.80 C e righe lette dl driver Sep 12 18:14:24 raspberrypi3 weewx[17236]: sdr: MainThread: pkt={'battery.2:111. OSTHR228NP

[weewx-user] Re: Driver SDR

2016-09-14 Thread stefano orsi
implement, if you desire in a new version of your sdr driver. Thank you so much for you patience. Regards, Stefano. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [weewx-user] Convert 60 seconds to 5 minute database

2016-10-30 Thread stefano siega
Someone can help me to do the correct select statement from database to mediate 5 entries to one and preserve max and min loop values? Many thanks -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving

[weewx-user] weewx runs, but produces lots of logging errors

2022-06-16 Thread Stefano Vittorio Porta
Hi everyone, I am new to weewx, however today I managed to get it to work (kind of) in an Alpine docker image that I'm preparing to use as an addon in Home Assistant. Right now with a Simulator station (as I'm waiting for mine to arrive) I get in the logs all the data that the station produces,

[weewx-user] Re: weewx runs, but produces lots of logging errors

2022-06-23 Thread Stefano Vittorio Porta
Yup, it looks like it is indeed syslog which was missing. Unfortunately I will have to run it in homeassistant which uses s6 as base image and it doesn't support syslog. Is there any way to disable syslog logging and redirect it to the console? Il giorno giovedì 16 giugno 2022 alle 23:37:34 UTC+

Re: [weewx-user] Re: weewx runs, but produces lots of logging errors

2022-06-25 Thread Stefano Vittorio Porta
ing that more people could need! Anyway, I'm happy for a solution way simpler than I imagined. Have a great weekend! ~ Stefano Il giorno venerdì 24 giugno 2022 alle 22:44:41 UTC+2 tke...@gmail.com ha scritto: > Unfortunately, that wiki example is also wrong. The default is to log to