Skip to content

Custom component to scrape weather activity ratings from weeronline.nl

Notifications You must be signed in to change notification settings

nelbs/Weeronline-activity-ratings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weeronline activity ratings

This platform scrapes the weather activity ratings from https://www.weeronline.nl/. The ratings for the following activities are included as attributes of a sensor.

  • Running
  • Walking
  • Bicycle
  • Barbeque
  • Beach
  • Terrace
  • Golf
  • Wintersport
  • Tennis
  • Watersport

HACS Installation

  1. Make sure you've installed HACS
  2. In the integrations tab, search for weatherratings.
  3. Install the Integration.
  4. Go to https://www.weeronline.nl/, search your city and copy the url
  5. Add weatherratings entry to configuration (see below)

Configuration

sensor:
  - platform: weatherratings
    url: 'https://www.weeronline.nl/Europa/Frankrijk/Parijs/4266446'
    name: 'weatherratings'
    type: 'tennis'
  • url: weeronline url of the location (required)
  • name: name of the sensor (optional) default=weatherratings
  • type: activity which will be used as the state of the sensor (optional) default=bicycle

About

Custom component to scrape weather activity ratings from weeronline.nl

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages