Weather34 TEMPLATE

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

Moderator: Mattk

Post Reply
svampen
Junior Boarder
Junior Boarder
Posts: 32
Joined: Fri Aug 16, 2019 10:57 am
Location: Sweden
Contact:

Re: Weather34 MB-SMART NANOSD TEMPLATE

Post by svampen »

Thanks alot, Tony and Brian!
PWS Villshärad/Halmstad, Sweden: vader.fishmoose.se DavisVPro + MB NanoSD.
meteolive57290
Senior Boarder
Senior Boarder
Posts: 62
Joined: Sat Dec 10, 2016 11:26 am

Re: Weather34 MB-SMART NANOSD TEMPLATE

Post by meteolive57290 »

hello Brian

I have a problem with the script "lufdtaden"

http://seremange-meteolive.franceserv.c ... tdaten.php
OK the charts are up to date and the script returns the data well "PM"

right here :
http://valdefench57sgz.franceserv.com/pws/luftdaten.php
i have another Lufdaten sensor in use
ID 23952

OK for the datas: https://feinstaub.rexfue.de/23952
but on the template no data / charts and we notice a shift> hour forward (T+1) ?

an idea ?
have a good day and Regards
weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 MB-SMART NANOSD TEMPLATE

Post by weatherist34 »

hi at the moment I can't see exactly what the issues are can you explain further if possible . ps I will have a luftdaten air quality sensor sometime setup in December until then not much I can do but ask questions from 2 users I know using one so please provide as much info as possible.
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
xxvincixx
Senior Boarder
Senior Boarder
Posts: 60
Joined: Fri Apr 19, 2019 2:32 pm

Re: Weather34 MB-SMART NANOSD TEMPLATE

Post by xxvincixx »

weatherist34 wrote: Sat Nov 02, 2019 6:02 pm hi at the moment I can't see exactly what the issues are can you explain further if possible . ps I will have a luftdaten air quality sensor sometime setup in December until then not much I can do but ask questions from 2 users I know using one so please provide as much info as possible.
hello brian, would it be possible to change the refresh interval of the outdoor temperature ?? now it is updated approximately every minute, it would be possible to take it every 10-15 seconds ??? thanks
weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 MB-SMART NANOSD TEMPLATE

Post by weatherist34 »

hi

if you think it is necessary to update temperature every 10 seconds then you can adjust the settings.php file however by default it will always be 60 seconds two reasons one preserve server resources for low cost hosting environments where restrictions are in place on multiple simultaneous actions and two does the actual temperature frequently change overall every ten seconds, I get it may on occasions but overall it probably doesn't ?

settings.php

change

$tempRefresh = 60;

to

$tempRefresh = xx;//to what ever is appropriate

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
meteolive57290
Senior Boarder
Senior Boarder
Posts: 62
Joined: Sat Dec 10, 2016 11:26 am

Re: Weather34 MB-SMART NANOSD TEMPLATE

Post by meteolive57290 »

Hello brian
simply i have three Lufdaten sensors in use
on my second template nothing to report for the execution of the "Lufdaten" script ... I have the report data and the charts up to date (it is the "stationcron.php" who pilot ? no?)

on my first template (/.valdefensch) if i configure for example with the same ID (= 23127) for example, the "Lufdaten" script no longer executes and in addition we will notice that the updated is advanced (n + 1 hour) :?:
weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 MB-SMART NANOSD TEMPLATE

Post by weatherist34 »

im so sorry i don’t understand if the script works for one and not the other as both are identical script . as above in december i will install one until then i cant do anything or replicate issues that arise with luftdaten , there are only two users yourself and piet in netherlands im aware of and from the past the luftdaten API doesnt always return data for example on piets there is today missing data from midnight to 11:10 . personally i have not found the luftdaten API that reliable when working with piets data .

in short i dont have the answers if you can wait until december i may be able to understand better and resolve .

im ordering mine via adrian at https://weatherspares.co.uk/collections ... monitoring
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
meteolive57290
Senior Boarder
Senior Boarder
Posts: 62
Joined: Sat Dec 10, 2016 11:26 am

Re: Weather34 MB-SMART NANOSD TEMPLATE

Post by meteolive57290 »

:?: :?:
second template the 3 IDs. sensors lufdaten no worry with api
first template> no modification, no data for the 3 IDs
before the release 1.05, everything worked correctly for the execution of the script
:?: :?:
thnx ans regards
weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 MB-SMART NANOSD TEMPLATE

Post by weatherist34 »

ok i don’t understand only other user piet has same issue the API returns nothing then sometimes it returns data so im more inclined to remove the option until i own one and have some chance of resolving.
https://www.weerstation-sauwerd.nl/pwsm ... tdaten.txt at the moment shows nothing but [] :(
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
xxvincixx
Senior Boarder
Senior Boarder
Posts: 60
Joined: Fri Apr 19, 2019 2:32 pm

Re: Weather34 MB-SMART NANOSD TEMPLATE

Post by xxvincixx »

weatherist34 wrote: Sun Nov 03, 2019 10:32 am hi

if you think it is necessary to update temperature every 10 seconds then you can adjust the settings.php file however by default it will always be 60 seconds two reasons one preserve server resources for low cost hosting environments where restrictions are in place on multiple simultaneous actions and two does the actual temperature frequently change overall every ten seconds, I get it may on occasions but overall it probably doesn't ?

settings.php

change

$tempRefresh = 60;

to

$tempRefresh = xx;//to what ever is appropriate

Brian
thanks ;)
User avatar
rzelle-K1TTC
Gold Boarder
Gold Boarder
Posts: 243
Joined: Fri Jul 12, 2019 4:32 pm

Re: Weather34 MB-SMART NANOSD TEMPLATE

Post by rzelle-K1TTC »

Hi Brian,

My github app fetch has been picking up the changes as you have been making them since the repository is still open. My sight is up to date as of today. I hope you have been taking a break as planned .. :-)
When you have a minute would you look at the Today Temperature charting the feels like and wet bulb charting are not looking right?

73s

..Ron

https://weather.k1ttc.com
https://weather.k1ttc.com/AuroraMKII/index.php (Offline)
W. Methuen, Ma 01844 - Davis VP2+FARS - PurpleAir
weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 MB-SMART NANOSD TEMPLATE

Post by weatherist34 »

not sure nothing changed since July in reference to real feel or wet bulb chart data . but I did a quick dirty fix but yes I was away last week and away on Thursday morning for another trip . GitHub is open for now as always traveling internet is limited and GitHub is quicker to upload to for some reason the media fire download update procedure often timeout . Also have a new VP2 to install at new home later this month as we finally got our internet installed there so hopefully December will be a quieter month and get around to installing it..
ill look closer at it sometime but the fix is a dirty one but Im curious has it always been like that for non metric ?
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
rzelle-K1TTC
Gold Boarder
Gold Boarder
Posts: 243
Joined: Fri Jul 12, 2019 4:32 pm

Re: Weather34 MB-SMART NANOSD TEMPLATE

Post by rzelle-K1TTC »

I just started paying more attention to the Feels Like and Wet Bulb since our Temps are now falling below 32F and outdoor daytime winter prep is being done on the 40-50F range.

Thanks for the Quick Fix.

..Ron
https://weather.k1ttc.com/AuroraMKII/index.php (Offline)
W. Methuen, Ma 01844 - Davis VP2+FARS - PurpleAir
weatherist34
Platinum Boarder
Platinum Boarder
Posts: 1693
Joined: Tue Mar 28, 2017 6:57 am

Re: Weather34 MB-SMART NANOSD TEMPLATE

Post by weatherist34 »

Beta release via GITHUB only Version 1.06

has many new features

1. additional 4 small grid modules to display charts
2.newer option for those without UV index or webcam you can now select precipitation probability of rain or snow as an option to fill the void.see screenshot.
3.large moonpahse module display removed
4.newer cleaner menu css designed and updated to support IOS13 and iPhone Pro .overall better compatibility for tablet devices
5.many files were updated so please do not mix this beta with version 1.05 you might experience some issues
6.setup screen has new options
7.new small module charts set to update every thirty minutes

via https://github.com/weather34/Meteobridge-MB-SMART

will transfer to main info site when beta period over.

screenshot
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
rzelle-K1TTC
Gold Boarder
Gold Boarder
Posts: 243
Joined: Fri Jul 12, 2019 4:32 pm

Re: Weather34 MB-SMART NANOSD TEMPLATE

Post by rzelle-K1TTC »

Hi Brian,

Looks like I have 1.06 up and running and it's looking good so far. I added Beta 1.06 to the Title for now.

Backed Up 1.05 of course .. :-)

73s

..Ron

https://weather.k1ttc.com
https://weather.k1ttc.com/AuroraMKII/index.php (Offline)
W. Methuen, Ma 01844 - Davis VP2+FARS - PurpleAir
Post Reply