Abfall-Abfrage Converter

Convert iCal links for smart home systems

Deutsch English

Documentation: Smart Home Integrations

Here you will find detailed instructions for integrating the Abfall-Abfrage Converter into various smart home systems. Select the desired system from the tabs below.

Home Assistant integration

Prerequisites

  • A working Home Assistant installation
  • Access to HACS (Home Assistant Community Store)
  • Your personal link code from the Abfall-Abfrage Converter

Step-by-step instructions

1

Install Waste Collection Schedule

First install the "Waste Collection Schedule" integration via HACS (Home Assistant Community Store).

More questions? You can find the full documentation and help on GitHub:
Dies ist die offizielle Integration für Home Assistant.
Go to GitHub
2

Add integration

In Home Assistant, go to Settings → Devices & Services → Add Integration and search for Waste Collection Schedule.

Integration hinzufügen
3

Select country

In the next step, select Austria as the country.

Land auswählen
4

Select service provider

Select data_umweltprofis_at as the service provider.

Provider auswählen
5

Insert XML URL

Generate your XML code on the page abfall-abfrage.com and insert the full URL into the xmlurl field:

https://abfall-abfrage.com/abfall/public/xml.php?code=YOUR_CODE
XML URL einfügen
6

Done!

The integration is now complete. Your waste collection dates will be displayed in Home Assistant.

YAML configuration (alternative)

Alternatively, you can also configure the integration via YAML. Add the following configuration to your configuration.yaml file:

waste_collection_schedule:
  sources:
    - name: data_umweltprofis_at
      args:
         xmlurl: https://abfall-abfrage.com/abfall/public/xml.php?code=YOUR_CODE
      customize:
        - type: Restabfall
          alias: Restabfall
          picture: https://abfall-abfrage.com/abfall/public/assets/img/restabfall/Restabfall-ha.png
        - type: Altpapier
          alias: Altpapier
          picture: https://abfall-abfrage.com/abfall/public/assets/img/papier/Altpapier-ha.png
        - type: Gelber Sack
          alias: Gelber Sack
          picture: https://abfall-abfrage.com/abfall/public/assets/img/gelbersack/Gelbersack-ha.png
        - type: MASI
          alias: MASI
          show: true     
          picture: https://abfall-abfrage.com/abfall/public/assets/img/masi/Masi-ha.png
      calendar_title: Abfallkalender
  day_switch_time: "13:00"
  fetch_time: "04:00"

Replace YOUR_CODE with your personal link code and adjust the waste types and images as needed.

Display in Home Assistant

After successful installation, you can display the waste collection dates in Home Assistant in various ways:

  • Automations: Create automations to notify you of upcoming collection dates.
  • Lovelace cards: Use special cards like "auto-entities" or "Upcoming Events List Card" to display the next collection dates.
  • Calendar view: Add the waste calendar to your calendar view.

You can use the images found on the waste images page to visually enhance your Lovelace cards.

Tips & troubleshooting

  • Error with the integration: Check that the URL is correct and your link code is valid.
  • No dates visible: Make sure the iCal URL in your profile is correct.
  • Adjust waste type names: You can adjust the names of the waste types in your profile.
  • Error in log: Check the Home Assistant logs for possible error messages when processing the data.