Skip to content

Latest commit

 

History

History
71 lines (49 loc) · 1.51 KB

joondalup_wa_gov_au.md

File metadata and controls

71 lines (49 loc) · 1.51 KB

City of Joondalup

Support for schedules provided by City of Joonalup.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: joondalup_wa_gov_au
      args:
        number: NUMBER
        street: STREET
        suburb: SUBURB
        mapkey: MAPKEY

Configuration Variables

number
(string) (optional)

Your house number as it appears on the Joondalup website.

street
(string) (optional)

Your street name as it appears on the Joondalup website.

suburb
(string) (optional)

Your suburb as it appears on the Joondalup website.

mapkey
(string) (optional)

The unique identifier for your property used by the Joondalup website.

Example

Your must provide either:

  • the number, street and suburb, or
  • the mapkey

The following examples are equivalent

waste_collection_schedule:
  sources:
    - name: joondalup_wa_gov_au
      args:
        number: "2"
        street: "Ashburton Drive"
        suburb: "Heathridge"
waste_collection_schedule:
  sources:
    - name: joondalup_wa_gov_au
      args:
        mapkey: "785"

How to find your mapkey, if you want to use it

Search for your collection schedule on the Joondalup website. Wait for the schedule to load and the property image to be displayed. Right-click on the property image and copy image address. Examine the copied url, your mapkey is shown at the end of the url.