Re: [weewx-user] LOOP try problem ...

2022-06-18 Thread mup...@gmail.com
I've changed to running on a RPi3 B.  It's back up and running, however, 
the LOOP error still exists.  After a time, however, I see that the system 
initializes and posts data again!  
NTP is running and keeping the time in sync, so I don't think it's a time 
issue.  To say I'm baffled, would be an understatement!


On Friday, June 17, 2022 at 9:51:00 PM UTC-7 Graham Eddy wrote:

> as tom noted, you need to configure the vp2 console device to 300 secs to 
> get reports each 5 mins (or change weewx.conf file to 1800 secs if every 30 
> mins sufficient)
>
> this would not cause the read errors on the vp2, so is off-topic, but 
> worth pointing out.
> cheers
>
>
> On 18 Jun 2022, at 2:23 pm, mup...@gmail.com  wrote:
>
> The archive interval in the configuration file (300) does not match the 
> station hardware interval (1800)
>
>
>

-- 
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 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/5600b17f-2367-4195-9a05-f730184db404n%40googlegroups.com.


[weewx-user] Re: summary reports on left or RSS

2022-06-18 Thread Mike S
Thanks. This did the trick. Though, for some reason, I actually had to do a 
drop daily first, then rebuild, as the rebuild just didn't quick kick it. 
It looks much better now!

On Saturday, June 18, 2022 at 3:54:38 PM UTC-6 gjr80 wrote:

> Hi,
>
> Your issue is most likely some bad or old data in the daily summaries. The 
> solution is to rebuild the daily summaries using the wee_database utility 
> . First stop 
> WeeWX and then use a command something like:
>
> $ wee_database --rebuild-daily
>
> Depending on your installation type and the directory you are in you may 
> need to prefix the command with sudo or include the full path to 
> wee_database (full path should/may only be required for a setup.py 
> install in which case the path is /home/weewx/bin).
>
> Gary
>
>
> On Sunday, 19 June 2022 at 07:35:48 UTC+10 Mike S wrote:
>
>> Hi - How are these summary reports made? 
>>
>> That is, on the left side of the weewx html page, there's 
>> daily/monthly/yearly summary for highs/lows etc. I've got it reporting a 
>> bad outside min temperature, which I know didnt occur. However when I look 
>> in (a copy of) /var/lib/weewx/weewx.sdb  - archive table and the outTemp I 
>> cannot find the value it reports. In fact, nothing comes within ~20 degrees 
>> of it. 
>> Im using DB browser for Sqlite on linux, and I've also scanned through 
>> using python/sqlite module. 
>>
>> I see the bad value on the page and the rss feed. Can any one point me in 
>> the right direction? I did delete the html/rss files from the server and 
>> let it regenerate it - still the same. 
>>
>

-- 
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 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/985cb39a-a6af-45cf-9846-5c281976e93fn%40googlegroups.com.


[weewx-user] Re: summary reports on left or RSS

2022-06-18 Thread gjr80
Hi,

Your issue is most likely some bad or old data in the daily summaries. The 
solution is to rebuild the daily summaries using the wee_database utility 
. First stop 
WeeWX and then use a command something like:

$ wee_database --rebuild-daily

Depending on your installation type and the directory you are in you may 
need to prefix the command with sudo or include the full path to 
wee_database (full path should/may only be required for a setup.py install 
in which case the path is /home/weewx/bin).

Gary


On Sunday, 19 June 2022 at 07:35:48 UTC+10 Mike S wrote:

> Hi - How are these summary reports made? 
>
> That is, on the left side of the weewx html page, there's 
> daily/monthly/yearly summary for highs/lows etc. I've got it reporting a 
> bad outside min temperature, which I know didnt occur. However when I look 
> in (a copy of) /var/lib/weewx/weewx.sdb  - archive table and the outTemp I 
> cannot find the value it reports. In fact, nothing comes within ~20 degrees 
> of it. 
> Im using DB browser for Sqlite on linux, and I've also scanned through 
> using python/sqlite module. 
>
> I see the bad value on the page and the rss feed. Can any one point me in 
> the right direction? I did delete the html/rss files from the server and 
> let it regenerate it - still the same. 
>

-- 
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 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/e38cb8a4-89ee-4a76-a20c-879b8c4b0b54n%40googlegroups.com.


[weewx-user] summary reports on left or RSS

2022-06-18 Thread Mike S
Hi - How are these summary reports made? 

That is, on the left side of the weewx html page, there's 
daily/monthly/yearly summary for highs/lows etc. I've got it reporting a 
bad outside min temperature, which I know didnt occur. However when I look 
in (a copy of) /var/lib/weewx/weewx.sdb  - archive table and the outTemp I 
cannot find the value it reports. In fact, nothing comes within ~20 degrees 
of it. 
Im using DB browser for Sqlite on linux, and I've also scanned through 
using python/sqlite module. 

I see the bad value on the page and the rss feed. Can any one point me in 
the right direction? I did delete the html/rss files from the server and 
let it regenerate it - still the same. 

-- 
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 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/296966cc-2e94-42d9-8dc9-3d0cbb7c1048n%40googlegroups.com.


[weewx-user] Re: Pressure keeps dropping from loop

2022-06-18 Thread bell...@gmail.com
Let me see if I can summarize your various posts. You are running the SDR 
driver and augmenting the data it captures with pressure via 
MQTTSubscribeService. The pressure is published frequently enough that it 
should be in every loop packet. You are uploading to Weather Underground 
using rapidfire. Because some of the packets do not have pressure data, 
there is nothing to upload (for more info see, 
https://github.com/weewx/weewx/wiki/Barometer,-pressure,-and-altimeter).
Without a log file it is hard to know why the pressure data is not being 
added.
You could try not using rapidfire. For a similar problem see, 
https://groups.google.com/g/weewx-user/c/e8jm-kZCB0E/m/bg3wn_TbAgAJ
Not sure this will work... You could run rtl_433 in a separate process 
(cron, service, etc.) and have it publish to MQTT. Then just run 
MQTTSubscribeDriver to get all of the data. Perhaps processing all of the 
data 'at once' to create the packet will eliminate the timing issues. 
rich

On Monday, 13 June 2022 at 20:56:28 UTC-4 kevi...@gmail.com wrote:

> I'm getting my pressure values via MQTT and the rest of my data 
> (temperature, humidity, wind, etc.) via SDR. When the MQTT and SDR packets 
> don't line up, the pressure get dropped and a null value gets sent to 
> Weather Underground.
>
> How can I stop this from happening?
>

-- 
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 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/58d8b677-556d-4cef-be84-d1c38f483857n%40googlegroups.com.


[weewx-user] weewx-sdr TFA pluviometer not parsed .

2022-06-18 Thread Pramod Visham
Hello !
After Andy helped me to integrate an Oregon sensor in my raspberry-pi meteo 
station , i've integrated 2 new Lacrosse sensors ( parsed out of the box in 
weewx-sdr ) .

Now I want to use a TFA pluviometer sensor  ( ref : 30.3233.01 ) 
 .
It is recognized by sdr_433 :




*time  : 2022-06-18 13:51:04model : TFA-Drop id: 
a9f99Battery   : 1Rain in MM: 32.512Integrity : 
CHECKSUM*

But the output in the weewx-sdr driver is not parsed .

* out: ['{"time" : "2022-06-18 07:04:34", "model" : "TFA-Drop", "id" : 
696217, "battery_ok" : 1, "rain_mm" : 29.210, "mic" : "CHECKSUM"}\n']*

Could someone help me write the parser ?

Thank you and sheers fron france !




-- 
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 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/f6a3d433-75ef-4763-8d0d-a495514e3eban%40googlegroups.com.