Support for schedules provided by Stirling, serving Stirling, Australia.
waste_collection_schedule:
sources:
- name: stirling_wa_gov_au
args:
lat: LATITUDE
lon: LONGITUDE
lat
(Float) (required)
lon
(Float) (required)
waste_collection_schedule:
sources:
- name: stirling_wa_gov_au
args:
lat: -31.9034183
lon: 115.8320855
- Find the coordinates of your address using any map service like Google Maps. (the coordinates should be in decimal format with 7 decimal places)
- Write the coordinates in the configuration file.
Visit https://www.stirling.wa.gov.au/waste-and-environment/waste-and-recycling/residential-bin-collections and open the developer tools of your browser. Go to the network tab and filter. search for your address in the websites search bar and click on you address. In your network tab look for a GET request to https://www.stirling.wa.gov.au/aapi/map. Click on that request and look for the Request Headers. The fields
value of the Request Headers is latitude and longitude in inverse order!!! (longitude,latitude). Write the coordinates in the configuration file.