does somebody use the davisWLL plugin?
it would be nice to php this to 8.2...
thx
davisWLL
-
- Forecaster
- Posts: 186
- Joined: Mon Jan 31, 2022 4:41 pm
- Location: Sint-Katelijne-Waver, Belgium
- Station model: Davis Vantage Pro 2
- Software: Meteobridge
- Contact:
-
- Expert
- Posts: 862
- Joined: Tue Jan 12, 2021 8:03 am
- Location: Italy
- Station model: WH2650
- Software: WH2650 (direct upload)
- Contact:
Re: davisWLL
It should be already php8.2 compatible, I can see it is working on your site ( the highlighted items are those configured to be imported by davisWLL plugin )
-
- Forecaster
- Posts: 186
- Joined: Mon Jan 31, 2022 4:41 pm
- Location: Sint-Katelijne-Waver, Belgium
- Station model: Davis Vantage Pro 2
- Software: Meteobridge
- Contact:
Re: davisWLL
Hi David ,
long time no hear,
this is strange because at that moment there was no cron job updatWLL.php in place.
I put the updateWLL.php back in place, run it manually and I still get a 500 error. See picture.
thank you for your time!
long time no hear,
this is strange because at that moment there was no cron job updatWLL.php in place.
I put the updateWLL.php back in place, run it manually and I still get a 500 error. See picture.
thank you for your time!
-
- Forecaster
- Posts: 186
- Joined: Mon Jan 31, 2022 4:41 pm
- Location: Sint-Katelijne-Waver, Belgium
- Station model: Davis Vantage Pro 2
- Software: Meteobridge
- Contact:
Re: davisWLL
HI David
i isololated the issue, the cron.php can't handle multiple cron requests
It's either updateWLL or updateEcowittNet.php
both gives a 500 error.
i isololated the issue, the cron.php can't handle multiple cron requests
It's either updateWLL or updateEcowittNet.php
both gives a 500 error.
-
- Expert
- Posts: 862
- Joined: Tue Jan 12, 2021 8:03 am
- Location: Italy
- Station model: WH2650
- Software: WH2650 (direct upload)
- Contact:
Re: davisWLL
Thanks for checking ( and reporting ).
Can't understand why this happen, but maybe it has something to do with the fact that both scripts are calling api.php.
Need to dig further.
Can't understand why this happen, but maybe it has something to do with the fact that both scripts are calling api.php.
Need to dig further.
-
- Forecaster
- Posts: 186
- Joined: Mon Jan 31, 2022 4:41 pm
- Location: Sint-Katelijne-Waver, Belgium
- Station model: Davis Vantage Pro 2
- Software: Meteobridge
- Contact:
Re: davisWLL
thx man!,
I was thinking to undouble the cron jobs, e.g. make two of them.
would that bypass the issue, probably set at different times, although at some point they will occur together?
are there any cron rules i could apply so they never run together?
cheers
I was thinking to undouble the cron jobs, e.g. make two of them.
would that bypass the issue, probably set at different times, although at some point they will occur together?
are there any cron rules i could apply so they never run together?
cheers
-
- Forecaster
- Posts: 186
- Joined: Mon Jan 31, 2022 4:41 pm
- Location: Sint-Katelijne-Waver, Belgium
- Station model: Davis Vantage Pro 2
- Software: Meteobridge
- Contact:
Re: davisWLL
doesnt work apperently...