Page 98 of 102

Re: Weather34 Aurora Version(english supported only)

Posted: Thu Dec 23, 2021 3:52 pm
by prestwickwx
Hi Brian,

Merry Christmas to you, as well. :D

Thanks for all of your inspiration and hard work.

Have a great 2022!

Chuck

Re: Weather34 Aurora Version(english supported only)

Posted: Sun Dec 26, 2021 9:14 am
by alexeysailman
Hi, Brian! I noticed such a thing... This is possible only in the version with mmHg.

Re: Weather34 Aurora Version(english supported only)

Posted: Sun Dec 26, 2021 12:16 pm
by jmontamat
Hi Brian, a suggestion, with the use of TIMEZONE in setup it would not be necessary to change UTC Offset every 6 months in countries that change from summer to winter with the function:

$UTC = ($timezone->getOffset (new DateTime ()) / 3600); it could.

Happy New Year.

Re: Weather34 Aurora Version(english supported only)

Posted: Sun Dec 26, 2021 1:58 pm
by weatherist34
jmontamat wrote: Sun Dec 26, 2021 12:16 pm Hi Brian, a suggestion, with the use of TIMEZONE in setup it would not be necessary to change UTC Offset every 6 months in countries that change from summer to winter with the function:

$UTC = ($timezone->getOffset (new DateTime ()) / 3600); it could.

Happy New Year.
Hi Josep not sure where your adding this in ? if I add this string to various files it breaks in PHP 8.1but I haven't checked any other PHP version, perhaps you can enlighten me where you are using this ?

@Alex apply update as always sorry forgot mmHg ..

Change Log 26th December 2021
* (14:40) * Contains all features/fixes from Nov 6th to December 26th
* (14:40) * mmHg anomaly in trend arrow tooltip Ref Alex
* (14:40) * adds max last 10" wind if +40kmh/24mph/11m/s Ref Brycen
* (14:40) * cleans up CSS in menu layout removes shadow
* (14:40) * adjust forecast temp colors for below 0c/32F
* (14:40) * PHP 8.1.1 verified 22nd December

** 14th December 2021 Important please set new default layout option.
** Please always do a backup before applying updates.

* Doing backups will preserve your chart data and settings in the event of
any problems.
* When new setup options are added ensure the settings file
(console-settings) is not locked with file permissions on your server.


Re: Weather34 Aurora Version(english supported only)

Posted: Sun Dec 26, 2021 3:17 pm
by jmontamat
weatherist34 wrote: Sun Dec 26, 2021 1:58 pm
Hi Josep not sure where your adding this in ? if I add this string to various files it breaks in PHP 8.1but I haven't checked any other PHP version, perhaps you can enlighten me where you are using this ?
Added in livedata, works fine in PHP 8.07


include('settings.php');
include('shared.php');
###################### UTC ##################################
$timezone = new DateTimeZone($TZ);
$UTC = ($timezone->getOffset(new DateTime()) /3600) ;
##################### UTC END ###############################
error_reporting(0);

( you have to remove $ UTC = "1"; in console-settings.php ).
(Sorry I forgot to define $timezone) :shock:
https://meteosantgenis.org/MKII/

Re: Weather34 Aurora Version(english supported only)

Posted: Sun Dec 26, 2021 4:55 pm
by prestwickwx
Hi Brian,

Hope all is well!

I noticed, on the latest update (December 26), that the Air quality Labels were changed from AQI to PM 2.5. The associated data seems to still be AQI. Wasn't sure what you had in mind.

Best wishes for the new year. :D

Chuck

Re: Weather34 Aurora Version(english supported only)

Posted: Sun Dec 26, 2021 5:03 pm
by weatherist34
jmontamat wrote: Sun Dec 26, 2021 3:17 pm
weatherist34 wrote: Sun Dec 26, 2021 1:58 pm
Hi Josep not sure where your adding this in ? if I add this string to various files it breaks in PHP 8.1but I haven't checked any other PHP version, perhaps you can enlighten me where you are using this ?
Added in livedata, works fine in PHP 8.07


include('settings.php');
include('shared.php');
###################### UTC ##################################
$timezone = new DateTimeZone($TZ);
$UTC = ($timezone->getOffset(new DateTime()) /3600) ;
##################### UTC END ###############################
error_reporting(0);

( you have to remove $ UTC = "1"; in console-settings.php ).
(Sorry I forgot to define $timezone) :shock:
https://meteosantgenis.org/MKII/
Hello Josep

ok I see now the $UTC in the setup was conflicting . I think best to leave this till the new year and requires end user to rerun the setup screen to remove the existing UTC setting. so needs a strong message to highlight this (most don't read the changelog unfortunately and many don't read the notes just see the update and download it without reading but hey I can only use what means I have to get this change across !).sometimes things don't seem as simple as you envision ..many thanks Brian ..

Re: Weather34 Aurora Version(english supported only)

Posted: Sun Dec 26, 2021 5:14 pm
by jmontamat
No problem is a detail.

They have been saying for 5 years that they are going to remove the time change in Europe but they still do not ... :)

Re: Weather34 Aurora Version(english supported only)

Posted: Sun Dec 26, 2021 7:55 pm
by prestwickwx
prestwickwx wrote: Sun Dec 26, 2021 4:55 pm Hi Brian,

Hope all is well!

I noticed, on the latest update (December 26), that the Air quality Labels were changed from AQI to PM 2.5. The associated data seems to still be AQI. Wasn't sure what you had in mind.

Best wishes for the new year. :D

Chuck
Please ignore this post. I see that you are indicating that the AQI is based on PM 2.5.

Take care,

Chuck

Re: Weather34 Aurora Version(english supported only)

Posted: Mon Dec 27, 2021 10:27 am
by Gavsta40
G'day Brian,

I'd like to point out that the previous rainfall "Total Last Month" is sitting at a value of 0mm.
I know this is incorrect as over 120mm of rain was accumulated during November.

Image

Hope you had a wonderful Christmas,
Gav

Re: Weather34 Aurora Version(english supported only)

Posted: Mon Dec 27, 2021 12:03 pm
by weatherist34
Gavsta40 wrote: Mon Dec 27, 2021 10:27 am G'day Brian,

I'd like to point out that the previous rainfall "Total Last Month" is sitting at a value of 0mm.
I know this is incorrect as over 120mm of rain was accumulated during November.

Image

Hope you had a wonderful Christmas,
Gav
Hello Good afternoon

are using a TPLINK ? unfortunately if so this data is not available .I checked various sites with TPLINK setups all show zero for last month.



screenshot below shows data available via nano(sd), raspberry also this particular data is available via Pro device but the data is NOT available when using with a TPLINK
device due to limitation of memory(ram) also I would think last year data will reproduce a zero..hope that clarifies it for you ..only thing I can do in a future update insert a if TPLINK or alike show nothing .template only displays what is sent via meteobridge itself for these values and alike.

noncom.jpg
noncom.jpg (236.91 KiB) Viewed 7426 times

Re: Weather34 Aurora Version(english supported only)

Posted: Mon Dec 27, 2021 1:37 pm
by jmontamat
Gavsta40 wrote: Mon Dec 27, 2021 10:27 am G'day Brian,

I'd like to point out that the previous rainfall "Total Last Month" is sitting at a value of 0mm.
I know this is incorrect as over 120mm of rain was accumulated during November.


Hope you had a wonderful Christmas,
Gav
TP-LINK is limited in memory, it does not present the Barometer 24H Change values ​​well either.

https://meteobridge.com/wiki/index.php/Comparison

Re: Weather34 Aurora Version(english supported only)

Posted: Mon Dec 27, 2021 5:05 pm
by weatherist34
jmontamat wrote: Mon Dec 27, 2021 1:37 pm
Gavsta40 wrote: Mon Dec 27, 2021 10:27 am G'day Brian,

I'd like to point out that the previous rainfall "Total Last Month" is sitting at a value of 0mm.
I know this is incorrect as over 120mm of rain was accumulated during November.


Hope you had a wonderful Christmas,
Gav
TP-LINK is limited in memory, it does not present the Barometer 24H Change values ​​well either.

https://meteobridge.com/wiki/index.php/Comparison
Josep I have pushed your $UTC idea to GITHUB please note not added to livedata.php but added to settings.php as other files outside/not using livedata.php also require the UTC code i.e clocks, forecast etc .settings.php is a universal file used . also note common.php is no longer a requirement so that was removed .

please note me and my wife embark on a overnight road trip tomorrow as we cancelled our trip to Dubrovnik for obvious reasons so I won't be around till the 4th to respond but I don't envision any issues .

GITHUB users ensure you run the setup as to remove existing $UTC offset , just simply scroll down and hit save there is nothing to actually set just hit enter and it will erase the UTC setting.

have a great new year..Brian

utc.png
utc.png (114.93 KiB) Viewed 7400 times

Re: Weather34 Aurora Version(english supported only)

Posted: Mon Dec 27, 2021 5:38 pm
by jmontamat
Thanks for accepting the idea, I hope it is useful.

have a great new year.
Josep.

Re: Weather34 Aurora Version(english supported only)

Posted: Mon Dec 27, 2021 9:29 pm
by rzelle-K1TTC
Happy Holidays and Happy New Year to Everyone ..

Safe Journey Brain ..

73s

.. Ron