Toon app: Afvalwijzer
Moderators: marcelr, TheHogNL, Toonz
Re: Toon app: Afvalwijzer
Question to all: I have now added the BEST tas as category for RD4. Are there any other waste providers supporting the BEST tas as well?
Just let me know and I will include these as well.
Otherwise expect version 3.6 on Tuesday.
Preliminary changelog:
3.6
- extra icons named "A" through "Z" will show only during the full day from midnight to midnight
extra icons with lower case characters will use the display hour value from the configuration screen.
Note: on Toon (Linux) "A.png" is a different file as "a.png"
- added 'BEST tas' category for RD4 with this icon:
I will also create a new thermostat mod for 4.13.7 shortly with support for the extra icons/dates, the BEST tas and 24h display of extra icons.
Kind regardz,
Toonz
Just let me know and I will include these as well.
Otherwise expect version 3.6 on Tuesday.
Preliminary changelog:
3.6
- extra icons named "A" through "Z" will show only during the full day from midnight to midnight
extra icons with lower case characters will use the display hour value from the configuration screen.
Note: on Toon (Linux) "A.png" is a different file as "a.png"
- added 'BEST tas' category for RD4 with this icon:
I will also create a new thermostat mod for 4.13.7 shortly with support for the extra icons/dates, the BEST tas and 24h display of extra icons.
Kind regardz,
Toonz
member of the Toon Software Collective
Re: Toon app: Afvalwijzer

I also updated my previous zip file. The png images were all white and they have to be a little grey.
- Attachments
-
- Icons.zip
- (30.29 KiB) Downloaded 440 times
Re: Toon app: Afvalwijzer
Thanks a lot, will use the left one. Much better then mine 
EDIT: looking great on Toon. Well done!!

EDIT: looking great on Toon. Well done!!
member of the Toon Software Collective
- madpatrick
- Member
- Posts: 107
- Joined: Wed Dec 06, 2017 9:52 pm
- Location: Zuid-Holland
Re: Toon app: Afvalwijzer
Hi,
I've modified the icons to wastebin icons and removed the circle in the background.

I've modified the icons to wastebin icons and removed the circle in the background.

- Attachments
-
- drawables.zip
- Toon waste icons
- (48.09 KiB) Downloaded 476 times
Re: Toon app: Afvalwijzer
Hi all,
Afvalwijzer 3.6 is available on ToonStore.
See the first post for the changelog.
I also created a new thermostat mod for firmware version 4.13.7 which copies the behaviour of custom icons of this new version. Older thermostat mods will still work but have not implemented the midnight to midnight display of some custom icons.
Kind regardz,
Toonz
Afvalwijzer 3.6 is available on ToonStore.
See the first post for the changelog.
I also created a new thermostat mod for firmware version 4.13.7 which copies the behaviour of custom icons of this new version. Older thermostat mods will still work but have not implemented the midnight to midnight display of some custom icons.
Kind regardz,
Toonz
member of the Toon Software Collective
Re: Toon app: Afvalwijzer
@Toonz
so for thermostat_mod_show_waste_fw_4.13.7.zip I need software 4.13.7 on my Toon?
Will the upgrade scrip @TheHogNL work? Toon firmware - update script rooted-v2.0.zip
I am a little bit scared to run it.
I will not receive automatic upgrades from Eneco, they delete my Toon from there database.
If I want I can ask for a new subscription but I also need an abo for that 4,50.
Thanks for your advice.
so for thermostat_mod_show_waste_fw_4.13.7.zip I need software 4.13.7 on my Toon?
Will the upgrade scrip @TheHogNL work? Toon firmware - update script rooted-v2.0.zip
I am a little bit scared to run it.
I will not receive automatic upgrades from Eneco, they delete my Toon from there database.
If I want I can ask for a new subscription but I also need an abo for that 4,50.
Thanks for your advice.
Re: Toon app: Afvalwijzer
Which firmware version do you have? I can easily recreate this mod for earlier versions.
Or go for the upgrade script....(haven't tried myself yet)
Or go for the upgrade script....(haven't tried myself yet)
member of the Toon Software Collective
Re: Toon app: Afvalwijzer
I am on version 4.11.6
Re: Toon app: Afvalwijzer
Hi all, first of thanks for all the great work on toon apps like this.
I am havind some issues with the manual date proces. My waster service avalex is an unlikely candidate for automatic import as they provide a 1 year plan in pdf but only a roling month via cal.
So i have been trying to get the wasteapp to work with a txt file of dates, but for whatever reason it does not load any dates.
Settingsin the app:
everything is set to "0"
display icon from hour : 15
location extra dates file:///root/waste/avalex18.txt
content of avalex18.txt is formatted as:
2018-03-29,0
The display runs through the loading message but returns not futher planned collection dates nor does the tile show an icon or date.
Am i doing something wrong or is the feature not added for the 0/manual option somehow?
I am havind some issues with the manual date proces. My waster service avalex is an unlikely candidate for automatic import as they provide a 1 year plan in pdf but only a roling month via cal.
So i have been trying to get the wasteapp to work with a txt file of dates, but for whatever reason it does not load any dates.
Settingsin the app:
everything is set to "0"
display icon from hour : 15
location extra dates file:///root/waste/avalex18.txt
content of avalex18.txt is formatted as:
2018-03-29,0
The display runs through the loading message but returns not futher planned collection dates nor does the tile show an icon or date.
Am i doing something wrong or is the feature not added for the 0/manual option somehow?
Re: Toon app: Afvalwijzer
Ok, will recreate the 4.11 mod and post it here...
member of the Toon Software Collective
Re: Toon app: Afvalwijzer
Here it is........haven't been able to test it, so please keep a copy of your original thermostat foldermichel30 wrote:I am on version 4.11.6
member of the Toon Software Collective
Re: Toon app: Afvalwijzer
Thanks for the file, I will add it in tomorrow.
Re: Toon app: Afvalwijzer
Hi Toonz,
By using thunderbird with the Lightning addin, the calendar events are already placed in a sqllite3 database at the following location:
% AppData% \ Roaming \ Thunderbird \ Profiles \ YOUR_PROFILE \ calendar-data \ cache.sqlite
By readingout this file with a php application, Toon can show the extra calendar in the wastecalendar app.
I'm looking for a field in the database that can be used for the icons (number) information.
Calendars of multiple users can already be recognized by the field "cal_id"
By using thunderbird with the Lightning addin, the calendar events are already placed in a sqllite3 database at the following location:
% AppData% \ Roaming \ Thunderbird \ Profiles \ YOUR_PROFILE \ calendar-data \ cache.sqlite
By readingout this file with a php application, Toon can show the extra calendar in the wastecalendar app.
I'm looking for a field in the database that can be used for the icons (number) information.
Calendars of multiple users can already be recognized by the field "cal_id"
- Attachments
-
- Knipsel.JPG (151.5 KiB) Viewed 10419 times
Regards
David
David
Re: Toon app: Afvalwijzer
ok, but this processing needs to be done on your PC/webserver as Toon has no browser capabilities.
Would be nice if you can automate this process to have a text based calendar file (flat text, xml, ical format, whatever) available on your own webserver which can be retrieved by Toon.
Would be nice if you can automate this process to have a text based calendar file (flat text, xml, ical format, whatever) available on your own webserver which can be retrieved by Toon.
member of the Toon Software Collective