Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wiltshire Not Pulling Data #1094

Open
4 tasks done
olly86 opened this issue Dec 20, 2024 · 2 comments
Open
4 tasks done

Wiltshire Not Pulling Data #1094

olly86 opened this issue Dec 20, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@olly86
Copy link

olly86 commented Dec 20, 2024

Name of Council

Wiltshire Council

Issue Information

Entity is created in Home Assistant but Raw Data always shows as {}, is setup with both UPRN and Postcode.

Verification

  • I searched for similar issues at https://github.com/robbrad/UKBinCollectionData/issues?q=is:issue and found no duplicates
  • I have checked my address/postcode/UPRN works on the council's website
  • I have provided a detailed explanation of the issue as well as steps to replicate the issue
  • I understand that this project is run by volunteer contributors therefore completion of this issue cannot be guaranteed
@olly86 olly86 added the bug Something isn't working label Dec 20, 2024
@dp247
Copy link
Collaborator

dp247 commented Dec 20, 2024

Please post your logs

@olly86
Copy link
Author

olly86 commented Dec 21, 2024

Logs as requested, I've blanked out my postcode and UPRN, if you need them I'm happy to PM them over.

2024-12-21 11:40:28.528 INFO (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] Unloading config entry 01JESAJKGW764BYT3HN01NJ5ZV.
2024-12-21 11:40:28.529 DEBUG (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] Successfully unloaded 'sensor' platform for entry_id=01JESAJKGW764BYT3HN01NJ5ZV.
2024-12-21 11:40:28.529 DEBUG (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] Successfully unloaded 'calendar' platform for entry_id=01JESAJKGW764BYT3HN01NJ5ZV.
2024-12-21 11:40:28.529 DEBUG (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] Unloaded and removed coordinator for entry_id=01JESAJKGW764BYT3HN01NJ5ZV.
2024-12-21 11:40:28.529 INFO (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] Setting up UK Bin Collection.
2024-12-21 11:40:28.529 DEBUG (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] Retrieved configuration: name=Wiltshire, timeout=60, update_interval=12 hours, icon_color_mapping=
2024-12-21 11:40:28.529 DEBUG (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] Built UKBinCollectionApp arguments: ['WiltshireCouncil', 'https://ilambassadorformsprod.azurewebsites.net/wastecollectiondays/index', '--postcode=SN4 8JD', '--uprn=10091085010']
2024-12-21 11:40:28.530 DEBUG (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] UKBinCollectionApp args: ['WiltshireCouncil', 'https://ilambassadorformsprod.azurewebsites.net/wastecollectiondays/index', '--postcode=SN4 XXX', '--uprn=XXXXXXXXXXX']
2024-12-21 11:40:28.531 DEBUG (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] UKBinCollectionApp initialized and arguments set.
2024-12-21 11:40:28.532 DEBUG (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] DataUpdateCoordinator initialized with update_interval=12:00:00.
2024-12-21 11:40:28.532 DEBUG (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] HouseholdBinCoordinator initialized with update_interval=12 hours.
2024-12-21 11:40:28.532 DEBUG (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] Starting data fetch with timeout=60 seconds.
2024-12-21 11:40:28.532 INFO (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] Fetching latest bin collection data.
2024-12-21 11:40:29.283 DEBUG (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] Data fetched: {
"bins": []
}
2024-12-21 11:40:29.283 DEBUG (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] Parsed data: {'bins': []}
2024-12-21 11:40:29.283 DEBUG (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] Next Collection Dates: {}
2024-12-21 11:40:29.283 DEBUG (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] Processed data: {}
2024-12-21 11:40:29.283 INFO (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] Bin collection data updated successfully.
2024-12-21 11:40:29.283 DEBUG (MainThread) [custom_components.uk_bin_collection] Finished fetching Wiltshire data in 0.751 seconds (success: True)
2024-12-21 11:40:29.283 INFO (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] Initial data fetched successfully.
2024-12-21 11:40:29.284 DEBUG (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] Coordinator stored in hass.data under entry_id=01JESAJKGW764BYT3HN01NJ5ZV.
2024-12-21 11:40:29.284 INFO (MainThread) [custom_components.uk_bin_collection.sensor] [UKBinCollection] Setting up UK Bin Collection Data platform.
2024-12-21 11:40:29.285 INFO (MainThread) [custom_components.uk_bin_collection.calendar] [UKBinCollection] Setting up UK Bin Collection Calendar platform.
2024-12-21 11:40:29.285 DEBUG (MainThread) [custom_components.uk_bin_collection.calendar] [UKBinCollection] Calendar entities added: []
2024-12-21 11:40:29.285 DEBUG (MainThread) [custom_components.uk_bin_collection] [UKBinCollection] Setup forwarded to platforms: ['sensor', 'calendar'].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants