Page 1 of 1

Dashticz garbage no results for Omrin

Posted: Wednesday 14 June 2023 17:49
by droepie
For some time now it looks like Omrin in the garbage-module isn't working anymore. It says: 'Geen gegevens beschikbaar' But when I use thier own API I do get a result. Furthermore I notice that in the garbage-module https://www.omrin.nl/bij-mij-thuis/afva ... alkalender is used where as they (Omrin) use https://um-omrin-prod.tresprojecten.nl/ ... alkalender

You can use 9255 JD (zipcode) with number 36. Don't you worry. The house is empty and for sale for some time now

Re: Dashticz garbage no results for Omrin

Posted: Wednesday 14 June 2023 20:13
by Lokonli
Try 'afvalinfo' as provider, like:

Code: Select all

blocks['omrin'] = { title: 'Omrin', company:'afvalinfo', zipcode: '9255JD', housenumber: '36' }
Available since Dashticz 3.10.3 beta.

Re: Dashticz garbage no results for Omrin

Posted: Friday 16 June 2023 9:45
by droepie
For some time now it looks like Omrin in the garbage-module isn't working anymore. It says: 'Geen gegevens beschikbaar' But when I use thier own API I do get a result. Furthermore I notice that in the garbage-module https://www.omrin.nl/bij-mij-thuis/afva ... alkalender is used where as they (Omrin) use https://um-omrin-prod.tresprojecten.nl/ ... alkalender

You can use 9255 JD (zipcode) with number 36. Don't you worry. The house is empty and for sale for some time now
This is in my config:

blocks['mygarbage'] = {
company: 'omrin',
zipcode: '9255JD',
street: 'Toutenburgleane',
housenumber: 36,
maxitems: 12,
width: 12
};

Re: Dashticz garbage no results for Omrin

Posted: Friday 16 June 2023 12:40
by HansieNL
Can you try with

Code: Select all

blocks['mygarbage'] = {
company: 'afvalinfo',
zipcode: '9255JD',
housenumber: 36,
maxitems: 12,
width: 12
};

Re: Dashticz garbage no results for Omrin

Posted: Wednesday 21 June 2023 8:16
by droepie
Yes, that did the trick. Should I have known that, because it used to work with 'Omrin' according to the docs.
But thanks!