https://github.com/klein0r/iobroker.trashschedule
Calculates trash pickup dates by using an ical calendar
https://github.com/klein0r/iobroker.trashschedule
calendar ical iobroker iobroker-adapter smarthome trash
Last synced: about 1 year ago
JSON representation
Calculates trash pickup dates by using an ical calendar
- Host: GitHub
- URL: https://github.com/klein0r/iobroker.trashschedule
- Owner: klein0r
- License: mit
- Created: 2019-11-24T18:47:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-26T13:21:55.000Z (about 1 year ago)
- Last Synced: 2025-03-30T17:08:40.954Z (about 1 year ago)
- Topics: calendar, ical, iobroker, iobroker-adapter, smarthome, trash
- Language: JavaScript
- Homepage: https://haus-automatisierung.com/
- Size: 12.9 MB
- Stars: 32
- Watchers: 3
- Forks: 16
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG_OLD.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

# ioBroker.trashschedule
[](https://www.npmjs.com/package/iobroker.trashschedule)
[](https://www.npmjs.com/package/iobroker.trashschedule)








## Versions



Calculates the days left until next trash pickup
## Sponsored by
[](https://haus-automatisierung.com/iobroker-kurs/?refid=iobroker-trashschedule)
## Installation
Please use the "adapter list" in ioBroker to install a stable version of this adapter. You can also use the CLI to install this adapter:
```
iobroker add trashschedule
```
## Documentation
[🇺🇸 Documentation](./docs/en/README.md)
[🇩🇪 Dokumentation](./docs/de/README.md)
## Credits
- SVG: https://pixabay.com/de/vectors/behälter-kann-deckel-offen-grün-310937/
## Sentry
**This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.** For more details and for information how to disable the error reporting see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry reporting is used starting with js-controller 3.0.
## Changelog
### 4.0.0 (2025-01-05)
NodeJS >= 20.x and js-controller >= 6 is required
* (@klein0r) Fixed deletion of api cache files
* (@klein0r) Added additional JSON state for each type
* (@klein0r) Improved logging
### 3.4.1 (2024-11-24)
* (@Sickboy78) Awido: Increased number of fetched pickups per type (1 month)
### 3.4.0 (2024-11-07)
* (@klein0r) Validate user inputs in instance configuration
* (@Sickboy78) Added Awido as Webservice
### 3.3.0 (2024-04-28)
NodeJS >= 18.x and js-controller >= 5 is required
* (klein0r) Improved error reporting / log messages
* (klein0r) Fixed translations
* (klein0r) Added Abfall+ as Webservice
### 3.2.0 (2024-01-22)
* (klein0r) Added more providers
## License
MIT License
Copyright (c) 2025 Matthias Kleine
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.