Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.35 KB

roundlookup_uk.md

File metadata and controls

53 lines (36 loc) · 1.35 KB

Malvern Hills District Council

Support for schedules provided by multiple UK councils via the roundlookup service.

Configuration via configuration.yaml

waste_collection_schedule:
    sources:
    - name: roundlookup_uk
      args:
        council: "DISTRRICT" # see below
        uprn: "UPRN"

Configuration Variables

uprn
(String | Integer) (required)

council
(String) (required)

should be one of the following:

Example

waste_collection_schedule:
    sources:
    - name: roundlookup_uk
      args:
        uprn: "100120597618"

How to get the source argument

Easy way (with external tool)

An easy way to discover your Unique Property Reference Number (UPRN) is by going to https://www.findmyaddress.co.uk/ and entering in your address details.

Harder way (with browser developer tools)

  1. Go to the Bin day form of your council (see above)
  2. Enter your postcode and click "Find address".
  3. Right click -> inspect element on the address dropdown.
  4. Your UPRN will be in the value attribute of the option tag containing your address.