Page 1 of 1
Garbage collector deafvalapp doesn't work anymore
Posted: Saturday 28 November 2020 21:40
by johnnie
Hello guru's,
Since a day or 2 the afvalapp in Garbage collector isn't showing any data anymore.
When I visit the site: deafvalapp.nl it does work.
Any ideas?
Tia, Johnnie
Re: Garbage collector deafvalapp doesn't work anymore
Posted: Saturday 28 November 2020 23:31
by Lokonli
On my system de afvalapp is working.
What is your Dashticz version? try latest beta.
What is your zipcode? Then I'll test.
Re: Garbage collector deafvalapp doesn't work anymore
Posted: Saturday 28 November 2020 23:49
by jvdz
Maybe because they don't allow http:// anymore and you need to use https:// ?
I had the same in my scripts.
Jos
Re: Garbage collector deafvalapp doesn't work anymore
Posted: Monday 30 November 2020 13:45
by Lokonli
Thanks for the feedback Jos.
I noticed the http request was redirected to https, which worked on my system, but can give issues on other systems.
In the latest beta I've changed the http request for deafvalapp into https.
Re: Garbage collector deafvalapp doesn't work anymore
Posted: Monday 30 November 2020 20:26
by johnnie
Hi All,
Sorry for the late response, Im running v30 production. Ill send zip with pm.
Ill try this week the latest beta, and will let know.
Tia Johnnie
Re: Garbage collector deafvalapp doesn't work anymore
Posted: Wednesday 02 December 2020 18:34
by johnnie
Hi Lokonli,
I downloaded the latest beta (I'm running it on a Synology NAS), no luck.
See config and picture for the output.
- Spoiler: show
-
var config = {}
config['domoticz_ip'] = 'http://192.168.1.3:8084';
config['app_title'] = 'Dashticz V3';
config['domoticz_refresh'] = '5';
config['dashticz_refresh'] = '60';
var publictransport = {}
publictransport.ovinfobus = { show_via: false, station: 'son-en-breugel/bushalte-penseelkever', provider: '9292-bus', icon: 'bus', width:5, results: 6 }
var tvguide = {}
tvguide.dutch = { key:'dutch', icon: 'fas fa-tv', width:7, channels: [1,3,4,31,46,92], maxitems: 5 }
var _STREAMPLAYER_TRACKS = [
{"track":1,"name":"Q-music","file":"http://icecast-qmusic.cdp.triple-it.nl/ ... ive_96.mp3"},
{"track":2,"name":"538 Hitzone","file":"http://vip-icecast.538.lw.triple-it.nl/WEB11_MP3"},
{"track":3,"name":"Slam! NonStop","file":"http://stream.radiocorp.nl/web10_mp3"},
{"track":4,"name":"100%NL","file":"http://stream.100p.nl/100pctnl.mp3"},
];
var buttons = {}
buttons.nunl = {key: 'nunl', width:12, icon: 'fa-newspaper-o', title: 'Nu.nl', newwindow:true, url: 'http://www.nu.nl'}
buttons.nos = {key: 'nos', width:12, icon: 'fa-newspaper-o', title: 'Nos', url: 'http://www.nos.nl'}
var blocks = {}
blocks['blocktitle_1'] = {}
blocks['blocktitle_1']['key'] = 'blocktitle_1';
blocks['blocktitle_1']['type'] = 'blocktitle';
blocks['blocktitle_1']['title'] = 'Example';
blocks['mygarbage'] = {
company: 'deafvalapp',
zipcode: 'zip',
street: 'straat',
housenumber: 1,
maxitems: 12,
width: 12
}
var columns = {}
columns['bar'] = {}
columns['bar']['blocks'] = ['logo','miniclock','settings']
columns[1] = {}
columns[1]['blocks'] = ['currentweather_big','weather']
columns[1]['width'] = 5;
columns[2] = {}
columns[2]['blocks'] = ['blocktitle_1',tvguide.dutch,publictransport.ovinfobus]
columns[2]['width'] = 5;
columns[3] = {}
columns[3]['blocks'] = ['mygarbage'] //'sunrise','streamplayer', ,buttons.nunl,buttons.nos
columns[3]['width'] = 2;
var columns_standby = {}
columns_standby[1] = {}
columns_standby[1]['blocks'] = ['clock','weather']
columns_standby[1]['width'] = 12;
var screens = {}
screens[1] = {}
screens[1]['background'] = 'bg2.jpg';
screens[1]['columns'] = [1,2,3]
The output :

- garbage_beta_deafvalapp.jpg (58.74 KiB) Viewed 844 times
Any ideas?
Tia Johnnie
Re: Garbage collector deafvalapp doesn't work anymore
Posted: Wednesday 02 December 2020 20:36
by Lokonli
johnnie wrote: ↑Wednesday 02 December 2020 18:34
Hi Lokonli,
I downloaded the latest beta (I'm running it on a Synology NAS), no luck.
See config and picture for the output.
The output :garbage_beta_deafvalapp.jpg
Any ideas?
Tia Johnnie
I tried the afvalkalender gemeente Zalbommel:
https://www.afvalinfo.nl/afvalkalender/ ... zaltbommel
Also there your zipcode doesn't work.
So it seems that for your zipcode the afvalapp doesn't work at the moment.
If you can find a working website where you can retrieve your garbage collection data then let me know.
Re: Garbage collector deafvalapp doesn't work anymore
Posted: Wednesday 02 December 2020 20:44
by Lokonli
Lokonli wrote: ↑Wednesday 02 December 2020 20:36
johnnie wrote: ↑Wednesday 02 December 2020 18:34
Hi Lokonli,
I downloaded the latest beta (I'm running it on a Synology NAS), no luck.
See config and picture for the output.
The output :garbage_beta_deafvalapp.jpg
Any ideas?
Tia Johnnie
I tried the afvalkalender gemeente Zalbommel:
https://www.afvalinfo.nl/afvalkalender/ ... zaltbommel
Also there your zipcode doesn't work.
So it seems that for your zipcode the afvalapp doesn't work at the moment.
If you can find a working website where you can retrieve your garbage collection data then let me know.
Via avri it works:
https://www.avri.nl/inwoners/afval/afvalkalender/
I'll check whether I can fix this in Dashticz as well.
Re: Garbage collector deafvalapp doesn't work anymore
Posted: Wednesday 02 December 2020 20:51
by johnnie
Hi Lokonli,
Thanks for you"re effort, I just tried:
http://www.deafvalapp.nl/, see screenshot.

- deafvaolapp_http.jpg (161.06 KiB) Viewed 829 times
Maybe this helps?
Tia Johnnie
Re: Garbage collector deafvalapp doesn't work anymore
Posted: Wednesday 02 December 2020 20:53
by Lokonli
I see Zaltbommel uses avri, and avri uses Ximmio as data provider. Luckily Ximmio is supported by Dashticz already.
I'm in the middle of a small garbage update. I'll add avri as garbage provider in that update as well.
Re: Garbage collector deafvalapp doesn't work anymore
Posted: Wednesday 02 December 2020 20:59
by johnnie
Lokonli wrote: ↑Wednesday 02 December 2020 20:53
I see Zaltbommel uses avri, and avri uses Ximmio as data provider. Luckily Ximmio is supported by Dashticz already.
I'm in the middle of a small garbage update. I'll add avri as garbage provider in that update as well.
Great! Johnnie
Re: Garbage collector deafvalapp doesn't work anymore
Posted: Wednesday 02 December 2020 22:48
by Lokonli
Done. I've added 'avri' as garbage company to latest beta.
Re: Garbage collector deafvalapp doesn't work anymore
Posted: Thursday 03 December 2020 7:31
by johnnie
Lokonli wrote: ↑Wednesday 02 December 2020 22:48
Done. I've added 'avri' as garbage company to latest beta.
Ow wouw that’s quick, hopefully I can test it this evening!
Johnnie
Re: Garbage collector deafvalapp doesn't work anymore
Posted: Thursday 03 December 2020 18:23
by johnnie
Hi Lokonli,
Yesss works!

- avri.jpg (64.19 KiB) Viewed 784 times
Johnnie
Re: Garbage collector deafvalapp doesn't work anymore
Posted: Thursday 03 December 2020 18:41
by Lokonli
Good! Thanks for the feedback

Re: Garbage collector deafvalapp doesn't work anymore
Posted: Thursday 03 December 2020 23:05
by johnnie
Hi Lokonli,
Herewith an impresion of the integration of AVRI in the recently made Dashticz frontend. Works fine again.

- dashticz_new.jpg (118.72 KiB) Viewed 768 times
Thanks for the quick fix, Johnnie
Re: Garbage collector deafvalapp doesn't work anymore
Posted: Thursday 03 December 2020 23:35
by Lokonli
Nice layout!
Sent from my SM-A320FL using Tapatalk