Replies: 1 comment 9 replies
-
your first street needs to be all capitalized (like your second one) But I do not get why you're using twice the same source you can use multiple customize statements in one source. If you want a dedicated calendar you can do this as well: waste_collection_schedule:
sources:
- name: fkf_bp_hu
args:
district: 1204
street: "Nyitra utca"
house_number: 10
customize:
- type: "Kommunális"
alias: "Kuka"
- type: "Szelektív"
alias: "Szelektív"
use_dedicated_calendar: true |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
First of all, thank you for creating this integration!
I run into a small problem where the scraping runs into an error. From the log I see that the problem is that the Nyitra utca is not found. However, it's in the log as an available street. I also checked the fkf_bp_hu site and it also recognise the street.
SO what am I doing wrong?
File "/config/custom_components/waste_collection_schedule/waste_collection_schedule/source/fkf_bp_hu.py", line 87, in fetch
raise Exception("Street not found, available streets: " + available_streets)
Exception: Street not found, available streets: Ábrahám Géza utca, Ady Endre utca ..... Nyitra utca and the rest.
In my configuration.yaml file I have the following:
Beta Was this translation helpful? Give feedback.
All reactions