Weather-Station-Software / live-weather-station

Display on your WordPress site, in many elegant ways, the meteorological data collected by public or personal weather stations.
https://weather.station.software/
GNU General Public License v2.0
7 stars 2 forks source link

Services availability (as analytics tab) #1

Open jaz-on opened 1 year ago

jaz-on commented 1 year ago

This idea has been copied from the old todo.txt: requires discussion to add further details.

Pierre-Lannoy commented 1 year ago

I confirm that's a true problem for many users. Some API (like Weatherlink) are a pain is the ass in terms of stability. But for a user it's really complicated to "see" if it's a plugin issue or remote service issue. As Weather Station uses wp_remote_*() for all http remote operation, I think plugins like Traffic do exactly the needed job. That's the same think for the internal logger which may be advantageously replaced by DecaLog plugin provided Weather Station embed DecaLog SDK (which is done exactly for that).

Note: this is just a personal opinion ;)