Skip to content
jvanderzande edited this page Feb 9, 2020 · 30 revisions

Welcome to the GarbageCalendar wiki!

/##### DRAFT ###################################

This Domoticz time scrip will retrieve the garbage collection calendar information for your home address, update a TEXT device in Domoticz and optionally send you a notification at the specified time 0-x days before the event.
This repository is a replacement for the initial repository I started: https://github.com/jvanderzande/mijnafvalwijzer. The main difference is that the old repository had separate scripts for each supported website where this repository is modular, making it easier to maintain and add new website modules for other municipalities.
It has a main script called "script_time_garbagecalendar.lua".
The subdirectory "garbagecalendar" contains all available modules for the supported municipality websites and your personal configuration file "garbagecalendarconfig.lua".
The selected module scripts is ran one time per day in the background to get the website data and save that to a datafile which is used by the mainscript at the requested times.

Detailed Setup instructions can be found in the Wiki

Clone this wiki locally