Toon app: Afvalwijzer

Forum about forum-provided applications on Toon

Moderators: marcelr, TheHogNL, Toonz

Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon app: Afvalwijzer

Post 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
member of the Toon Software Collective
rleunk
Starting Member
Starting Member
Posts: 22
Joined: Mon Apr 23, 2012 12:35 pm

Re: Toon app: Afvalwijzer

Post by rleunk »

Thanx Toonz, Hellendoorn works like a charm!
Edwin66
Member
Member
Posts: 79
Joined: Mon Aug 13, 2018 10:50 pm

Re: Toon app: Afvalwijzer

Post 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. :D
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.
Toon® (rooted) | Hue bulbs | TRÅDFRI bulbs | Smart Plug | Domoticz latest BETA |

I'm not a programmer, just wish things work MY way
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon app: Afvalwijzer

Post 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
member of the Toon Software Collective
Edwin66
Member
Member
Posts: 79
Joined: Mon Aug 13, 2018 10:50 pm

Re: Toon app: Afvalwijzer

Post by Edwin66 »

Thanks ;)

I''ll forward this to someone with more knowledge of the Dashticz enviroment )
Toon® (rooted) | Hue bulbs | TRÅDFRI bulbs | Smart Plug | Domoticz latest BETA |

I'm not a programmer, just wish things work MY way
Edwin66
Member
Member
Posts: 79
Joined: Mon Aug 13, 2018 10:50 pm

Re: Toon app: Afvalwijzer

Post by Edwin66 »

It seems to be working ;)
Toon® (rooted) | Hue bulbs | TRÅDFRI bulbs | Smart Plug | Domoticz latest BETA |

I'm not a programmer, just wish things work MY way
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon app: Afvalwijzer

Post by Toonz »

Edwin66 wrote:It seems to be working ;)
of course :-)
member of the Toon Software Collective
ams123
Member
Member
Posts: 73
Joined: Thu Aug 31, 2017 5:27 pm
Location: Amersfoort

Re: Toon app: Afvalwijzer

Post by ams123 »

Image

seens i get this on my screen from rova.nl from last week

what can i do
greetz Arie


metingmodule has also chanced

Image

Image
Toon solarpannels
gielie
Member
Member
Posts: 70
Joined: Thu Nov 02, 2017 11:06 am

Re: Toon app: Afvalwijzer

Post by gielie »

Is it possible to add the following provider, https://inzamelkalender.stadswerk072.nl/
Mijnafvalwijzer has changed for this one in Alkmaar.

Thanks
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon app: Afvalwijzer

Post 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 :-)
member of the Toon Software Collective
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon app: Afvalwijzer

Post by Toonz »

gielie wrote:Is it possible to add the following provider, https://inzamelkalender.stadswerk072.nl/
Mijnafvalwijzer has changed for this one in Alkmaar.

Thanks
Yes, will publish later today together with the rova change
member of the Toon Software Collective
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon app: Afvalwijzer

Post 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
member of the Toon Software Collective
gielie
Member
Member
Posts: 70
Joined: Thu Nov 02, 2017 11:06 am

Re: Toon app: Afvalwijzer

Post 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.
sanderjohan
Starting Member
Starting Member
Posts: 8
Joined: Thu Feb 22, 2018 10:28 pm

Re: Toon app: Afvalwijzer

Post by sanderjohan »

Hi Toonz,

It seems dat veldhoven.nl (29) stopped working in 2020. Is it possible to fix this?

Thanks in advance.
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon app: Afvalwijzer

Post 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
member of the Toon Software Collective
Post Reply

Return to “Toon Apps”