Garbage collector deafvalapp doesn't work anymore

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

Post Reply
johnnie
Posts: 37
Joined: Wednesday 10 December 2014 21:08
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.10717
Location: Netherlands
Contact:

Garbage collector deafvalapp doesn't work anymore

Post 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
Raspi 3B+; Razberry zwave; zigbee; lots and lots of sensors
Lokonli
Posts: 2287
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Garbage collector deafvalapp doesn't work anymore

Post 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.
User avatar
jvdz
Posts: 2266
Joined: Tuesday 30 December 2014 19:25
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.107
Location: Netherlands
Contact:

Re: Garbage collector deafvalapp doesn't work anymore

Post by jvdz »

Maybe because they don't allow http:// anymore and you need to use https:// ?
I had the same in my scripts.

Jos
New Garbage collection scripts: https://github.com/jvanderzande/GarbageCalendar
Lokonli
Posts: 2287
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Garbage collector deafvalapp doesn't work anymore

Post 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.
johnnie
Posts: 37
Joined: Wednesday 10 December 2014 21:08
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.10717
Location: Netherlands
Contact:

Re: Garbage collector deafvalapp doesn't work anymore

Post 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
Raspi 3B+; Razberry zwave; zigbee; lots and lots of sensors
johnnie
Posts: 37
Joined: Wednesday 10 December 2014 21:08
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.10717
Location: Netherlands
Contact:

Re: Garbage collector deafvalapp doesn't work anymore

Post 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
garbage_beta_deafvalapp.jpg (58.74 KiB) Viewed 842 times
Any ideas?

Tia Johnnie
Raspi 3B+; Razberry zwave; zigbee; lots and lots of sensors
Lokonli
Posts: 2287
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Garbage collector deafvalapp doesn't work anymore

Post 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.
Lokonli
Posts: 2287
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Garbage collector deafvalapp doesn't work anymore

Post 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.
johnnie
Posts: 37
Joined: Wednesday 10 December 2014 21:08
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.10717
Location: Netherlands
Contact:

Re: Garbage collector deafvalapp doesn't work anymore

Post by johnnie »

Hi Lokonli,

Thanks for you"re effort, I just tried: http://www.deafvalapp.nl/, see screenshot.
deafvaolapp_http.jpg
deafvaolapp_http.jpg (161.06 KiB) Viewed 827 times
Maybe this helps?

Tia Johnnie
Raspi 3B+; Razberry zwave; zigbee; lots and lots of sensors
Lokonli
Posts: 2287
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Garbage collector deafvalapp doesn't work anymore

Post 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.
johnnie
Posts: 37
Joined: Wednesday 10 December 2014 21:08
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.10717
Location: Netherlands
Contact:

Re: Garbage collector deafvalapp doesn't work anymore

Post 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
Raspi 3B+; Razberry zwave; zigbee; lots and lots of sensors
Lokonli
Posts: 2287
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Garbage collector deafvalapp doesn't work anymore

Post by Lokonli »

Done. I've added 'avri' as garbage company to latest beta.
johnnie
Posts: 37
Joined: Wednesday 10 December 2014 21:08
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.10717
Location: Netherlands
Contact:

Re: Garbage collector deafvalapp doesn't work anymore

Post 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
Raspi 3B+; Razberry zwave; zigbee; lots and lots of sensors
johnnie
Posts: 37
Joined: Wednesday 10 December 2014 21:08
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.10717
Location: Netherlands
Contact:

Re: Garbage collector deafvalapp doesn't work anymore

Post by johnnie »

Hi Lokonli,

Yesss works!
avri.jpg
avri.jpg (64.19 KiB) Viewed 782 times
Johnnie
Raspi 3B+; Razberry zwave; zigbee; lots and lots of sensors
Lokonli
Posts: 2287
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Garbage collector deafvalapp doesn't work anymore

Post by Lokonli »

Good! Thanks for the feedback :)
johnnie
Posts: 37
Joined: Wednesday 10 December 2014 21:08
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.10717
Location: Netherlands
Contact:

Re: Garbage collector deafvalapp doesn't work anymore

Post by johnnie »

Hi Lokonli,

Herewith an impresion of the integration of AVRI in the recently made Dashticz frontend. Works fine again.
dashticz_new.jpg
dashticz_new.jpg (118.72 KiB) Viewed 766 times
Thanks for the quick fix, Johnnie
Raspi 3B+; Razberry zwave; zigbee; lots and lots of sensors
Lokonli
Posts: 2287
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Garbage collector deafvalapp doesn't work anymore

Post by Lokonli »

Nice layout!

Sent from my SM-A320FL using Tapatalk

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest