Skip to content

Commit

Permalink
Merge pull request #1 from monkee52/main
Browse files Browse the repository at this point in the history
Update to BCC New Open Data Platform
  • Loading branch information
mark1foley authored Jun 13, 2024
2 parents 3e98e6f + f48850b commit 7462328
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 528,629 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ While most Councils provide details of their waste collection schedules via thei

## Configuration

You will need to obtain your property number from the [Brisbane City Council Waster Collection Data Open Data Site](https://www.data.brisbane.qld.gov.au/data/dataset/waste-collection-days/resource/adcb0791-71f1-4b0e-bb6f-b375ac244896). Search for your address and copy the value in the Property_Number column of the table.
You will need to obtain your property number from the [Brisbane City Council Waste Collection Open Data Site](https://data.brisbane.qld.gov.au/explore/dataset/waste-collection-days-collection-days/table/). Search for your address and copy the value in the Property_Number column of the table.

Add the following to your `configuration.yaml` file:

Expand All @@ -28,9 +28,9 @@ sensor:
- platform: bne_wc
name: Brisbane Bin Day
scan_interval: 300
base_url: https://www.data.brisbane.qld.gov.au/data/api/3/action/datastore_search?resource_id=
days_table: adcb0791-71f1-4b0e-bb6f-b375ac244896
weeks_table: c6dbb0b3-1e00-4bb8-8776-aa1b8f1ecfaa
base_url: https://www.data.brisbane.qld.gov.au/api/explore/v2.1/catalog/datasets/{dataset_id}/records?where={query}&limit=1
days_table: waste-collection-days-collection-days
weeks_table: waste-collection-days-collection-weeks
property_number: <value you copied above>
```
Expand Down
Loading

0 comments on commit 7462328

Please sign in to comment.