Data from this waether station can be uploaded via Wi-Fi to 4 different weather servers and 1 user's own server.
Set you device to upload data to your server and script via http GET in "WS view" application
!! https is not supported (and curretly not planned)
If you have more than one weather station, you can use station id and key to indentify station or for some basic security to verify that device that is uploading data is really that device (which is really funny when you can use only http).
I use
-
Debian linux - Buster
-
Influxdb 1.8.6 https://computingforgeeks.com/install-influxdb-on-debian-10-buster-linux/
-
Grafana 8.0.0 https://grafana.com/docs/grafana/latest/installation/debian/
- Grafana Gauge panel for wind direction visualization https://github.com/briangann/grafana-gauge-panel
-
influxdb php client from https://github.com/influxdata/influxdb-client-php
As garni send values in Anglo-American measurement units - script tries to convert values to more common units in our country:
- F -> C
- InHg -> hPa
- mph -> m/s
- in -> mm
And some settings leaved untouched - for example for weeklyrainin - week starts on sunday.
Finally it's quite easy to connect grafana to influxdb datasource and add graphs for individual values.