{"id":20333755,"url":"https://github.com/tuxuser/abfallapi_regioit_ha","last_synced_at":"2026-03-02T09:02:51.995Z","repository":{"id":45380921,"uuid":"237628853","full_name":"tuxuser/abfallapi_regioit_ha","owner":"tuxuser","description":"Abfall API (RegioIT) custom component for home assistant - Get an alert when garbage collection is due","archived":false,"fork":false,"pushed_at":"2023-11-13T19:12:48.000Z","size":196,"stargazers_count":10,"open_issues_count":2,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T14:32:15.647Z","etag":null,"topics":["collection","component","garbage","homeassistant","homeassistant-sensor","muell","muellabfuhr","regioit","sensor","smart-home","waste"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tuxuser.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-02-01T14:44:58.000Z","updated_at":"2025-08-05T06:50:25.000Z","dependencies_parsed_at":"2023-12-12T23:45:59.484Z","dependency_job_id":null,"html_url":"https://github.com/tuxuser/abfallapi_regioit_ha","commit_stats":{"total_commits":23,"total_committers":6,"mean_commits":"3.8333333333333335","dds":"0.30434782608695654","last_synced_commit":"44086138def57157a802ebe4f4cb775abff63d3f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tuxuser/abfallapi_regioit_ha","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuxuser%2Fabfallapi_regioit_ha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuxuser%2Fabfallapi_regioit_ha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuxuser%2Fabfallapi_regioit_ha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuxuser%2Fabfallapi_regioit_ha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tuxuser","download_url":"https://codeload.github.com/tuxuser/abfallapi_regioit_ha/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuxuser%2Fabfallapi_regioit_ha/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29996278,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["collection","component","garbage","homeassistant","homeassistant-sensor","muell","muellabfuhr","regioit","sensor","smart-home","waste"],"created_at":"2024-11-14T20:33:07.284Z","updated_at":"2026-03-02T09:02:51.974Z","avatar_url":"https://github.com/tuxuser.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg)](https://github.com/custom-components/hacs)\n\n\u003e **Note** \u003cbr\u003e\n\u003e By now there is a more feature-full and actively maintained Home Assistant plugin/addon called [Waste Collection Schedule](https://github.com/mampfes/hacs_waste_collection_schedule). \u003cbr\u003e\n\u003e Please switch to it! :smile:\n\n# Home Assistant sensor for german waste collection schedule (regioIT API)\n\n## Functionality\n\nThe sensor shows the bin which will be collected the next day. The complete collection schedule is available as attributes of the sensor\n\nSupported services:\n\n* Bergisch Gladbach (AWB / Neuenhaus)\n* Lindlar\n* ZEW\n* Dinslaken\n* Pinneberg\n* Lüdenscheid\n* Bergischer Abfallwirtschaftverbund\n* WML\n* KRWAF AWG / GEG\n* Aachen\n* Dorsten\n* Gütersloh\n* Halver\n* Coesfeld\n* Norderstedt\n* Solingen\n* Nürnberg (Stadt)\n\n![alt text](https://github.com/tuxuser/abfallapi_regioit_ha/blob/master/preview1.png \"glance card\")\n\n![alt text](https://github.com/tuxuser/abfallapi_regioit_ha/blob/master/preview2.png \"glance card details\")\n\n## Credits\n\nBased on [AWB Köln Home Assistant sensor](https://github.com/jensweimann/awb) by [jensweimann](https://github.com/jensweimann)\n\n## Installation\n\n### Manual\n\nCopy all files from custom_components/abfallapi_regioit/ to custom_components/abfallapi_regioit/ inside your config Home Assistant directory.\n\n### HACS\n\nSearch for `Abfall API (RegioIT)` in HACS -\u003e Integrations.\nInstall the integration and restart home assistant.\n\n## Discussion\n\n[Home Assistant Community Forum](https://community.home-assistant.io/t/german-mullabfuhr-sensor/168244)\n\n## Configuration\n\n### Setup sensor\n\n```yaml\n- platform: abfallapi_regioit\n  name: muellabfuhr\n  scan_interval: 3600\n  anbieter_id: KRWAF\n  ort: 'Ahlen'\n  strasse: 'Abtstraße'\n```\n\n### Customize\n\n```yaml\nsensor.muellabfuhr:\n  friendly_name: Heute Mülltonne rausstellen\n  icon: mdi:delete\n```\n\n### Automation\n\n```yaml\n- alias: Abfall Notification\n  trigger:\n    - platform: time\n      at: \"18:00:00\"\n    - entity_id: binary_sensor.someone_is_home\n      from: 'off'\n      platform: state\n      to: 'on'\n  condition:\n    - condition: and\n      conditions:\n      - condition: time\n        after: '09:00:00'\n      - condition: time\n        before: '23:00:00'\n      - condition: template\n        value_template: \"{{ (states.sensor.muellabfuhr.state != 'Keine') and (states.sensor.muellabfuhr.state != 'unknown') }}\"\n  action:\n    - service: notify.my_telegram\n      data_template:\n        message: \"{{ states.sensor.muellabfuhr.state }}\"\n```\n\n### Find anbieter_id\n\nBASE_URL can be found in [regioit_abfall_api.py](https://github.com/tuxuser/abfallapi_regioit_ha/blob/master/custom_components/abfallapi_regioit/regioit_abfall_api.py#L48) -\u003e CITIES\n\n```yaml\nanbieter_id: KRWAF\n```\n\n### Verify names for strasse and ort\n\n`GET https://\u003cBASE_URL\u003e/rest/orte`\n\nExample output:\n\n```json\n[\n {\"id\":3839714,\"name\":\"Ahlen\"},\n {\"id\":3840376,\"name\":\"Beckum\"},\n ...\n]\n```\n\n`GET http://\u003cBASE_URL\u003e/rest/orte/\u003cort_id\u003e/strassen`\n\nExample output:\n\n```json\n[\n {\"id\":3839716,\"name\":\"Abtstraße\",\"hausNrList\":[],\"ort\":{\"id\":3839714,\"name\":\"Ahlen\"}},\n {\"id\":3839725,\"name\":\"Agnes-Miegel-Straße\",\"hausNrList\":[],\"ort\":{\"id\":3839714,\"name\":\"Ahlen\"}},\n ...\n]\n```\n\n## DISCLAIMER\n\nThis project is in no way endorsed by or affiliated with regioIT, or any associated subsidiaries, logos or trademarks.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuxuser%2Fabfallapi_regioit_ha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftuxuser%2Fabfallapi_regioit_ha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuxuser%2Fabfallapi_regioit_ha/lists"}