mampfes / hacs_waste_collection_schedule

Home Assistant integration framework for (garbage collection) schedules
MIT License
988 stars 631 forks source link

[Bug]: abfall_io returns only part of the Data #1830

Closed Pinky007 closed 6 months ago

Pinky007 commented 6 months ago

I Have A Problem With:

A specific source

What's Your Problem

I have my setup setup for the Böblingen area fro more than 2 years and it was working fine. `waste_collection_schedule: sources:

However, it seems that since 2024, the Paper (53) and recyclable (werkstoff) (299) are not read anymore. If I go to the website https://www.awb-bb.de/Abfuhrtermine, I can see that they are still available.

I tried to check if the "abfallarten" numbers changed but my reasearch pointed to the fact that there was no change. The key seems also to be the same as it is still working for the general waste as well as for Organics.

I am not sure where it could come from and would be happy for any help.

Thank you!

Source (if relevant)

abfall_io

Logs

no relevant logs

Relevant Configuration

`waste_collection_schedule:
  sources:
    - name: abfall_io
      args:
        key: !secret waste_collection_key
        f_id_kommune: 2990
        f_id_bezirk: 17,18,19,20
        f_id_strasse: 522
        f_abfallarten:
          - 50
          - 53
          - 31
          - 299`

Checklist Source Error

Checklist Sensor Error

Required

5ila5 commented 6 months ago

I cannot reproduce this issue as

waste_collection_schedule:
  sources:
    - name: abfall_io
      args:
        key: "8215c62763967916979e0e8566b6172e"
        f_id_kommune: 2990
        f_id_bezirk: 17,18,19,20
        f_id_strasse: 522
        f_abfallarten:
          - 50
          - 53
          - 31
          - 299

returns Papier collection (next 2024-03-02) and Wertstoffe (next 2024-03-14)

Pinky007 commented 6 months ago

Hello 5ila5, Thanks for checking and the feedback. Seems that I have something deeper underlying.

I'll close this for the moment!

Pinky007 commented 6 months ago

Found the issue after further looking into my config: Papier was changed to Papier 120l/240l And the same for Restmüll on the abfall_io database So data was coming in but wasnt parsed the right way.

Thanks for the support and hope this helps if anyone else need it :)