ggla.blogg.se

Wunderground api
Wunderground api












wunderground api

  • feelslike_c: Feels like (or apparent) temperature in Celsius.
  • dewpoint_string: Text summary of dew point.
  • dewpoint_f: Temperature in Fahrenheit below which water droplets begin to condense and dew can form.
  • dewpoint_c: Temperature in Celsius below which water droplets begin to condense and dew can form.
  • alerts: Current severe weather advisories.
  • The following conditions can be monitored.
  • monitored_conditions array ( Required): Conditions to display in the frontend.
  • Defaults to coordinates defined in your configuration.yaml.

    wunderground api

    longitude ( Optional): Longitude coordinate to monitor weather of (required if latitude is specified).latitude ( Optional): Latitude coordinate to monitor weather of (required if longitude is specificed).If not specified, it defaults to English (EN). The current list of all Wunderground language codes is available here. lang ( Optional): Specify the language that the API returns.

    wunderground api

    If you do not enter a PWS ID, the current location information (latitude and longitude) from your configuration.yaml will be used to display weather conditions. The current list of Wunderground PWS stations is available here. pws_id ( Optional): You can enter a Personal Weather Station ID.api_key ( Required): The API key for Weather Underground.# Example configuration.yaml entry sensor : - platform : wunderground api_key : your_api_key monitored_conditions : - alerts - dewpoint_c














    Wunderground api