Haha, great hint
I´m usually updating the system every end of the month and not going to every new version right away. So I also didn´t update the waste_collection_schedule and was on version 1.15.x.
Now I´ve updated to 1.16.0 and it´s working - thanks a lot for that!
I have installed this integration via HACS and tried to configure it with minimal settings. But when checking the configuration in settings, the circle stays endlessly. Once I take the config out, config check ends successfully directly. So somehow this is not working.
Any idea what is wrong? The ics file is accessible, putting it in a browser does directly show a download popup.
Strange. The configuration is valid and my machine doesnât hang up with it. However, the url returns error 404 (bad request) - but this has nothing to do with your initial issue.
I just realized that my ics google calendar query does not work with 1.16
Downgraded to 1.15 â working again. Haven´t seen any changes apart from new cities.
Any logs for interest?
I am not an expert too and I cannot find the knot in your lines.
Did you try to copy your script in developer tools and play around with it? With this tool I found some mistakes and got things to work.
Anyone able to assist with how I can split this detail into Rubbish and Recycling as Iâve tried to do (which didnât work)
Have read all the docs but not sure what Iâm doing wrong. Iâm using this source if it matters. Does seem to be fetching the data ok. The sensors part of my configuration.yaml is as below. Anything else I try to do just comes up as Unavailable as in my screenshot.
Hi. Need some assistance with this.
For some reason my Waste Collector adds the date to every calendar entry in the ICS File. So they all look something like this: âAbfuhrtermin Bioabfall Am 16.04.2022â
How can I set up my Waste Collection Schedule correctly?
My provider has a list of ics files for every type of waste and town. They can be downloaded separately from the website and get updated as well. Is this even possible to fetch with this plugin?
2022-04-10 08:15:53 ERROR (SyncWorker_6) [waste_collection_schedule.scraper] fetch failed for source ICS:
Traceback (most recent call last):
File â/var/snap/home-assistant-snap/487/custom_components/waste_collection_schedule/waste_collection_schedule/scraper.pyâ, line 116, in fetch
entries = self._source.fetch()
File â/var/snap/home-assistant-snap/487/custom_components/waste_collection_schedule/waste_collection_schedule/source/ics.pyâ, line 182, in fetch
return self.fetch_file(self._file)
File â/var/snap/home-assistant-snap/487/custom_components/waste_collection_schedule/waste_collection_schedule/source/ics.pyâ, line 211, in fetch_file
f = open(file)
FileNotFoundError: [Errno 2] No such file or directory: âwww/Abfallkalenderw.icsâ
I tried the whole path /avr/snap/home-assistant-snap/487/www/⌠to define the file location , copied the ICS File to /487 folder where the configuration.yaml is locatet nothing worked.