Page 52 of 86
Re: Toon app: Afvalwijzer
Posted: Sat Jan 11, 2020 4:00 pm
by Toonz
Hi all,
I just published version 4.34 in the ToonStore:
Changelog:
- added provider 36 (Hellendoorn.nl), just enter your zipcode and house number in the settings screen.
(no need to manually download the waste calendar file)
Note for others: any city using "afvalportaal.2go-mobile.com" can be easily added to the app.
Kind regards,
Toonz
Re: Toon app: Afvalwijzer
Posted: Sat Jan 11, 2020 4:40 pm
by rleunk
Thanx Toonz, Hellendoorn works like a charm!
Re: Toon app: Afvalwijzer
Posted: Sat Jan 11, 2020 11:46 pm
by Edwin66
Toonz wrote:Toonz wrote:Rudolf wrote:Any chance this app could support the calendar from
BAR?
Would be highly appreciated. I'm a little lost without my icon on Toon.

BAR is a challenge, it is a fully dynamic website (not plain simple HTML) which is difficult to process on a Toon without a browser.
For the time being your best option is probably to create the waste date file yourself once a year.
Thanks to a tip from mAiden I can confirm I can add BAR and TwenteMilieu as well to the afvalwijzer app, somewhere during the holidays.....
EDIT: 23:47 was easier then expected, core code completed, need to tidy up a bit and aiming for a release this weekend
Can you tell us how you got the date from bar-afvalbeheer.nl site? As fas as I know it doesn't give JSON or ical options. Trying to get it working on my Dashticz (Domoticz) system.
Re: Toon app: Afvalwijzer
Posted: Sun Jan 12, 2020 12:45 pm
by Toonz
Edwin66 wrote:Toonz wrote:
Can you tell us how you got the date from bar-afvalbeheer.nl site? As fas as I know it doesn't give JSON or ical options. Trying to get it working on my Dashticz (Domoticz) system.
BAR (amongst others) is supported via the waste2go platform.
Step 1 : get the Unique address ID:
make a POST call to
https://wasteapi.2go-mobile.com/api/FetchAdress with parameters:
companyCode: bb58e633-de14-4b2a-9941-5bc419f1c4b0 (this code is specific for bar-afvalbeheer)
postcode: <your postcode>
houseNumber: <your house number>
houseLetter: <house number extension, can be blank)
This will return a JSON data set. You need to take the value of dataList[0]['UniqueId']
Step 2: get the waste collection data
make a POST call to
https://wasteapi.2go-mobile.com/api/GetCalendar with parameters:
companyCode: bb58e633-de14-4b2a-9941-5bc419f1c4b0 (this code is specific for bar-afbalbeheer)
uniqueAddressId: <the UniqueId from step 1>
startDate: <yyyy-mm-dd>
endDate: <yyyy-mm-dd>
This will return a JSON data set with all collection date info
Good luck

.
Kind regardz,
Toonz
Re: Toon app: Afvalwijzer
Posted: Sun Jan 12, 2020 5:42 pm
by Edwin66
Thanks
I''ll forward this to someone with more knowledge of the Dashticz enviroment )
Re: Toon app: Afvalwijzer
Posted: Tue Jan 14, 2020 1:32 pm
by Edwin66
It seems to be working

Re: Toon app: Afvalwijzer
Posted: Tue Jan 14, 2020 2:27 pm
by Toonz
Edwin66 wrote:It seems to be working

of course

Re: Toon app: Afvalwijzer
Posted: Mon Jan 20, 2020 10:55 am
by ams123
seens i get this on my screen from rova.nl from last week
what can i do
greetz Arie
metingmodule has also chanced

Re: Toon app: Afvalwijzer
Posted: Mon Jan 20, 2020 4:21 pm
by gielie
Is it possible to add the following provider,
https://inzamelkalender.stadswerk072.nl/
Mijnafvalwijzer has changed for this one in Alkmaar.
Thanks
Re: Toon app: Afvalwijzer
Posted: Mon Jan 20, 2020 8:25 pm
by Toonz
ams123 wrote:seens i get this on my screen from rova.nl from last week
what can i do
greetz Arie
Great, the URL changed from afvalkalender.rova.nl to inzamelkalender.rova.nl and they made a small change content wise.
Fix is done already, I will publish it later today. Hope they stick with this website for the rest of the year

Re: Toon app: Afvalwijzer
Posted: Mon Jan 20, 2020 8:39 pm
by Toonz
Yes, will publish later today together with the rova change
Re: Toon app: Afvalwijzer
Posted: Mon Jan 20, 2020 9:06 pm
by Toonz
hi all,
version 4.35 is published on ToonStore with fixes for rova.nl and added stadswerk072.nl (Alkmaar).
Changelog:
- fixed rova.nl (website changed a bit)
- added Alkmaar (stadswerk072.nl). Select provider 37 and fill in your calendar ICS number
Get you calendar ICS number by visiting stadswerk072.nl and login with your zipcode/housenr.
Click 'Naar maand en jaar kalender'
Click 'Zet inzameldata in agenda'
Look at the link under 'Synchroniseren' and find your calendar ICS number at the end of the URL.
No need to update for users in other cities.
Kind regardz,
Toonz
Re: Toon app: Afvalwijzer
Posted: Wed Jan 22, 2020 6:54 pm
by gielie
Toonz wrote:hi all,
version 4.35 is published on ToonStore with fixes for rova.nl and added stadswerk072.nl (Alkmaar).
Changelog:
- fixed rova.nl (website changed a bit)
- added Alkmaar (stadswerk072.nl). Select provider 37 and fill in your calendar ICS number
Get you calendar ICS number by visiting stadswerk072.nl and login with your zipcode/housenr.
Click 'Naar maand en jaar kalender'
Click 'Zet inzameldata in agenda'
Look at the link under 'Synchroniseren' and find your calendar ICS number at the end of the URL.
No need to update for users in other cities.
Kind regardz,
Toonz
This works great, thank for this solution.
Re: Toon app: Afvalwijzer
Posted: Mon Jan 27, 2020 9:40 am
by sanderjohan
Hi Toonz,
It seems dat veldhoven.nl (29) stopped working in 2020. Is it possible to fix this?
Thanks in advance.
Re: Toon app: Afvalwijzer
Posted: Mon Jan 27, 2020 2:25 pm
by Toonz
sanderjohan wrote:Hi Toonz,
It seems dat veldhoven.nl (29) stopped working in 2020. Is it possible to fix this?
Thanks in advance.
that's because you need to manually download the ics file once a year and save it on Toon as /root/waste/waste_calendar.ics.
But now the good News: I believe I can now retrieve the calendar online, no need to manually download anymore.
Stay tuned for the new release today or tomorrow.
Kind regardz,
Toonz