[weewx-user] More Almanac Information popup fails to display

2023-07-02 Thread weatherl...@gmail.com
Has anyone else encountered this? In Safari or Firefox on Mac mini M1, the 
popup will not display

https://suiattle.net/CapeSmallHarborWeather/sp/bt/

WeeWX version: 4.5.1
Belchertown Skin Version: 1.2
Davis Vantage Pro 2 weather station
Intel NUC5PPYH running Debian 10

-- 
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/eafa92a4-7824-4af0-80d5-4414fcb43669n%40googlegroups.com.


Re: [weewx-user] water tank level monitoring ?

2023-04-18 Thread weatherl...@gmail.com
Matthew, do you have a site showing the details of how you have connected 
up the Maxbotix nd associated devices?

On Monday, April 17, 2023 at 12:50:48 PM UTC-4 matthew wall wrote:

>
>
> On 16 Apr 2023, at 19:38, Tim Tuck  wrote:
>
> Just wondering if anyone has network attached water tank level meters ?
>
> Also wondering if anyone has such things integrated with Weewx ?
>
>
> for many years i have been using maxbotix sensors to measure water tank 
> levels and tides.
>
> https://maxbotix.com/
>
> the sensors are not 'network attached' - they have serial output, which 
> you can connect to a computer then read using the weewx-maxbotix driver:
>
> https://github.com/matthewwall/weewx-maxbotix
>
> attached screen shot shows output from a maxbotix 7363 and a davis vantage 
> pro, collected by weewx, stored in influxdb, and presented using grafana.
>
> dave sprague has been using a radar sensor for a long-term tide 
> measurement comparision.  
>
> https://edgecollective.io/projects/belfast/
>
> the radar sensors cost 8-10 times more than the ultrasonic sensors, with 
> higher power requirements.  the results so far have been pretty close, 
> although if you are in extreme cold conditions then you should consider the 
> separate temperature sensor for the ultrasonics so that they can do 
> additional corrections for the speed of sound in cold air.
>
> btw, be sure to coat your ultrasonic sensors.  we were monitoring water 
> levels in freshwater tanks, and the (mild) chlorination that was applied to 
> the water as it was pumped out of a quarry ended up corroding the aluminum 
> sensor membrane.  similarly, we got salt encrustation on the sensors when 
> measuring tides.  a thin silicone coating prevented the corrosion.
>
> 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/e6467998-4c21-490e-81f7-feb36b671611n%40googlegroups.com.


[weewx-user] Re: UDP listener (for Weatherflow Tempest) won't run

2022-11-04 Thread weatherl...@gmail.com
Dumb on my part. I'm on a VM and didn't have the network set up right. All 
fixed, many thanks

On Thursday, November 3, 2022 at 5:01:05 PM UTC-4 vince wrote:

> It's not hearing anything.   Your hub is either offline or your network 
> isn't getting the broadcast messages to the system you're listening on. 
>  Did you perhaps VLAN your network and put the hub on a different VLAN ?
>
> You'll need to crtl-C twice to stop it.  The error is normal so it can be 
> ignored.
>
> On Thursday, November 3, 2022 at 1:26:06 PM UTC-7 weatherl...@gmail.com 
> wrote:
>
>> I realize this is not strictly a WeeWx issue but perhaps Vince can see 
>> from the Terminal results below what I might be doing wrong.
>>
>> I've always been able to run this but can get it to work this time.
>>
>> Ubuntu 20.04
>> UDP Listener V 4.x
>>
>> I issue:
>> /Downloads/WeeWx/weatherflow-udp-listener-master$ python3 listen.py 
>> --decoded
>>
>> and nothing happens.
>>
>> When I hit Ctrl-C, this is the result.
>>
>>
>>
>>
>>
>>
>>
>> *^CTraceback (most recent call last):  File "listen.py", line 785, in 
>> t.join()  File "/usr/lib/python3.8/threading.py", line 1011, in 
>> joinself._wait_for_tstate_lock()  File 
>> "/usr/lib/python3.8/threading.py", line 1027, in _wait_for_tstate_lock
>> elif lock.acquire(block, timeout):KeyboardInterrupt*
>>
>> I know the Tempest is working as I receive its data in the Tempest App on 
>> the iPad.
>>
>

-- 
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/bc67ce4d-ddf9-4392-9be3-de795acbf265n%40googlegroups.com.


[weewx-user] UDP listener (for Weatherflow Tempest) won't run

2022-11-03 Thread weatherl...@gmail.com
I realize this is not strictly a WeeWx issue but perhaps Vince can see from 
the Terminal results below what I might be doing wrong.

I've always been able to run this but can get it to work this time.

Ubuntu 20.04
UDP Listener V 4.x

I issue:
/Downloads/WeeWx/weatherflow-udp-listener-master$ python3 listen.py 
--decoded

and nothing happens.

When I hit Ctrl-C, this is the result.







*^CTraceback (most recent call last):  File "listen.py", line 785, in 
t.join()  File "/usr/lib/python3.8/threading.py", line 1011, in 
joinself._wait_for_tstate_lock()  File 
"/usr/lib/python3.8/threading.py", line 1027, in _wait_for_tstate_lock
elif lock.acquire(block, timeout):KeyboardInterrupt*

I know the Tempest is working as I receive its data in the Tempest App on 
the iPad.

-- 
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/aa882284-57f2-4eef-8ae7-ed6d01f90a9en%40googlegroups.com.


Re: [weewx-user] Problems installing weewx-purple extension

2020-08-25 Thread weatherl...@gmail.com
/usr/bin/python3 -V
python 3.5 3

I am officially confused in that case.

:-))

On Tuesday, August 25, 2020 at 3:22:51 PM UTC-4 jo...@johnkline.com wrote:

> In particular, if the first line is:
> #!/usr/bin/python3
>
> send me the result of:
> /usr/bin/python3 -V
>
> On Aug 25, 2020, at 12:13 PM, weatherl...@gmail.com  
> wrote:
>
> Weewx-purple requires  weewx 4.1.1 (which is installed) and Paython > 3.7
>
>
> pi@NUC62:/home/weewx $ python -V
> Python 3.7.9
>
> Running the installer gets me this:
>
> sudo bin/wee_extension --install /home/pi/Downloads/weewx-purple-master.zip
> Request to install '/home/pi/Downloads/weewx-purple-master.zip'
> Extracting from zip archive /home/pi/Downloads/weewx-purple-master.zip
> weewx-purple requires Python 3.7 or later, found 3.5
>
> Is this a bug that weewx-purple is not seeing the python version or 
> something I am doing wrong?
>
> Intel NUC
> Raspian Desktop
>
> -- 
>
> 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/a0437e20-45c5-47dc-a0aa-551d47c9b961n%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/weewx-user/a0437e20-45c5-47dc-a0aa-551d47c9b961n%40googlegroups.com?utm_medium=email_source=footer>
> .
>
>

-- 
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/952fce43-f2ae-4c98-8982-6a49c8926053n%40googlegroups.com.


[weewx-user] Problems installing weewx-purple extension

2020-08-25 Thread weatherl...@gmail.com
Weewx-purple requires  weewx 4.1.1 (which is installed) and Paython > 3.7

pi@NUC62:/home/weewx $ python -V
Python 3.7.9

Running the installer gets me this:

sudo bin/wee_extension --install /home/pi/Downloads/weewx-purple-master.zip
Request to install '/home/pi/Downloads/weewx-purple-master.zip'
Extracting from zip archive /home/pi/Downloads/weewx-purple-master.zip
weewx-purple requires Python 3.7 or later, found 3.5

Is this a bug that weewx-purple is not seeing the python version or 
something I am doing wrong?

Intel NUC
Raspian Desktop

-- 
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/a0437e20-45c5-47dc-a0aa-551d47c9b961n%40googlegroups.com.