Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.45 KB

sjshire_wa_gov_au.md

File metadata and controls

45 lines (31 loc) · 1.45 KB

Shire of Serpentine Jarrahdale

Support for schedules provided by Shire of Serpentine Jarrahdale Bins and Collection Dates. Note - this does not account for public holidays (where your rubbish will usually be collected the following day).

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: sjshire_wa_gov_au
      args:
        address: ADDRESS
        predict: PREDICT

Configuration Variables

address (string) (required)

predict (bool) (optional, default=False)

Example

waste_collection_schedule:
  sources:
    - name: sjshire_wa_gov_au
      args:
        address: 6 Paterson Street MUNDIJONG WA 6123

How to get the source arguments

Visit the Shire of Serpentine Jarrahdale Bins and Collection Dates page and search for your address. The ADDRESS argument should exactly match the results of the property as shown in the search result.

Currently exporting out:

  • Rubbish
  • Recycling

Prediction of future collections

Extrapolation of future collections can be returned using the PREDICT boolean as True. If enabled, 4 weeks worth of collections will be returned based on the known schedule. Only the first value of each is returned from the search, the rest are predicted.