UKBinCollectionData icon indicating copy to clipboard operation
UKBinCollectionData copied to clipboard

UK Council Bin Collection Data Parser Outputting Bin Data as a JSON

Results 102 UKBinCollectionData issues
Sort by recently updated
recently updated
newest added

### Name of Council Cheshire West & Chester Council ### Issue Information ``` This error originated from a custom integration. Logger: custom_components.uk_bin_collection.sensor Source: helpers/update_coordinator.py:315 integration: UK Bin Collection Data (documentation,...

bug

### Name of Council Three Rivers District Council ### Example Address/Postcode WD3 7AZ ### Additional Information From this link https://my.threerivers.gov.uk/en, click Bin Collection Day. Requires a postcode and gives you...

council request

### Name of Council Argyll and Bute ### Example Address/Postcode PA47 7SY ### Additional Information https://www.argyll-bute.gov.uk/rubbish-and-recycling/household-waste/bin-collection ### Verification - [X] I searched for similar issues at https://github.com/robbrad/UKBinCollectionData/issues?q=is:issue and found no...

council request

### Name of Council Lancashire County Council ### Example Address/Postcode PR9 8DN ### Additional Information _No response_ ### Verification - [X] I searched for similar issues at https://github.com/robbrad/UKBinCollectionData/issues?q=is:issue and found...

council request

Sample code: ``` import json import re import requests from tabulate import tabulate def get_councils_from_files(): url = "https://api.github.com/repos/robbrad/UKBinCollectionData/contents/uk_bin_collection/uk_bin_collection/councils" response = requests.get(url) data = response.json() return [item['name'].replace('.py', '') for item in...

enhancement
idea

Adding support for Epping Forest District Council should close #554

### Name of Council Huntingdon District Council ### Issue Information The lookup of collections for Huntingdon District Council no longer functions correctly. I suspect this might be as they have...

bug

### Name of Council Rugby borough council ### Issue Information For the past week the entities are unavailable stating the integration is no longer providing this information. I'm running the...

bug

### Name of Council Dacorum Borough Council ### Example Address/Postcode HP3 9JY ### Additional Information https://webapps.dacorum.gov.uk/bincollections/ Requires postcode in text input then select house number from option list ### Verification...

council request

### Name of Council South Ribble Council ### Example Address/Postcode 23 Walnutwood Avenue PR5 6DT ### Additional Information https://southribble-ss.achieveservice.com/AchieveForms/?mode=fill&form_uri=sandbox-publish%3A//AF-Process-d3971054-2e93-4a74-8375-494347dd13fd/AF-Stage-2693df73-8a5f-4e24-86b8-456ef81dd4a1/definition.json&process=1&process_uri=sandbox-processes%3A//AF-Process-d3971054-2e93-4a74-8375-494347dd13fd&process_id=AF-Process-d3971054-2e93-4a74-8375-494347dd13fd&accept=yes&consentMessageIds[]=3 ### Verification - [X] I searched for similar issues at https://github.com/robbrad/UKBinCollectionData/issues?q=is:issue...

council request