Recent Posts

Pages: [1] 2 3 ... 10
2
For 30-Apr-2024, the EC has announced discontinuation of some radar images
in GIF format based on PRECIP-ET products will be removed from the MSC Datamart. This includes both:

    Individual radar images: https://dd.weather.gc.ca/radar/PRECIPET/GIF/CAS*/YYYYMMDDHHmm_CAS*_PRECIPET__*.gif
    Regional and national composites: https://dd.weather.gc.ca/radar/PRECIPET/GIF/[ATL,ONT,PNR,PYR,QUE,NATIONAL]/*.gif
    Contingency products: https://dd.weather.gc.ca/radar/PRECIPET/GIF/CAS*/YYYYMMDDHHmm_CAS*_COMP_PRECIPET_*.gif
    24h accumulations: https://dd.weather.gc.ca/radar/24_HR_ACCUM/GIF/CAS*/YYYYMMDDHHmm_CAS*_24_HR_ACCUM_MM.gif

This requires changes to multiple scripts to support the new DPQPE images instead, and cease displaying the
regional/national composite images as they are no longer being generated in the DPQPE set of GIFs.

Scripts changed:
wxindex.php (see below for mod to your index.php needed)
wxradar.php
wxecradar-inc.php
wxecradar-iframe.php
wxecradar-list-inc.php

The regional and national sites composite images have been removed from the list. In the Saratoga Base-Canada template,
your $SITE['ecradar'] entry will be used as the default site for wxindex.php and wxradar.php displays.

in your index.php find:
Quote
    <div align="center">
      <?php
      // fetch national radar image if needed
      // 'PYR' = Pacific region
      // 'PNR' = Praries region
      // 'ONT' = Ontario
      // 'QUE' = Quebec
      // 'ATL' = Atlantic region
      // or use the local radar site code like WKR or CASET .. see wxecradar-list-inc.php for codes

        $radarLoc = 'ONT';
       
      //  $radarLoc = $SITE['ecradar']; // use Settings.php entry 
        $radar='RAIN'; // ='RAIN' or ='SNOW';
      ?>
<iframe name="wxradarshanis" width="617" height="<?php echo (in_array($radarLoc,array('PYR','PNR','ONT','QUE','ATL')))?'380':'555';?>" src="./wxecradar-iframe.php?radar=<?php echo $radar?>&amp;radarLoc=<?php echo $radarLoc?>&amp;lang=<?php echo $SITE['lang']; ?>" scrolling="no" style="border:none"></iframe>
    </div><!-- end align center -->
   
and replace with New:
Quote
    <div align="center">
      <?php
        $radarLoc = $SITE['ecradar']; // use Settings.php entry 
        $radar='RAIN'; // ='RAIN' or ='SNOW';
      ?>
<iframe name="wxradarshanis" width="617" height="555" src="./wxecradar-iframe.php?radar=<?php echo $radar?>&amp;radarLoc=<?php echo $radarLoc?>&amp;lang=<?php echo $SITE['lang']; ?>" scrolling="no" style="border:none"></iframe>
    </div><!-- end align center -->

Use the update tool with a query of 25-Apr-2025, Base-Canada, *-Plugin to get the updates.  Be sure to install before 30-Apr-2024 to maintain radar images on your site.
3
WiFiLogger/Meteo-Pi / Re: AWEKAS uploading has stopped
« Last post by xmas111 on Today at 01:27:49 PM »
Yes, I'm also uploading to WeatherLink, PWS, and a few others.

When watching the debug it shows uploading to those sites but as soon as it starts to upload to AWEKAS the screen goes black.

I'll try and make a video showing exactly what happens.

Thanks,
  John
4
Weather Display / Ambient Weather WS-5000 Support
« Last post by scottct1 on Today at 01:18:00 PM »
A friend is looking to setup his own weather station and website.

He is looking at the new Ambient Weather WS-5000 system for his weather station.  Looking in my Weather Display program there does not seem to be support for this Weather Station.  Does WD support it? (Maybe its supported under a different name?)

I have a Davis Vantage Pro 2 plus, but looking at this WS-5000 and its got a few features mine does not have including a Lightning Detector which is kind of cool.  Although I wouldn't expect the data quality to be as good as the Davis.  With that said I don't think he has the money to spend on a David, but he is very interested in this WS-5000.

Thanks!
5
WiFiLogger/Meteo-Pi / Re: AWEKAS uploading has stopped
« Last post by PaulMy on Today at 11:42:51 AM »
Hi,
It is difficult to follow with the ongoing processes but for me entering wifiloggerIPaddress/debug in a browser it displays all the uploading processes, including AWEKAS
Code: [Select]
AWEKAS 5
 1 195.189.4.150
 Client response time: 300 AWEKAS status: 1

Are you also running any other program that can upload to AWEKAS such as CumulusMX?


Enjoy,
Paul
6
WiFiLogger/Meteo-Pi / Re: AWEKAS uploading has stopped
« Last post by xmas111 on Today at 10:40:57 AM »
Paul,


   Thanks for the information.

   It's very odd, I started the debug/logging and it shows the functions it's performing then just as it starts to show the uploads the screen go black and stays black.
   Is that normal?

   John
7
1.Modbus version of piezoelectric full-speed signal collection improvement;
2.Recognize the polarity of the ultrasonic probe;
3.Power-on adjustment of 4 drive square waves, solving the issue of the first RF data wind speed not resetting to zero.
[tup]
but I assume that the MODBUS thing only applies to the WS90 (the wind portions of the firmware are likely to be the same for WS80 and WS90)
A WS80 has no MODBUS model.
8
1.Modbus version of piezoelectric full-speed signal collection improvement;
2.Recognize the polarity of the ultrasonic probe;
3.Power-on adjustment of 4 drive square waves, solving the issue of the first RF data wind speed not resetting to zero.
9
I think 3-in-1 stands for
rain
wind
solar
The console picture with 1320 W/m2 solar suggests that - is in verification with Ecowitt

it might just be (apart from the upgraded inner life) a WS90 without T/RH sensors and side mounting facility.

all available information has already been put into the WiKi - including an OTA upgrade info.
10
WiFiLogger/Meteo-Pi / Re: AWEKAS uploading has stopped
« Last post by PaulMy on Today at 09:18:10 AM »
Hi,
Is there any information in the /debug logging?


Enjoy,
Paul
Pages: [1] 2 3 ... 10
anything