A major release (5.1) is being released, please read this post as well : domoticaforum.eu/viewtopic.php?f=99& ... 050#p98676
Afvalwijzer 3.8 is available on ToonStore.
Changelog version 3.8:
- area-afval.nl implemented (waste provider 25, download ical from their website and copy the file to Toon as /root/waste/waste_calendar.ics
The file contains the full year calendar, so repeat once a year when next year's calendar is published
Changelog version 3.7:
- avalex.nl implemented (waste provider 24, enter ical calendar id in settings screen)
Changelog 3.6
- extra icons named "A" through "Z" will show only during the full day from midnight to midnight (useful for birthdays)
other icons "a" through "z" will use the display hour value from the configuration screen (useful for waste related items)
- added 'BEST tas' category for RD4, new icon designed by Vibestar
Previous info:
I started implementing a file with extra waste dates to be added to the waste provider data as requested here on this forum but ended up with custom categories and icons as well.
With this you can basically use the app not only for waste dates but also for any sort of calendar reminders, birthdays, wedding dates, whatever......
The extra files can either be hosted on any webserver or placed locally on Toon.
Result looks like this (some snippets): When you want to store files locally on Toon use "file:///root/waste.txt" for instance instead of "http://192.168.1.192/waste.txt" in the config screen.
The file with extra waste dates should have the following format (either Unix or DOS text files):
YYYY-MM-DD,X
YYYY-MM-DD,X
etc...
Where X = : (built-in fixed descriptions)
"0" : Restafval
"1" : Plastic/Metaal/Drankpakken
"2" : Papier/karton
"3" : Groente/Fruit/Tuinafval
"4" : Snoeiafval
"5" : Textiel
"6" : Steen en puin
"7" : KGA
"8" : Groot vuil
"9" : Kunststoffen
"!" : BEST tas
or "A" through "Z" for custom icons and descriptions (use capitals), shown from midnight to Midnight
or "a" through "z" for custom icons and descriptions (use capitals), shown using the 'display from hour setting'
In this example the file with dates is called waste.txt on my webserver and contains this:
Code: Select all
2018-02-14,7
2018-02-15,7
2018-02-16,A
2018-02-16,B
If you want to use custom icons these should be placed in the folder mentioned in the configuration screen and named A.png, B.png etc.
This same folder should also contain the file "iconLabels.txt" with custom descriptions in JSON format.
In this case the file iconLabels.txt contains
Code: Select all
{"A": "Verjaardag A", "B": "Verjaardag B"}
Create png files with size 126 x 126 pixels, and make sure you make the background transparent otherwise it doesn't look good on the dim screen.
If you have designed nice icons for birthdays, weddings, metal waste collection or whatever, feel free to share them here.
As always, comments and feedback are welcome.
Replacement icons designed by madpatrick (overwrite the existing ones in the drawables folder of wastecollection): Additional icons designed by Vibestar (who also designed the main app icons) for
- Metal
- Wedding
- Wedding (gender neutral )
- Library (return books)
- Birthday Kind regardz,
Toonz