Weather34 TEMPLATE

All about the standard Meteobridge devices based on mobile routers from TP-Link, D-Link, ASUS

Moderator: Mattk

weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 TEMPLATE

Post by weatherist34 »

good morning .

New optional small module added to use Chandler Burning Index -Firerisk, Idea was suggested by Josep so a simple uncomplicated module was made based on his idea/code formula.

3 new options in setup screen to choose which small bottom modules to display in almanac screen.

@Chuck part 1 of lightning charts I have done but needs some proper description of how to use and make a custom API in the TP LINK.please be patient just needs some time to get the how to done that will avoid or reduce the risk of having a messed up API . Basically the custom API has just only 5 values as opposed 172 to send , meaning less processing of data and quicker response !! .
the charts for lightning show current day and annual .the today chart basically takes the value sum of last ten minutes strikes received so you can see the peak times of storm during the day.annual chart takes the monthly running totals as per screenshot .it was fortunate we had our real first intense storm of the season yesterday so I was able to test it the day charts.. 12.8mm(0.51 in) of rain in 50 minutes !!

for languages they are on hold once again and as always needs cross checking for alignments but probably be done in the week.

all requests made yesterday for template I apologize internet was up and down all day yesterday I will send out the responses today.sincere apologies

screenshot below
FR-LI-2.png
FR-LI-2.png (228.56 KiB) Viewed 4421 times
Simple Update February 2023 for Weather34 Aurora MKII
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file

Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
User avatar
prestwickwx
Platinum Boarder
Platinum Boarder
Posts: 510
Joined: Sat Aug 23, 2014 3:28 pm
Location: Myrtle Beach, SC USA
Contact:

Re: Weather34 TEMPLATE

Post by prestwickwx »

Hi Brian,

Absolutely no hurry on the lightning charts. I didn't know that you had to create a new API. I thought you already had it done for your site and it would be a simple custom add on. So, no problem, at all. :D

Nice update with multiple choices for Almanac page.

Also, the weather34-lightning.php file in the latest git update inflated my numbers. I looked at the file and it appears to have some constant values plugged in. Perhaps when you were testing :?:

Capture.PNG
Capture.PNG (16.2 KiB) Viewed 4404 times
Thanks,

Chuck
Image
https://myrtleweather.com/
Myrtle Beach WX @ Prestwick
weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 TEMPLATE

Post by weatherist34 »

ooops just pushed the original...custom API it is actually only 5 values so it is not complicated todo from end user point .
but when im done lets do it through a pm or github at a suitable time. only downside I see is scaling in the annual chart for example I have seen upto 1000 to 3800 strikes in a day sometimes in the past so it kind of makes the lower day values for example a different day you may get 20 and these would not be visual on a annual chart. so i think for annual the best way is to break it down into months .
Simple Update February 2023 for Weather34 Aurora MKII
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file

Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
User avatar
prestwickwx
Platinum Boarder
Platinum Boarder
Posts: 510
Joined: Sat Aug 23, 2014 3:28 pm
Location: Myrtle Beach, SC USA
Contact:

Re: Weather34 TEMPLATE

Post by prestwickwx »

weatherist34 wrote: Sun May 03, 2020 6:23 pm ooops just pushed the original...custom API it is actually only 5 values so it is not complicated todo from end user point .
but when im done lets do it through a pm or github at a suitable time. only downside I see is scaling in the annual chart for example I have seen upto 1000 to 3800 strikes in a day sometimes in the past so it kind of makes the lower day values for example a different day you may get 20 and these would not be visual on a annual chart. so i think for annual the best way is to break it down into months .
Yes, that makes sense for the Annual. Sounds good.

Take care.

Chuck
Image
https://myrtleweather.com/
Myrtle Beach WX @ Prestwick
weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 TEMPLATE

Post by weatherist34 »

Don't forget if you update the almanac module with new options you must goto the setup screen and choose which modules to display .otherwise the almanac screen is broken..

Screenshot at May 04 00-14-14.png
Screenshot at May 04 00-14-14.png (34.25 KiB) Viewed 4377 times
Simple Update February 2023 for Weather34 Aurora MKII
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file

Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 TEMPLATE

Post by weatherist34 »

Good morning

a new process to handle the update of current month and year charts . and brand new file charts-month-year.php to assign.

Charts update end of day for month and year charts
(New for May 2020)

*New process allows to run the end of day at a few seconds before midnight as opposed to old process running at 23:45 ,allows true accurate end of day totals without missing the last 15 minutes of the current day.

Select the Services Tab
1. Goto Select new service
2. Select from the drop down menu HTTP Request
3. Select Perodical in the next menu
4. Click Save at the bottom of the screen
5. Now look for new HTTP request
6. select "before each new day" (it will run at a few seconds before midnight)
7. NOW INSERT THE URL example
8. https://yourdomain.com/console/charts-end-of-day.php
9. now click save .

*the path can be in the root if the template was uploaded to the root directory https://yourdomain.com/charts-end-of-day.php
*if you are an existing user *important remove(delete) the old service that runs at 23:45 https://yourdomain.com/charts-month-year.php

*the old process must be removed if you are a previous user.

full guide at https://weather34.com/homeweatherstatio ... alone.html

screenshot.

Image

Image
Simple Update February 2023 for Weather34 Aurora MKII
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file

Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
User avatar
prestwickwx
Platinum Boarder
Platinum Boarder
Posts: 510
Joined: Sat Aug 23, 2014 3:28 pm
Location: Myrtle Beach, SC USA
Contact:

Re: Weather34 TEMPLATE

Post by prestwickwx »

Hi Brian,

I was just doing your updates and I noticed something on the Daily Temp chart. May have been there before and I just did not spot it. Looks like there may be an issue with the Feels Like Temperature Values. You can see it below. I checked Ron's and his is showing the same.

Capture.PNG
Capture.PNG (16.77 KiB) Viewed 4313 times
Take care,

Chuck
Image
https://myrtleweather.com/
Myrtle Beach WX @ Prestwick
weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 TEMPLATE

Post by weatherist34 »

:-) been there for months never spotted it so thanks for that . it was the real feel assigned to position 9 should have been 15 . have pushed update/fix.
I grabbed your csv data from today so far and plopped it in so hopefully that should look a bit more respectful ..screenshot below and trust the direction words for wind direction are a bit more appealing ? there was also a fix earlier for non metric(Fahrenheit) values forwarded by Josep earlier for the fire risk CBI..
chuck-data.png
chuck-data.png (203.75 KiB) Viewed 4309 times
Simple Update February 2023 for Weather34 Aurora MKII
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file

Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
User avatar
prestwickwx
Platinum Boarder
Platinum Boarder
Posts: 510
Joined: Sat Aug 23, 2014 3:28 pm
Location: Myrtle Beach, SC USA
Contact:

Re: Weather34 TEMPLATE

Post by prestwickwx »

Brian,

That was fast! Looks like there there may still be a factor off - see below.
Capture.PNG
Capture.PNG (15.11 KiB) Viewed 4309 times
Thanks again and no hurry.

Chuck
Image
https://myrtleweather.com/
Myrtle Beach WX @ Prestwick
weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 TEMPLATE

Post by weatherist34 »

try the file just pushed ?
Simple Update February 2023 for Weather34 Aurora MKII
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file

Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
User avatar
prestwickwx
Platinum Boarder
Platinum Boarder
Posts: 510
Joined: Sat Aug 23, 2014 3:28 pm
Location: Myrtle Beach, SC USA
Contact:

Re: Weather34 TEMPLATE

Post by prestwickwx »

weatherist34 wrote: Mon May 04, 2020 10:08 pm try the file just pushed ?

OK. That last one fixed it. :D

I did get the earlier Fire fix, as well.

Chuck
Image
https://myrtleweather.com/
Myrtle Beach WX @ Prestwick
weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 TEMPLATE

Post by weatherist34 »

no problem always complex when converting the charts easy to overlook things/make mistakes..have a good day..Brian
Simple Update February 2023 for Weather34 Aurora MKII
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file

Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 TEMPLATE

Post by weatherist34 »

good morning chuck its just gone 7am here and midnight your time , good too see the new end of day worked without an issue :D on your site.. thanks for promptly switching over. gotta love discovering those not so familiar meteobridge benefits.bravo Boris ..
Simple Update February 2023 for Weather34 Aurora MKII
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file

Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
User avatar
prestwickwx
Platinum Boarder
Platinum Boarder
Posts: 510
Joined: Sat Aug 23, 2014 3:28 pm
Location: Myrtle Beach, SC USA
Contact:

Re: Weather34 TEMPLATE

Post by prestwickwx »

weatherist34 wrote: Tue May 05, 2020 6:05 am good morning chuck its just gone 7am here and midnight your time , good too see the new end of day worked without an issue :D on your site.. thanks for promptly switching over. gotta love discovering those not so familiar meteobridge benefits.bravo Boris ..
Yes, just checked and it worked great. Nice update to catch data during the last 15 minutes. Yes, Boris keeps everything up to date - just renewed update support on one of my older D-Link Meteo devices - the one I am using for WXFlow Lightning.

Chuck
Image
https://myrtleweather.com/
Myrtle Beach WX @ Prestwick
alexeysailman
Senior Boarder
Senior Boarder
Posts: 78
Joined: Sun Mar 03, 2019 8:12 pm
Contact:

Re: Weather34 TEMPLATE

Post by alexeysailman »

Hi, Brian!
After the last update and changes due to the "charts-end-of-day" file, instructions for configuring meteobridge (https://weather34.com/homeweatherstatio ... alone.html) became unclear. From everything it says, it should look like this (mb.jpg)?
Another question: what to do with the file "charts-month-year.php"?
I also noticed an interesting point: after the update, the time counter that appeared in the upper-right corner was reset to zero every half hour. But after my manipulation of the file charts-end-of-day.php the counter started doing this every hour. What does it show for the time, by the way? Interval for writing to a data file?
Speaking of which, in the" desktop " version, there was an update time next to the name of each module, so it was convenient to see when, for example, the temperature was updated, or when the wind or precipitation was. Is this planned in this version?
Attachments
pic.jpg
pic.jpg (28.19 KiB) Viewed 4267 times
mb.jpg
mb.jpg (125.41 KiB) Viewed 4267 times
Post Reply