[weewx-user] SteelSeries Gauges rain rate problem

2024-03-02 Thread davide verdicchio
I have a problem with the SteelSeries Gauges 2.7.6 application. On the rain 
rate graph it says mm but the measurement is in inches. How can I solve the 
problem?


-- 
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/51a3c179-6172-4b02-b417-9a7ee9a787b4n%40googlegroups.com.


[weewx-user] Re: SteelSeries Gauges rain rate problem

2024-03-02 Thread gjr80
So which one is correct? If the plots are correct what are you using to 
generate gauge-data.txt?

Gary

On Saturday 2 March 2024 at 20:51:34 UTC+10 davideverd...@gmail.com wrote:

> I have a problem with the SteelSeries Gauges 2.7.6 application. On the 
> rain rate graph it says mm but the measurement is in inches. How can I 
> solve the problem?
>
>
>

-- 
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/a92468da-17c9-4dd3-9a02-4490b8ad06ebn%40googlegroups.com.


[weewx-user] Test - Please ignore

2024-03-02 Thread 'Jon Fear' via weewx-user
Please ignore this message. I have had to rebuild my mailserver and I am 
testing why I am not seeing much from groups...

Jon 

-- 
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/ab655f6e-62df-4bb0-9190-b4b6833b99e8n%40googlegroups.com.


[weewx-user] Re: SteelSeries Gauges rain rate problem

2024-03-02 Thread davide verdicchio
The rain rate indicator and graph is in inch/hr but in reality it should be 
mm/h!

Il giorno sabato 2 marzo 2024 alle 12:37:50 UTC+1 gjr80 ha scritto:

> So which one is correct? If the plots are correct what are you using to 
> generate gauge-data.txt?
>
> Gary
>
> On Saturday 2 March 2024 at 20:51:34 UTC+10 davideverd...@gmail.com wrote:
>
>> I have a problem with the SteelSeries Gauges 2.7.6 application. On the 
>> rain rate graph it says mm but the measurement is in inches. How can I 
>> solve the problem?
>>
>>
>>

-- 
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/f28713f8-017a-4803-808b-626e7afd4d41n%40googlegroups.com.


Re: [weewx-user] weewx v5.0.1 upgrade problem

2024-03-02 Thread tarob...@gmail.com
This solved my problem, adding user ‘weewx’ to the ‘plugdev’ group using 
the usermod command.

'sudo usermod -aG plugdev weewx'

On Tuesday, February 6, 2024 at 10:23:15 AM UTC-5 matthew wall wrote:

> when you install rtl-sdr, it typically, but not always, installs udev 
> rules for *many* sdr devices.  the udev rules that it installs make it 
> possible for anyone in the 'plugdev' group to read/write to the sdr 
> device.  (this is true when you install rtl-sdr from source - if you 
> install rtl-sdr from a deb/rpm package, it might be different - anyone with 
> this configuration please let us know)
>
> weewx v4 runs as root:root, so it has access to the sdr device no matter 
> what the udev rules might be
>
> weewx v5 runs as weewx:weewx (for a deb/rpm install) or as a regular 
> non-root user (for pip installs).  so udev rules are required.
>
> btw, weewx 5.0.1 *always* converts to weewx:weewx, whereas 5.0.0 did not 
> (it would continue to run as root - we changed in 5.0.1 because overall 
> security and best practice)
>
> the udev rules installed by rtl-sdr will not help for a deb/rpm install, 
> since the user 'weewx' is not in the plugdev group.  you can either added 
> the user weewx to the plugdev group, or modify the udev rules to use 
> 'weewx' instead of 'plugdev' as the group.  this is how to do the former:
>
> sudo usermod -aG plugdev weewx
>
> for a pip install, be sure that the user running weewx is in the 'plugdev' 
> group.
>
> restart of the weewxd daemon is almost certainly required so that the 
> daemon process has the right group.  reboot is not necessary.
>
> m
>

-- 
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/c37d5d14-ba2e-4c5e-a05e-e924e6094f72n%40googlegroups.com.


[weewx-user] Anyone successfully running weewx with weewx-sdr?

2024-03-02 Thread Charlie T
I have a mystery problem.*weewx *runs fine in simulator mode and 
updates the html file regularly.  When I switch to using *weewx-sdr* I can 
see weewx call rtl_433 but the html file stops updating.  No errors posted 
in the *messages *file as shown below.  I'm thinking this is a 
configuration issuesomewhere?

/var/log/messages:

Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Initializing 
weewxd version 5.0.2
Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Command line: 
/usr/share/weewx/weewxd.py /etc/weewx/weewx.conf
Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Using Python 
3.9.2 (default, Mar 12 2021, 04:06:34) #012[GCC 10.2.1 20210110]
Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Located at 
/usr/bin/python3
Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Platform 
Linux-6.1.21-v7+-armv7l-with-glibc2.31
Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Locale: 
'en_US.UTF-8'
Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Entry path: 
/usr/share/weewx/weewxd.py
Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: WEEWX_ROOT: 
/etc/weewx
Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Configuration 
file: /etc/weewx/weewx.conf
Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: User module: 
/etc/weewx/bin/user
Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Debug: 1
Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.engine: Loading 
station type SDR (user.sdr)
Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO user.sdr: driver version is 
0.87
Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO user.sdr: model is SDR
Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO user.sdr: sensor map is {}
Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO user.sdr: deltas is 
{'rain': 'rain_total', 'strikes': 'strikes_total'}
Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO user.sdr: startup process 
'rtl_433 -M utc -F json -R 40'
Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.engine: StdConvert 
target unit is 0x1
Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.wxservices: 
StdWXCalculate will use data binding wx_binding
Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.engine: Archive will 
use data binding wx_binding
Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.engine: Record 
generation will be attempted in 'hardware'
Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.engine: Using archive 
interval of 300 seconds (specified in weewx configuration)
Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: 
StationRegistry: Registration not requested.
Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: Wunderground: 
Posting not enabled.
Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: PWSweather: 
Posting not enabled.
Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: CWOP: Posting 
not enabled.
Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: WOW: Posting 
not enabled.
Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: AWEKAS: 
Posting not enabled.
pi@raspberrypi:/var/log $ 



-- 
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/0c5c7422-5459-4bc1-a210-12790a844dddn%40googlegroups.com.


[weewx-user] Re: Anyone successfully running weewx with weewx-sdr?

2024-03-02 Thread an oldman
yes
fedora 36
*WeeWX version: 5.0.2*
*Seasons version: 5.0.2*
*Python version: 3.10.11*
had to add weewx user to rtlsdr group so weewx could use it

On Saturday, March 2, 2024 at 9:42:14 AM UTC-6 Charlie T wrote:

> I have a mystery problem.*weewx *runs fine in simulator mode and 
> updates the html file regularly.  When I switch to using *weewx-sdr* I 
> can see weewx call rtl_433 but the html file stops updating.  No errors 
> posted in the *messages *file as shown below.  I'm thinking this is a 
> configuration issuesomewhere?
>
> /var/log/messages:
>
> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Initializing 
> weewxd version 5.0.2
> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Command line: 
> /usr/share/weewx/weewxd.py /etc/weewx/weewx.conf
> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Using Python 
> 3.9.2 (default, Mar 12 2021, 04:06:34) #012[GCC 10.2.1 20210110]
> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Located at 
> /usr/bin/python3
> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Platform 
> Linux-6.1.21-v7+-armv7l-with-glibc2.31
> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Locale: 
> 'en_US.UTF-8'
> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Entry path: 
> /usr/share/weewx/weewxd.py
> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: WEEWX_ROOT: 
> /etc/weewx
> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Configuration 
> file: /etc/weewx/weewx.conf
> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: User module: 
> /etc/weewx/bin/user
> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Debug: 1
> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.engine: Loading 
> station type SDR (user.sdr)
> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO user.sdr: driver version 
> is 0.87
> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO user.sdr: model is SDR
> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO user.sdr: sensor map is {}
> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO user.sdr: deltas is 
> {'rain': 'rain_total', 'strikes': 'strikes_total'}
> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO user.sdr: startup process 
> 'rtl_433 -M utc -F json -R 40'
> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.engine: StdConvert 
> target unit is 0x1
> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.wxservices: 
> StdWXCalculate will use data binding wx_binding
> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.engine: Archive will 
> use data binding wx_binding
> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.engine: Record 
> generation will be attempted in 'hardware'
> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.engine: Using 
> archive interval of 300 seconds (specified in weewx configuration)
> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: 
> StationRegistry: Registration not requested.
> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: Wunderground: 
> Posting not enabled.
> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: PWSweather: 
> Posting not enabled.
> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: CWOP: Posting 
> not enabled.
> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: WOW: Posting 
> not enabled.
> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: AWEKAS: 
> Posting not enabled.
> pi@raspberrypi:/var/log $ 
>
>
>
>

-- 
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/01a90277-f860-438d-a497-efd594a88b50n%40googlegroups.com.


[weewx-user] Re: Anyone successfully running weewx with weewx-sdr?

2024-03-02 Thread Tom Keffer
You should check /var/log/syslog, not /var/log/messages. The latter usually 
does not include debug messages.)

This is almost surely a permissions problem. There are many threads on this 
topic. For example, this one 
. In that case, 
adding user weewx to group "plugdev" solved the problem:

*sudo usermod -aG plugdev weewx*


Also, see  the wiki article *Understanding permissions 
*. Pay 
particular attention to the section *How to fix device permissions 
.*


On Saturday, March 2, 2024 at 7:55:04 AM UTC-8 an oldman wrote:

> yes
> fedora 36
> *WeeWX version: 5.0.2*
> *Seasons version: 5.0.2*
> *Python version: 3.10.11*
> had to add weewx user to rtlsdr group so weewx could use it
>
> On Saturday, March 2, 2024 at 9:42:14 AM UTC-6 Charlie T wrote:
>
>> I have a mystery problem.*weewx *runs fine in simulator mode and 
>> updates the html file regularly.  When I switch to using *weewx-sdr* I 
>> can see weewx call rtl_433 but the html file stops updating.  No errors 
>> posted in the *messages *file as shown below.  I'm thinking this is a 
>> configuration issuesomewhere?
>>
>> /var/log/messages:
>>
>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Initializing 
>> weewxd version 5.0.2
>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Command line: 
>> /usr/share/weewx/weewxd.py /etc/weewx/weewx.conf
>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Using Python 
>> 3.9.2 (default, Mar 12 2021, 04:06:34) #012[GCC 10.2.1 20210110]
>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Located at 
>> /usr/bin/python3
>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Platform 
>> Linux-6.1.21-v7+-armv7l-with-glibc2.31
>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Locale: 
>> 'en_US.UTF-8'
>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Entry path: 
>> /usr/share/weewx/weewxd.py
>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: WEEWX_ROOT: 
>> /etc/weewx
>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Configuration 
>> file: /etc/weewx/weewx.conf
>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: User module: 
>> /etc/weewx/bin/user
>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Debug: 1
>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.engine: Loading 
>> station type SDR (user.sdr)
>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO user.sdr: driver version 
>> is 0.87
>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO user.sdr: model is SDR
>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO user.sdr: sensor map is {}
>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO user.sdr: deltas is 
>> {'rain': 'rain_total', 'strikes': 'strikes_total'}
>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO user.sdr: startup process 
>> 'rtl_433 -M utc -F json -R 40'
>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.engine: StdConvert 
>> target unit is 0x1
>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.wxservices: 
>> StdWXCalculate will use data binding wx_binding
>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.engine: Archive 
>> will use data binding wx_binding
>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.engine: Record 
>> generation will be attempted in 'hardware'
>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.engine: Using 
>> archive interval of 300 seconds (specified in weewx configuration)
>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: 
>> StationRegistry: Registration not requested.
>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: 
>> Wunderground: Posting not enabled.
>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: PWSweather: 
>> Posting not enabled.
>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: CWOP: 
>> Posting not enabled.
>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: WOW: Posting 
>> not enabled.
>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: AWEKAS: 
>> Posting not enabled.
>> pi@raspberrypi:/var/log $ 
>>
>>
>>
>>

-- 
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/a4a1fb7f-10f6-459f-8677-b86e8b4c7fadn%40googlegroups.com.


Re: [weewx-user] Test - Please ignore

2024-03-02 Thread Chuck Rhode
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sat, 2 Mar 2024 04:42:09 -0800 (PST)
"'Jon Fear' via weewx-user"  wrote:

> Please ignore this message. I have had to rebuild my mailserver and I
> am testing why I am not seeing much from groups...

Ignorance is bliss!

You may be aware (or not) that Google recently dropped USENET traffic
from Google Groups.  Depending on your Groups subscriptions, this may
(or may not) have been a significant portion of your Groups traffic.

On the uk.rec.motorcycles USENET news group, the policy shift brought
an immediate blissful relief from spam by GMail-based dope dealers.

- -- 
.. Be Seeing You,
.. Chuck Rhode, Sheboygan, WI, USA
.. Weather:  http://LacusVeris.com/WX
.. 44° — Wind SSW 10 mph

-BEGIN PGP SIGNATURE-

iF0EARECAB0WIQT+MY/5I/LMPSswTbVg2/xipKOWUgUCZeNQLgAKCRBg2/xipKOW
UgdYAJ4+v7LlHxtlUXb2xqqGzn/S7DW4oQCdEDGILfz4lE/aHTEFN6QeywCKo3o=
=wUJl
-END PGP SIGNATURE-

-- 
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/20240302101333.3a0b1d94%40BigTimber.LacusVeris.com.


[weewx-user] Re: Anyone successfully running weewx with weewx-sdr?

2024-03-02 Thread Charlie T
OK...well that's strange.  */var/log/syslog* is NOT updating.  Even with a 
"chmod 777 syslog"...still no updates to syslog.

-Charlie


On Saturday, March 2, 2024 at 9:57:05 AM UTC-6 Tom Keffer wrote:

> You should check /var/log/syslog, not /var/log/messages. The latter 
> usually does not include debug messages.)
>
> This is almost surely a permissions problem. There are many threads on 
> this topic. For example, this one 
> . In that case, 
> adding user weewx to group "plugdev" solved the problem:
>
> *sudo usermod -aG plugdev weewx*
>
>
> Also, see  the wiki article *Understanding permissions 
> *. Pay 
> particular attention to the section *How to fix device permissions 
> .*
>
>
> On Saturday, March 2, 2024 at 7:55:04 AM UTC-8 an oldman wrote:
>
>> yes
>> fedora 36
>> *WeeWX version: 5.0.2*
>> *Seasons version: 5.0.2*
>> *Python version: 3.10.11*
>> had to add weewx user to rtlsdr group so weewx could use it
>>
>> On Saturday, March 2, 2024 at 9:42:14 AM UTC-6 Charlie T wrote:
>>
>>> I have a mystery problem.*weewx *runs fine in simulator mode and 
>>> updates the html file regularly.  When I switch to using *weewx-sdr* I 
>>> can see weewx call rtl_433 but the html file stops updating.  No errors 
>>> posted in the *messages *file as shown below.  I'm thinking this is a 
>>> configuration issuesomewhere?
>>>
>>> /var/log/messages:
>>>
>>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Initializing 
>>> weewxd version 5.0.2
>>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Command line: 
>>> /usr/share/weewx/weewxd.py /etc/weewx/weewx.conf
>>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Using Python 
>>> 3.9.2 (default, Mar 12 2021, 04:06:34) #012[GCC 10.2.1 20210110]
>>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Located at 
>>> /usr/bin/python3
>>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Platform 
>>> Linux-6.1.21-v7+-armv7l-with-glibc2.31
>>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Locale: 
>>> 'en_US.UTF-8'
>>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Entry path: 
>>> /usr/share/weewx/weewxd.py
>>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: WEEWX_ROOT: 
>>> /etc/weewx
>>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Configuration 
>>> file: /etc/weewx/weewx.conf
>>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: User module: 
>>> /etc/weewx/bin/user
>>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Debug: 1
>>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.engine: Loading 
>>> station type SDR (user.sdr)
>>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO user.sdr: driver version 
>>> is 0.87
>>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO user.sdr: model is SDR
>>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO user.sdr: sensor map is 
>>> {}
>>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO user.sdr: deltas is 
>>> {'rain': 'rain_total', 'strikes': 'strikes_total'}
>>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO user.sdr: startup 
>>> process 'rtl_433 -M utc -F json -R 40'
>>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.engine: StdConvert 
>>> target unit is 0x1
>>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.wxservices: 
>>> StdWXCalculate will use data binding wx_binding
>>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.engine: Archive 
>>> will use data binding wx_binding
>>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.engine: Record 
>>> generation will be attempted in 'hardware'
>>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.engine: Using 
>>> archive interval of 300 seconds (specified in weewx configuration)
>>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: 
>>> StationRegistry: Registration not requested.
>>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: 
>>> Wunderground: Posting not enabled.
>>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: PWSweather: 
>>> Posting not enabled.
>>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: CWOP: 
>>> Posting not enabled.
>>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: WOW: 
>>> Posting not enabled.
>>> Mar  2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: AWEKAS: 
>>> Posting not enabled.
>>> pi@raspberrypi:/var/log $ 
>>>
>>>
>>>
>>>

-- 
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/13f63ab8-ad86-4ad3-ba09-56557d3e3ddcn%40googlegroups.com.


[weewx-user] Re: Anyone successfully running weewx with weewx-sdr?

2024-03-02 Thread matthew wall
On Saturday, March 2, 2024 at 11:57:55 AM UTC-5 Charlie T wrote:

OK...well that's strange.  */var/log/syslog* is NOT updating.  Even with a 
"chmod 777 syslog"...still no updates to syslog.


in general, redhat systems use /var/log/messages, debian systems use 
/var/log/syslog

systems that use systemd might swallow some or all of the system logging 
into systemd-journald, leaving you with nothing in /var/log/syslog or 
/var/log/messages.  if you are on one of those systems, then you'll have to 
use journalctl to view the log messages.

if you want to see the contents of /var/log/messages or /var/log/syslog 
without having to escalate privileges, you should change the permissions in 
the rsyslog configuration (/etc/rsyslog.conf) and/or logrotate 
configuration. i do not recall whether this is possible on systemd systems 
that have hijacked *all* of the system logging into journald.

your 'chmod 777' will go away at the next log rotation and/or rsyslog 
restart, and you really don't want to give world write privileges on system 
files like that anyway.

-- 
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/d35daf5a-9027-4eed-8957-03b153554bd9n%40googlegroups.com.


[weewx-user] Re: SteelSeries Gauges rain rate problem

2024-03-02 Thread gjr80
I'm sorry but it is still not clear to me what the exact issue is. I've 
opened the image from your original post on a better screen and as far as I 
can see the gauge shows rain rate in mm/hr, the labels across the top of 
the plot show rain rat win mm/hr but the y-axis label of the plot seems to 
show in/hr. Is the problem *only* the y-axis label being in in/hr? Do the 
rain rate values show on the gauge and in the plot correctly as mm values 
or as inch values? (ie does the gauge indicate 5mm/hr when in fact the 
actual rain rate is 5mm/hr or does the gauge show 5mm/hr when in fact the 
actual rain rate is 5in/hr)

Finally, what are you using to generate the gauge-data.txt? Have you 
installed the skin direct from the SteelSeries-Weather-Gauges repo 

 
or did you install the weewx-steelseries extension 
 ? In either case could you 
please post a copy of the [StdReport] [[SteelSeries]] stanza from weewx.conf 
along with a copy of the skin config file, skin.conf, from the skins/ss 
directory. (note the location of the skins directory will depend on your 
WeeWX version and how you installed WeeWX - refer to *Where to find things* 
in the User's Guide for your particular WeeWX version 
).

Gary
On Saturday 2 March 2024 at 22:59:16 UTC+10 davideverd...@gmail.com wrote:

> The rain rate indicator and graph is in inch/hr but in reality it should 
> be mm/h!
>
> Il giorno sabato 2 marzo 2024 alle 12:37:50 UTC+1 gjr80 ha scritto:
>
>> So which one is correct? If the plots are correct what are you using to 
>> generate gauge-data.txt?
>>
>> Gary
>>
>> On Saturday 2 March 2024 at 20:51:34 UTC+10 davideverd...@gmail.com 
>> wrote:
>>
>>> I have a problem with the SteelSeries Gauges 2.7.6 application. On the 
>>> rain rate graph it says mm but the measurement is in inches. How can I 
>>> solve the problem?
>>>
>>>
>>>

-- 
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/10e222ec-dfc9-40e5-95b7-41cdc69a53c1n%40googlegroups.com.


Re: [weewx-user] Re: Anyone successfully running weewx with weewx-sdr?

2024-03-02 Thread Tom Keffer
m: He is on a Raspberry Pi

On Sat, Mar 2, 2024 at 9:14 AM matthew wall  wrote:

> On Saturday, March 2, 2024 at 11:57:55 AM UTC-5 Charlie T wrote:
>
> OK...well that's strange.  */var/log/syslog* is NOT updating.  Even with
> a "chmod 777 syslog"...still no updates to syslog.
>
>
> in general, redhat systems use /var/log/messages, debian systems use
> /var/log/syslog
>
> systems that use systemd might swallow some or all of the system logging
> into systemd-journald, leaving you with nothing in /var/log/syslog or
> /var/log/messages.  if you are on one of those systems, then you'll have to
> use journalctl to view the log messages.
>
> if you want to see the contents of /var/log/messages or /var/log/syslog
> without having to escalate privileges, you should change the permissions in
> the rsyslog configuration (/etc/rsyslog.conf) and/or logrotate
> configuration. i do not recall whether this is possible on systemd systems
> that have hijacked *all* of the system logging into journald.
>
> your 'chmod 777' will go away at the next log rotation and/or rsyslog
> restart, and you really don't want to give world write privileges on system
> files like that anyway.
>
> --
> 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/d35daf5a-9027-4eed-8957-03b153554bd9n%40googlegroups.com
> 
> .
>

-- 
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/CAPq0zEBxNwbsWAHSf1XYhWzSwpFy8id_g17kCuXbdSMz4mn_aw%40mail.gmail.com.


[weewx-user] Using Meteo-Pi-Ethernet Logger now get 'Unable to wake up Vantage console'

2024-03-02 Thread Curtis Esac
I have had weewx  4.10.2  working fine with my Meteo-Pi-Ethernet Logger, 
now  after starting weewx I get:

pi@raspberrypi:~ $ sudo systemctl status weewx
● weewx.service - LSB: weewx weather system
 Loaded: loaded (/etc/init.d/weewx; generated)
 Active: active (running) since Sat 2024-03-02 17:29:09 PST; 1min 13s 
ago
   Docs: man:systemd-sysv-generator(8)
Process: 13802 ExecStart=/etc/init.d/weewx start (code=exited, 
status=0/SUCCESS)
  Tasks: 2 (limit: 414)
CPU: 5.703s
 CGroup: /system.slice/weewx.service
 └─13815 python3 /usr/share/weewx/weewxd --daemon 
--pidfile=/var/run/weewx.pid /etc/weewx/weewx.conf --loop-on-init

Mar 02 17:29:23 raspberrypi python3[13815]: weewx[13815] INFO 
weewx.manager: Added record 2024-03-02 17:25:00 PST (1709429100) to 
database 'weewx.sdb'
Mar 02 17:29:23 raspberrypi python3[13815]: weewx[13815] INFO weewx.restx: 
PWSWeather: Published record 2024-03-02 17:20:00 PST (1709428800)
Mar 02 17:29:23 raspberrypi python3[13815]: weewx[13815] INFO 
weewx.manager: Added record 2024-03-02 17:25:00 PST (1709429100) to daily 
summary in 'weewx.sdb'
Mar 02 17:29:23 raspberrypi python3[13815]: weewx[13815] INFO weewx.engine: 
Starting main packet loop.
Mar 02 17:29:23 raspberrypi python3[13815]: weewx[13815] INFO weewx.restx: 
PWSWeather: Published record 2024-03-02 17:25:00 PST (1709429100)
Mar 02 17:30:01 raspberrypi python3[13815]: weewx[13815] ERROR 
weewx.drivers.vantage: ip-read error: timed out
Mar 02 17:30:01 raspberrypi python3[13815]: weewx[13815] ERROR 
weewx.drivers.vantage: LOOP batch try #1; error: timed out
Mar 02 17:30:06 raspberrypi python3[13815]: weewx[13815] ERROR 
weewx.drivers.vantage: ip-read error: timed out
Mar 02 17:30:13 raspberrypi python3[13815]: weewx[13815] ERROR 
weewx.drivers.vantage: ip-read error: timed out
Mar 02 17:30:20 raspberrypi python3[13815]: weewx[13815] ERROR 
weewx.drivers.vantage: ip-read error: timed out
Mar 02 17:30:26 raspberrypi python3[13815]: weewx[13815] ERROR 
weewx.drivers.vantage: ip-read error: timed out
Mar 02 17:30:27 raspberrypi python3[13815]: weewx[13815] ERROR 
weewx.drivers.vantage: Unable to wake up Vantage console
Mar 02 17:30:27 raspberrypi python3[13815]: weewx[13815] ERROR 
weewx.drivers.vantage: LOOP batch try #2; error: Unable to wake up Vantage 
console

With my web-browser I can view the Meteo-Pi_Ethernet Logger web page 
directly and it is working and gives current wx data.  Since it stopped 
working I have added '--loop-on-init' to 'DAEMON_ARGS' in /etc/init.d/weewx 
and also 'loop_on_init = True' near the top of /etc/weewx/weewx.conf.

I don't mess with weewx much, it has just worked, so I am a noob at trying 
to track this down.

Thanks for any help.

-- 
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/ca757666-ec15-4828-9414-27022c70f8d5n%40googlegroups.com.


Re: [weewx-user] Using Meteo-Pi-Ethernet Logger now get 'Unable to wake up Vantage console'

2024-03-02 Thread Tom Keffer
>From the small log snippet that you provided it looks like weewx was able
to successfully download at least one record. Then it failed. So, this is
an intermittent problem? If so, the --loop-on-init flag won't make any
difference.

Could be anything. I don't have any experience with the Meteo-Pi logger.
Have you asked the Meteo people?

-tk



On Sat, Mar 2, 2024 at 6:20 PM Curtis Esac  wrote:

> I have had weewx  4.10.2  working fine with my Meteo-Pi-Ethernet Logger,
> now  after starting weewx I get:
>
> pi@raspberrypi:~ $ sudo systemctl status weewx
> ● weewx.service - LSB: weewx weather system
>  Loaded: loaded (/etc/init.d/weewx; generated)
>  Active: active (running) since Sat 2024-03-02 17:29:09 PST; 1min 13s
> ago
>Docs: man:systemd-sysv-generator(8)
> Process: 13802 ExecStart=/etc/init.d/weewx start (code=exited,
> status=0/SUCCESS)
>   Tasks: 2 (limit: 414)
> CPU: 5.703s
>  CGroup: /system.slice/weewx.service
>  └─13815 python3 /usr/share/weewx/weewxd --daemon
> --pidfile=/var/run/weewx.pid /etc/weewx/weewx.conf --loop-on-init
>
> Mar 02 17:29:23 raspberrypi python3[13815]: weewx[13815] INFO
> weewx.manager: Added record 2024-03-02 17:25:00 PST (1709429100) to
> database 'weewx.sdb'
> Mar 02 17:29:23 raspberrypi python3[13815]: weewx[13815] INFO weewx.restx:
> PWSWeather: Published record 2024-03-02 17:20:00 PST (1709428800)
> Mar 02 17:29:23 raspberrypi python3[13815]: weewx[13815] INFO
> weewx.manager: Added record 2024-03-02 17:25:00 PST (1709429100) to daily
> summary in 'weewx.sdb'
> Mar 02 17:29:23 raspberrypi python3[13815]: weewx[13815] INFO
> weewx.engine: Starting main packet loop.
> Mar 02 17:29:23 raspberrypi python3[13815]: weewx[13815] INFO weewx.restx:
> PWSWeather: Published record 2024-03-02 17:25:00 PST (1709429100)
> Mar 02 17:30:01 raspberrypi python3[13815]: weewx[13815] ERROR
> weewx.drivers.vantage: ip-read error: timed out
> Mar 02 17:30:01 raspberrypi python3[13815]: weewx[13815] ERROR
> weewx.drivers.vantage: LOOP batch try #1; error: timed out
> Mar 02 17:30:06 raspberrypi python3[13815]: weewx[13815] ERROR
> weewx.drivers.vantage: ip-read error: timed out
> Mar 02 17:30:13 raspberrypi python3[13815]: weewx[13815] ERROR
> weewx.drivers.vantage: ip-read error: timed out
> Mar 02 17:30:20 raspberrypi python3[13815]: weewx[13815] ERROR
> weewx.drivers.vantage: ip-read error: timed out
> Mar 02 17:30:26 raspberrypi python3[13815]: weewx[13815] ERROR
> weewx.drivers.vantage: ip-read error: timed out
> Mar 02 17:30:27 raspberrypi python3[13815]: weewx[13815] ERROR
> weewx.drivers.vantage: Unable to wake up Vantage console
> Mar 02 17:30:27 raspberrypi python3[13815]: weewx[13815] ERROR
> weewx.drivers.vantage: LOOP batch try #2; error: Unable to wake up Vantage
> console
>
> With my web-browser I can view the Meteo-Pi_Ethernet Logger web page
> directly and it is working and gives current wx data.  Since it stopped
> working I have added '--loop-on-init' to 'DAEMON_ARGS' in /etc/init.d/weewx
> and also 'loop_on_init = True' near the top of /etc/weewx/weewx.conf.
>
> I don't mess with weewx much, it has just worked, so I am a noob at trying
> to track this down.
>
> Thanks for any help.
>
> --
> 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/ca757666-ec15-4828-9414-27022c70f8d5n%40googlegroups.com
> 
> .
>

-- 
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/CAPq0zEA9dMYiL4UKdiVQ%2ByL%3D2O6-NTf-uqnT2Fti1c9-xiyRAg%40mail.gmail.com.


Re: [weewx-user] Using Meteo-Pi-Ethernet Logger now get 'Unable to wake up Vantage console'

2024-03-02 Thread Curtis Esac
Thanks Tom, that will be my next thing to try contacting Meteo-Pi. 

I also just got a new Raspberry Pi 5 (currently weewx is on a Raspberry Pi 
Zeor 2 W), so I'm going to put weewx 5 on it and start fresh and see if 
that works.

Thanks!

On Saturday, March 2, 2024 at 6:28:56 PM UTC-8 Tom Keffer wrote:

> From the small log snippet that you provided it looks like weewx was able 
> to successfully download at least one record. Then it failed. So, this is 
> an intermittent problem? If so, the --loop-on-init flag won't make any 
> difference.
>
> Could be anything. I don't have any experience with the Meteo-Pi logger. 
> Have you asked the Meteo people?
>
> -tk
>
>
>
> On Sat, Mar 2, 2024 at 6:20 PM Curtis Esac  wrote:
>
>> I have had weewx  4.10.2  working fine with my Meteo-Pi-Ethernet Logger, 
>> now  after starting weewx I get:
>>
>> pi@raspberrypi:~ $ sudo systemctl status weewx
>> ● weewx.service - LSB: weewx weather system
>>  Loaded: loaded (/etc/init.d/weewx; generated)
>>  Active: active (running) since Sat 2024-03-02 17:29:09 PST; 1min 13s 
>> ago
>>Docs: man:systemd-sysv-generator(8)
>> Process: 13802 ExecStart=/etc/init.d/weewx start (code=exited, 
>> status=0/SUCCESS)
>>   Tasks: 2 (limit: 414)
>> CPU: 5.703s
>>  CGroup: /system.slice/weewx.service
>>  └─13815 python3 /usr/share/weewx/weewxd --daemon 
>> --pidfile=/var/run/weewx.pid /etc/weewx/weewx.conf --loop-on-init
>>
>> Mar 02 17:29:23 raspberrypi python3[13815]: weewx[13815] INFO 
>> weewx.manager: Added record 2024-03-02 17:25:00 PST (1709429100) to 
>> database 'weewx.sdb'
>> Mar 02 17:29:23 raspberrypi python3[13815]: weewx[13815] INFO 
>> weewx.restx: PWSWeather: Published record 2024-03-02 17:20:00 PST 
>> (1709428800)
>> Mar 02 17:29:23 raspberrypi python3[13815]: weewx[13815] INFO 
>> weewx.manager: Added record 2024-03-02 17:25:00 PST (1709429100) to daily 
>> summary in 'weewx.sdb'
>> Mar 02 17:29:23 raspberrypi python3[13815]: weewx[13815] INFO 
>> weewx.engine: Starting main packet loop.
>> Mar 02 17:29:23 raspberrypi python3[13815]: weewx[13815] INFO 
>> weewx.restx: PWSWeather: Published record 2024-03-02 17:25:00 PST 
>> (1709429100)
>> Mar 02 17:30:01 raspberrypi python3[13815]: weewx[13815] ERROR 
>> weewx.drivers.vantage: ip-read error: timed out
>> Mar 02 17:30:01 raspberrypi python3[13815]: weewx[13815] ERROR 
>> weewx.drivers.vantage: LOOP batch try #1; error: timed out
>> Mar 02 17:30:06 raspberrypi python3[13815]: weewx[13815] ERROR 
>> weewx.drivers.vantage: ip-read error: timed out
>> Mar 02 17:30:13 raspberrypi python3[13815]: weewx[13815] ERROR 
>> weewx.drivers.vantage: ip-read error: timed out
>> Mar 02 17:30:20 raspberrypi python3[13815]: weewx[13815] ERROR 
>> weewx.drivers.vantage: ip-read error: timed out
>> Mar 02 17:30:26 raspberrypi python3[13815]: weewx[13815] ERROR 
>> weewx.drivers.vantage: ip-read error: timed out
>> Mar 02 17:30:27 raspberrypi python3[13815]: weewx[13815] ERROR 
>> weewx.drivers.vantage: Unable to wake up Vantage console
>> Mar 02 17:30:27 raspberrypi python3[13815]: weewx[13815] ERROR 
>> weewx.drivers.vantage: LOOP batch try #2; error: Unable to wake up Vantage 
>> console
>>
>> With my web-browser I can view the Meteo-Pi_Ethernet Logger web page 
>> directly and it is working and gives current wx data.  Since it stopped 
>> working I have added '--loop-on-init' to 'DAEMON_ARGS' in /etc/init.d/weewx 
>> and also 'loop_on_init = True' near the top of /etc/weewx/weewx.conf.
>>
>> I don't mess with weewx much, it has just worked, so I am a noob at 
>> trying to track this down.
>>
>> Thanks for any help.
>>
>> -- 
>> 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+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/ca757666-ec15-4828-9414-27022c70f8d5n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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/b56b206d-2352-4728-b9b1-0dc6ca6cdddbn%40googlegroups.com.