Weather34 TEMPLATE
Moderator: Mattk
-
- Platinum Boarder
- Posts: 1693
- Joined: Tue Mar 28, 2017 6:57 am
Re: Weather34 MB-SMART NANOSD TEMPLATE
hello
I have uploaded rainfall-year-month.php to GITHUB also pushed a smart update which you can get via https://weather34.com/homeweatherstatio ... smart.html
use whichever method suits you.
I tested with 4 data sets with a fresh download of template to make sure I wasn't on a different version mistakenly.
MBrealtimeupload.txt Datasets used K1TTC,TOTO,ERITH,SINGAPORE
however this does not explain the original problem of [rain0total-max@M1] appearing in the API as a string and not a value .
If this module still produces errors then I will just remove it as nothing changed in this file upto the point of when [rain0total-max@M1] was first noticed late January 1st started appear in the API.
screenshots of datasets tested within last hour
I have uploaded rainfall-year-month.php to GITHUB also pushed a smart update which you can get via https://weather34.com/homeweatherstatio ... smart.html
use whichever method suits you.
I tested with 4 data sets with a fresh download of template to make sure I wasn't on a different version mistakenly.
MBrealtimeupload.txt Datasets used K1TTC,TOTO,ERITH,SINGAPORE
however this does not explain the original problem of [rain0total-max@M1] appearing in the API as a string and not a value .
If this module still produces errors then I will just remove it as nothing changed in this file upto the point of when [rain0total-max@M1] was first noticed late January 1st started appear in the API.
screenshots of datasets tested within last hour
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
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file
Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
Re: Weather34 MB-SMART NANOSD TEMPLATE
i've this issue....
- Attachments
-
- Annotazione 2020-01-03 232924.jpg (10.59 KiB) Viewed 4934 times
-
- Platinum Boarder
- Posts: 1693
- Joined: Tue Mar 28, 2017 6:57 am
Re: Weather34 MB-SMART NANOSD TEMPLATE
no issue here are you using the updated file released earlier today 03JAN2020.zip ?
screenshot in Italian
screenshot in Italian
Last edited by weatherist34 on Sat Jan 04, 2020 12:50 am, edited 1 time in total.
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
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file
Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
Re: Weather34 MB-SMART NANOSD TEMPLATE
yesweatherist34 wrote: Sat Jan 04, 2020 12:39 am no issue here are you using the updated file released earlier today 03JAN2020.zip ?
screenshot in Italian
it.jpg
Re: Weather34 MB-SMART NANOSD TEMPLATE
what could I do to solve ???weatherist34 wrote: Sat Jan 04, 2020 12:39 am no issue here are you using the updated file released earlier today 03JAN2020.zip ?
screenshot in Italian
it2.jpg
http://lamiastazionemeteo.altervista.or ... /index.php
-
- Platinum Boarder
- Posts: 1693
- Joined: Tue Mar 28, 2017 6:57 am
Re: Weather34 MB-SMART NANOSD TEMPLATE
replace file in zip
attached
unzip file and replace
rainfall-year-month.php
attached
unzip file and replace
rainfall-year-month.php
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
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file
Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
- rzelle-K1TTC
- Gold Boarder
- Posts: 243
- Joined: Fri Jul 12, 2019 4:32 pm
Re: Weather34 MB-SMART NANOSD TEMPLATE
Brian,
All OK here now I downloaded the update .zip but used git since it's still open to me .. until Sunday ..
Thanks for the fixes Sorry you had to deal with theses issue now.
73s
..Ron
All OK here now I downloaded the update .zip but used git since it's still open to me .. until Sunday ..

Thanks for the fixes Sorry you had to deal with theses issue now.
73s
..Ron
https://weather.k1ttc.com/AuroraMKII/index.php (Offline)
W. Methuen, Ma 01844 - Davis VP2+FARS - PurpleAir
W. Methuen, Ma 01844 - Davis VP2+FARS - PurpleAir
-
- Platinum Boarder
- Posts: 1693
- Joined: Tue Mar 28, 2017 6:57 am
Re: Weather34 MB-SMART NANOSD TEMPLATE
hi Ron certainly wasn't expected but there we go, got resolved in the end with a reasonable workaround solution.
I think Boris has released a firmware fix for the anomaly that appeared on Jan 1st.
Version 4.2
released January 4, 2020
Meteobridge PRO & NANO SD: fixes a bug on importing Meteohub raw data, where sea level pressure was imported wrong by factor 10.
Meteobridge PRO & NANO SD: fixes a bug where addressing data back into last year with "@Mx" selector points into the void.
adds new sensor "wind0maxdir" that reports wind direction of maximum gust in the requested time frame. Example: [wind0maxdir-dmax:-] reports wind direction of todays maximum gust. [wind0maxdir-dmax=endir:-] does the same but reports as a text like "NWN" instead of degrees north.
but I decided to remove the feature and the newer code is a lot more simpler and slimmer to maintain .
simple
if rain last 24 hours shows hours or minutes ago
if no rain in last 24 hours shows yesterdays total be it 0 accumulation or total accumulated value
*its a rolling 24 hour not a specific to midnight to midnight to determine last 24 hours.
tested with these three datasets
I think Boris has released a firmware fix for the anomaly that appeared on Jan 1st.
Version 4.2
released January 4, 2020
Meteobridge PRO & NANO SD: fixes a bug on importing Meteohub raw data, where sea level pressure was imported wrong by factor 10.
Meteobridge PRO & NANO SD: fixes a bug where addressing data back into last year with "@Mx" selector points into the void.
adds new sensor "wind0maxdir" that reports wind direction of maximum gust in the requested time frame. Example: [wind0maxdir-dmax:-] reports wind direction of todays maximum gust. [wind0maxdir-dmax=endir:-] does the same but reports as a text like "NWN" instead of degrees north.
but I decided to remove the feature and the newer code is a lot more simpler and slimmer to maintain .
simple
if rain last 24 hours shows hours or minutes ago
if no rain in last 24 hours shows yesterdays total be it 0 accumulation or total accumulated value
*its a rolling 24 hour not a specific to midnight to midnight to determine last 24 hours.
tested with these three datasets
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
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file
Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
- prestwickwx
- Platinum Boarder
- Posts: 510
- Joined: Sat Aug 23, 2014 3:28 pm
- Location: Myrtle Beach, SC USA
- Contact:
Re: Weather34 MB-SMART NANOSD TEMPLATE
Brian,weatherist34 wrote: Sat Jan 04, 2020 6:01 pm hi Ron certainly wasn't expected but there we go, got resolved in the end with a reasonable workaround solution.
I think Boris has released a firmware fix for the anomaly that appeared on Jan 1st.
Version 4.2
released January 4, 2020
Meteobridge PRO & NANO SD: fixes a bug on importing Meteohub raw data, where sea level pressure was imported wrong by factor 10.
Meteobridge PRO & NANO SD: fixes a bug where addressing data back into last year with "@Mx" selector points into the void.
adds new sensor "wind0maxdir" that reports wind direction of maximum gust in the requested time frame. Example: [wind0maxdir-dmax:-] reports wind direction of todays maximum gust. [wind0maxdir-dmax=endir:-] does the same but reports as a text like "NWN" instead of degrees north.
but I decided to remove the feature and the newer code is a lot more simpler and slimmer to maintain .
simple
if rain last 24 hours shows hours or minutes ago
if no rain in last 24 hours shows yesterdays total be it 0 accumulation or total accumulated value
*its a rolling 24 hour not a specific to midnight to midnight to determine last 24 hours.
tested with these three datasets
3dataset.jpg
Yep, looks like Boris has fixed the issue. Thanks for the time you spent with the workaround. I agree, your present solution is much better. Also, the inclusion on the 2019 charts is a nice addition to the Console version.
Thanks again,
Chuck
-
- Platinum Boarder
- Posts: 1693
- Joined: Tue Mar 28, 2017 6:57 am
Re: Weather34 MB-SMART NANOSD TEMPLATE
Hi Chuck based on Boris has fixed the last month anomaly we can now use 3 scenarios automatically so a bug produced a better scenario possiblilty thank you Boris .
we can do this now ive just tested with your data with you having rain today and my data which has no rain yesterday as it is already 5th December
then tested with demo data values to check if rain yesterday works
so there are three scenarios
to break it down
*rainfall hours or minutes ago if within last 24 hours is displayed
*if rain yesterday greater than 0 yesterdays total is displayed if no rain last 24 hours
*if then rain yesterday is 0 and rain time ago in last 24 hours is greater than 24 rain last month is displayed
we can do this now ive just tested with your data with you having rain today and my data which has no rain yesterday as it is already 5th December
then tested with demo data values to check if rain yesterday works
so there are three scenarios
to break it down
*rainfall hours or minutes ago if within last 24 hours is displayed
*if rain yesterday greater than 0 yesterdays total is displayed if no rain last 24 hours
*if then rain yesterday is 0 and rain time ago in last 24 hours is greater than 24 rain last month is displayed
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
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file
Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
- prestwickwx
- Platinum Boarder
- Posts: 510
- Joined: Sat Aug 23, 2014 3:28 pm
- Location: Myrtle Beach, SC USA
- Contact:
Re: Weather34 MB-SMART NANOSD TEMPLATE
Working great now!weatherist34 wrote: Sat Jan 04, 2020 11:45 pm Hi Chuck based on Boris has fixed the last month anomaly we can now use 3 scenarios automatically so a bug produced a better scenario possiblilty thank you Boris .
we can do this now ive just tested with your data with you having rain today and my data which has no rain yesterday as it is already 5th December
then tested with demo data values to check if rain yesterday works
so there are three scenarios
to break it down
*rainfall hours or minutes ago if within last 24 hours is displayed
*if rain yesterday greater than 0 yesterdays total is displayed if no rain last 24 hours
*if then rain yesterday is 0 and rain time ago in last 24 hours is greater than 24 rain last month is displayed
rain-year-month.jpg
Thanks to Brian and Boris.
Chuck
- rzelle-K1TTC
- Gold Boarder
- Posts: 243
- Joined: Fri Jul 12, 2019 4:32 pm
Re: Weather34 MB-SMART NANOSD TEMPLATE
It's working well here too.
Thanks Boris and Brian.
73s
..Ron
Thanks Boris and Brian.
73s
..Ron
https://weather.k1ttc.com/AuroraMKII/index.php (Offline)
W. Methuen, Ma 01844 - Davis VP2+FARS - PurpleAir
W. Methuen, Ma 01844 - Davis VP2+FARS - PurpleAir
Re: Weather34 MB-SMART NANOSD TEMPLATE
Yes, thank you very much for the quick solution!
-
- Platinum Boarder
- Posts: 1693
- Joined: Tue Mar 28, 2017 6:57 am
Re: Weather34 MB-SMART NANOSD TEMPLATE
thats good to hear and no issues seen here since firmware update overnight.
also now have a complete slimmed down stand alone version as a separate download(1.8mb) more info here https://weather34.com/homeweatherstatio ... alone.html
however it is not worth installing if you already use the mb-smart version , this standalone version is for those just wanting a basic
alternative display to use on a tablet or OEM device .it has a small footprint and doesn't need any additional API keys etc it just
is a small stand alone version that is already present the mb-smart version.
I use it on the balcony and also in my office room and it uses a smaller custom output sending from the NANOSD with just the necessary data required.
https://weather34.com/homeweatherstatio ... alone.html
also now have a complete slimmed down stand alone version as a separate download(1.8mb) more info here https://weather34.com/homeweatherstatio ... alone.html
however it is not worth installing if you already use the mb-smart version , this standalone version is for those just wanting a basic
alternative display to use on a tablet or OEM device .it has a small footprint and doesn't need any additional API keys etc it just
is a small stand alone version that is already present the mb-smart version.
I use it on the balcony and also in my office room and it uses a smaller custom output sending from the NANOSD with just the necessary data required.
https://weather34.com/homeweatherstatio ... alone.html
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
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file
Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
-
- Platinum Boarder
- Posts: 1693
- Joined: Tue Mar 28, 2017 6:57 am
Re: Weather34 MB-SMART NANOSD TEMPLATE
forgot to add ..alternative and stand alone now has the rain bucket feature. rain rate appears if value greater than 0(ZERO) if no rain rate shows last 24 hours.
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
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file
Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip