Implementato controllo meteo su servizio online tramite driver, implementato driver per interfacciarsi con le api di openweathermap e wunderground

This commit is contained in:
lejubila
2018-07-15 23:18:59 +02:00
parent 419695b420
commit 2ea6588c32
10 changed files with 355 additions and 8 deletions

View File

@@ -1,2 +1,12 @@
# Fake driver for sample and testing
# Driver for check wather condition with wunderground online service
# Example of configuration in piGarden.conf
```bash
WEATHER_SERVICE="wunderground"
WUNDERGROUND_KEY="" # Set with your api key of wunderground
WUNDERGROUND_LOCATION="IY/Monsummano" # Set with your location indentify, see http://www.wunderground.com/weather/api/d/docs?d=resources/country-to-iso-matching&MR=1
```