Wish_list 2020 releases

Post in this topic all your ideas about enhancements for future releases
For installation problems and “How-To” questions use the PWS_Dashboard April 2020 release Q&A topic.

A lot has changed in the April release compared to the last 2019 release. I will check the previous “wish-list” in the coming days and copy the “not yet implemented” ideas to this topic.

When posting your ideas please always mention

  • The URL to your current website
  • If you saw somewhere else anything you want, also the URL of that site
  • Be specific, with examples as possible

Wim

Hi

I would like to see the total sunshine hours per day if possible

Thanks

Graham

Does your weather-program measures that? I think at least a solar sensor is necessary also?

The only thing one can calculate themselves is the hours of daylight. Between sunrise / sunset. Basted on latitude / longitude.
That is already on the sun block/popup.

Wim

Hi

Yes I do have a solar sensor

I believe it is possible to calculate sunshine hours from this sensors readings

It is sunny when the reading is above 120 Wm - Cumulus used to calculate the sunshine hours using this value

Graham

what software are you using ?
WD can be set to calculate sunshine hours

Hi

Im using PWS

graham

what is PWS?

Hi

Its this

https://pwsdashboard.com/

And my station is here

http://www.gandmwoolf.co.uk/PWS/

Regards

Graham

@ALL It is helpful to always add the link to your website. Either with EVERY post or add it one-time in your forum profile

OK, the question is "what weather-program are you using? => That is Meteobridge according to your website.

I do not think Meterobridge supports that directly Templates - meteobridge

sun0total: sunshine duration in hours (only supported on Davis Vantages equipped with a 3rd party sunshine detector)

So the PWS_Dashboard can not display that value as a website can only display what is delivered by the weather-program or other sources.

Wim

Hi

Thanks for the reply

Would it not be possible to keep an internal record of how many minutes the solar sensor value is above 120 Wm and then convert that to sunshine hours

Regards

Graham

That can only be doen by a weather-program. As that is running 24 hours/day fulltime.

A website is only active when there is a visitor or when there is a cronjob.
So the website will lose any “in between” values.

In your case f.i. with “scattered clouds” one should measure every time a solar sensor sends its value.
That happens every so many seconds. A weather-program can then do the calculations.

No website provider would allow that frequent uploads + running the PHP-fileload-save scripts to do the calculation every upload.

Wim

Hi

Thanks - I see the problem

Regards

Graham

If it were possible it would be nice to also have all the secondary parts of the site such as the information in the aurora borealis box, translated into Italian. If it were like the translation of Aeris weather conditions etc, it would take a moment to help translate.

I would like the Sorica page to be updated directly from the WL API

I don’t know if the second request is feasible

Aurora done

Aeris will be done shortly.
Aeris has a lot of combined texts, Coded Weather | AerisWeather API | AerisWeather
It just takes a few days to create the code that is correct. Then translation will be easy.
FYI I attache a part of the code, the english words will be mostly replaced with words already in the translation files.
Better not invest to much time to translate is now.

Sorica page is not translated by Google. What page do you refer to?

Wim

#Cloud Codes
CL|CL|Clear|Cloud coverage is 0-7% of the sky.
CL|FW|Fair/Mostly sunny|Cloud coverage is 7-32% of the sky.
CL|SC|Partly cloudy|Cloud coverage is 32-70% of the sky.
CL|BK|Mostly Cloudy|Cloud coverage is 70-95% of the sky.
CL|OV|Cloudy/Overcast|Cloud coverage is 95-100% of the sky.

#Coverage Codes
CC|AR|Areas of|
CC|BR|Brief|
CC|C|Chance of|
CC|D|Definite|
CC|FQ|Frequent|
CC|IN|Intermittent|
CC|IS|Isolated|
CC|L|Likely|
CC|NM|Numerous|
CC|O|Occasional|
CC|PA|Patchy|
CC|PD|Periods of|
CC|S|Slight chance|
CC|SC|Scattered|
CC|VC|In the vicinity/Nearby|
CC|WD|Widespread

#Intensity Codes
IC|VL|Very light|
IC|L|Light|
IC|H|Heavy|
IC|VH|Very heavy

#Weather Codes
WC|A|Hail|
WC|BD|Blowing dust|
WC|BN|Blowing sand|
WC|BR|Mist|
WC|BS|Blowing snow|
WC|BY|Blowing spray|
WC|F|Fog|
WC|FR|Frost|
WC|H|Haze|
WC|IC|Ice crystals|
WC|IF|Ice fog|
WC|IP|Ice pellets / Sleet|
WC|K|Smoke|
WC|L|Drizzle|
WC|R|Rain|
WC|RW|Rain showers|
WC|RS|Rain/snow mix|
WC|SI|Snow/sleet mix|
WC|WM|Wintry mix|
WC|S|Snow|
WC|SW|Snow showers|
WC|T|Thunderstorms|
WC|UP|Unknown precipitation|
WC|WP|Waterspouts|
WC|ZF|Freezing fog|
WC|ZL|Freezing drizzle|
WC|ZR|Freezing rain|
WC|ZY|Freezing spray

For the historical data page, I meant it would be nice if it took the data directly from WL.com. It happens that in the restart of the wifi logger or power failure, the template starts from -18 temperature values ​​etc. I admit that I always have a history file already saved always

For the translation of parts of the template, it is never a problem. I cprretto a bit 'all the translation into Italian, in several places it was inconsistent; however I did everything in about 15 minutes

Hi,

Is it possible to update the wind / rain / solar every 5 seconds?

Using clientraw.txt/meteohub update every 5 seconds and latest version of PWS

Regards
Martijn

All is possible, yes you can change that, but no normal website-provider will allow these heavy scripts reloaded every 5 seconds. Your provider will simply block your website as has happened with others before.

For every block on the Dashboard there is a separate script. Every script also has to load the clientraw, convert the values to your units (f.i. wind from knots to km/h) , load the history to get high-lows, do some housekeeping and generate the html to sent it back to the dashboard block.

I already answered you when you asked the same question “Martan on 08-06-2019, 14:45:48
http://discourse.weather-watch.com/p/528222

Same question, same answer:
Just edit the block-definitions and set your own refresh times for them.

Wim

Hi,

I see was locking into the wrong file. It is now PWS_blocks. :smiley:
Tnx

Hi Wim,

I noticed a few errors associated with the display of the ° symbol. If you could add the “°” where appropriate.

Thanks!!

Michael

Site: http://100.16.70.149:8888/pwsWD/index.php

Is it possible to have UV and Solar graphs?