mampfes / hacs_waste_collection_schedule

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

[Bug]: No Data for Nürnberger Land #1631

Closed GunterAv closed 8 months ago

GunterAv commented 8 months ago

I Have A Problem With:

The integration in general

What's Your Problem

Hello,

I no longer receive data for residual waste, Giftmobil and organic waste. The error is since today. (HA Core 2024.1.0)

I reinstall with Version: "Master". Downloaded Version : e1ea6a9

Best reagrds Gunter

Source (if relevant)

nuernberger_land_de

Logs

No response

Relevant Configuration

configuration.yaml:
waste_collection_schedule:
sources:
- name: nuernberger_land_de
args:
id: 16432001

sensors.yaml:

    platform: waste_collection_schedule
    name: muell
    types:
        "Biotonne"
        "Restmüll"
        "Papier"
        "Gelber Sack"
        "Giftmobil Röthenbach"

Checklist Source Error

Checklist Sensor Error

Required

flushbug commented 8 months ago

It seems like they have added some leading digits "X-" or "XX-" to the original ID in the ICS link.

The new links are looking like this :

https://abfuhrkalender.nuernberger-land.de/waste_calendar/ical?id=95-15584001&filter=rm:bio:p:dsd:poison

I changed the ID in my config from 15584001 to 95-15584001 and it works.

Fixed the documentation with PR https://github.com/mampfes/hacs_waste_collection_schedule/pull/1632

GunterAv commented 8 months ago

Hello,

Thank you, your tip has helped.