-
-
Notifications
You must be signed in to change notification settings - Fork 744
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
Add new source from Hungary/Erd #1341
Comments
Added it with PR #1344 :) |
Source will be part of release 1.44.0 or is available now as master (git) version |
Hi, I tried to use this provider, but unfortunately it doesn't work. I also tried to change the API_URL in eth_erd_hu.py from "https://www.eth-erd.hu/trashcalendarget" to ""https://www.eth-erd.hu/hulladeknaptar", but it still does not work. Can you please check it? Thanks in advance. |
The test cases do return entries: "Test_1": {"city": "Diósd", "street": "Diófasor", "house_number": 10},
"Test_2": {"city": "Érd", "street": "Hordó", "house_number": 3},
"Test_3": {"city": "Sóskút"}, What exactly do you mean with "it doesn't work"? Do you see anything in your logs? |
Hi,
unfortunately I don't see anything in the logs, the status of the entity is
"unknown". I tried it with the first and the second test case, nothing is
returned. If I try the other one for Hungary (fkf_bp_hu) it works properly.
What else should I check?
(The site https://eth-erd.hu/trashcalendergetstreets is currently under
construction, but I'm also not sure if it is the correct URL - can you
please check and give me some more information?
Thank you!
…On Sat, 27 Apr 2024 at 14:47, 5ila5 ***@***.***> wrote:
The test cases do return entries:
"Test_1": {"city": "Diósd", "street": "Diófasor", "house_number": 10},
"Test_2": {"city": "Érd", "street": "Hordó", "house_number": 3},
"Test_3": {"city": "Sóskút"},
What exactly do you mean with "it doesn't work"? Do you see anything in
your logs?
—
Reply to this email directly, view it on GitHub
<#1341 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD5ZLS2G2T6AVNAVDUU2DPDY7OM7VAVCNFSM6AAAAAA6KBHJV6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBQGU3TONRTGE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Which entity is unknown, the calendar or the sensors you created? "unknown" sensors mostly indicate an incorrect configured sensor. Is your calendar entity unknown? Are there entries in the calendar tab of HA? If so, make sure your waste_collection_schedule:
sources:
- name: eth_erd_hu
args:
city: Diósd
street: Diófasor
house_number: 10 If you still encounter any problems, please post your configuration (feel free to use example configuration instead of real address) |
Discussed in #1339
Originally posted by sthevenp October 19, 2023
Dear All,
Is there any chance to add this waste collection schedule service:
https://www.eth-erd.hu/hulladeknaptar
This page looks similar to this one:
FKF Budapest, HU (tahnks @tmshader)
Thanks in advance.
The text was updated successfully, but these errors were encountered: