DATA Model Weather (beta) - Medisana/vitadock-api GitHub Wiki
https://cloud.vitadock.com/data/weather
Call includes parameters &lon=123&lat=456 (replace 123 with longitude and 456 with latitude). For the weather ID, see https://openweathermap.org/weather-conditions (see also https://openweathermap.org/current )
Friendly Name | Parameter name | Description | Type | Comment |
Sunrise | sunrise | Sunrise time | timestamp (UTC) | 1369769524 |
Sundown | sundown | Sundown time | timestamp (UTC) | 1369821049 |
ID | id | Weather ID | Integer | e.g., 804 for overcast clouds |
Temperature | temperature | Temperature in Kelvin | Integer | Range: 0+ |
Humidity | humidity | Humidity in percent | Integer | Range: 0-100 |
Pressure | pressure | Pressure in hPa | Integer | |
Wind Speed | wind_speed | Wind speed in meter per second | Integer | Range: 0+ |
Wind Direction | wind_direction | Wind direction in degrees | Double | Range: 0.000 - 359.999 |
Rain | rain | Rain volume for the last 3 hours in mm | Integer | Range: 0+ |
Snow | snow | Snow volume for the last 3 hours in mm | Integer | Range: 0+ |
Cloudiness | cloudiness | Cloud coverage in percent | Integer | Range: 0-100 |