Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.31 KB

hume_vic_gov_au.md

File metadata and controls

40 lines (28 loc) · 1.31 KB

Hume City Council

Waste collection schedules provided by Hume City Council.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: hume_vic_gov_au
      args:
        address: ADDRESS # FORMATTING MUST BE EXACT, PLEASE SEE BELOW
        predict: PREDICT

Configuration Variables

address
(string) (required)

predict
(bool) (optional, default=False)

Example

waste_collection_schedule:
  sources:
    - name: hume_vic_gov_au
      args:
        address: 280 SOMERTON ROAD ROXBURGH PARK  VIC  3064

How to get the correct address

Search your address on Hume City Council Know My Bin Day to ensure you use the correct address format. Leave out commas and include both "VIC" and your postcode.

Prediction of future collections

Extrapolation of future collections can be returned using the PREDICT boolean. 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 Council website, the rest are predicted.