Source arguments for EBE Essen #1902
Unanswered
slartibartfass
asked this question in
Q&A
Replies: 1 comment
-
The website uses the new API there is PR (#1802) open fixing this, but we could just support this by using the ICS source and add dedicated documentation for them (there is allready mechanism for that) needs to be done in the near future. You can just copy the ICS button URL and put it in the ICS source (then change the year with waste_collection_schedule:
sources:
- name: ics
args:
url: https://api.abfall.io/?key=51be67f3758f1fb57b420efe065c0663&mode=export&idhousenumber=32918&wastetypes=51,1146,66,177,42,1826&timeperiod={%Y}0101-{%Y}1231&showinactive=false&type=ics Alternativly they seem to still support the old API with an old key.
You can generate this by cloning the repository and running the wizzard: git clone https://github.com/mampfes/hacs_waste_collection_schedule
cd hacs_waste_collection_schedule
pip install inquirer
# or
pip3 install inquirer
python custom_components/waste_collection_schedule/waste_collection_schedule/wizard/abfall_io.py |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Entsorgungsbetriebe Essen
https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/abfall_io.md
Doe anyone get EBE Essen to work with hacs_waste Collection.
The URL EBE delivers kind of..
https://api.abfall.io/?key=51be67f3758f1fb57b420efe065c0663&mode=export&idhousenumber=9806&wastetypes=1146,66,42&timeperiod=20240101-20241231&showinactive=false&type=pdf
or
https://api.abfall.io/?key=51be67f3758f1fb57b420efe065c0663&mode=export&idhousenumber=12260&wastetypes=51,1146,66,177,42&timeperiod=20240101-20241231&showinactive=false&type=pdf
So i got a key (51be67f3758f1fb57b420efe065c0663) parameters for f_abfallarten (51,66,117,42)
But where is
f_id_kommune
f_id_bezirk
f_id_strasse
f_id_strasse_hnr
Beta Was this translation helpful? Give feedback.
All reactions