Dashticz - Module - Garbage collector Topic is solved

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

aiolos
Posts: 127
Joined: Sunday 13 September 2015 18:58
Target OS: Raspberry Pi / ODroid
Domoticz version: stable
Location: Nieuwegein, NL
Contact:

Re: Dashticz - Module - Garbage collector

Post by aiolos »

I added a PR for 'Gemeente Venlo'.

'Restafval' and 'PMD' show up under the 'PMD' type, because in the calendar they are sort of combined.
Contributor to Dashticz
More on my Github profile
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - Module - Garbage collector

Post by robgeerts »

It's merged!
JacEngels
Posts: 18
Joined: Sunday 03 December 2017 10:17
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Contact:

Re: Dashticz - Module - Garbage collector

Post by JacEngels »

aiolos and robgeerts, thank you both for the quick response to my request.
Currently it is not showing data for Venlo! Do I have to wait for the next BETA release?
aiolos
Posts: 127
Joined: Sunday 13 September 2015 18:58
Target OS: Raspberry Pi / ODroid
Domoticz version: stable
Location: Nieuwegein, NL
Contact:

Re: Dashticz - Module - Garbage collector

Post by aiolos »

If you update with 'git pull' you should have the new version. You should also use 'venlo' as garbage company, with of course your postal code and house number.
Contributor to Dashticz
More on my Github profile
JacEngels
Posts: 18
Joined: Sunday 03 December 2017 10:17
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Contact:

Re: Dashticz - Module - Garbage collector

Post by JacEngels »

aiolos wrote: Saturday 23 December 2017 12:51 If you update with 'git pull' you should have the new version. You should also use 'venlo' as garbage company, with of course your postal code and house number.
I thought that :), did that :) but the garbage can is showing with text: 'loading' ;)
nldforce
Posts: 14
Joined: Wednesday 27 December 2017 22:08
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Module - Garbage collector

Post by nldforce »

hello,

i have added this to my config:
Spoiler: show
config['domoticz_ip'] = 'http://192.168.*.**:8080';
config['app_title'] = 'Dashticz';
config['domoticz_refresh'] = '5';
config['dashticz_refresh'] = '60';
config['garbage_company'] = 'circulus';
config['garbage_icalurl'] = 0;
config['garbage_zipcode'] = '7415vs';
config['garbage_street'] = 'f. van blankenheimstraat';
config['garbage_housenumber'] = '1';
config['garbage_maxitems'] = '12';
config['garbage_width'] = '12';
config['garbage_hideicon'] = 0;

columns[2] = {}
columns[2]['blocks'] = ['traffic',tvguide.dutch,calendars.business,calendars.private,'garbage']
columns[2]['width'] = 5;
when i reload my page i am getting the screen loading like this:
https://ibb.co/iuE44w

also updated already buth nothing changes for me.

what am i doing wrong?
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - Module - Garbage collector

Post by robgeerts »

nldforce wrote: Wednesday 27 December 2017 23:00 hello,

i have added this to my config:
Try this:

Code: Select all

config['garbage_company'] = 'circulusberkel';
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - Module - Garbage collector

Post by robgeerts »

JacEngels wrote: Saturday 23 December 2017 12:57
aiolos wrote: Saturday 23 December 2017 12:51 If you update with 'git pull' you should have the new version. You should also use 'venlo' as garbage company, with of course your postal code and house number.
I thought that :), did that :) but the garbage can is showing with text: 'loading' ;)
What does your config.js look like?
(Only the garbage settings-part)
nldforce
Posts: 14
Joined: Wednesday 27 December 2017 22:08
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Module - Garbage collector

Post by nldforce »

robgeerts wrote: Thursday 28 December 2017 15:18
nldforce wrote: Wednesday 27 December 2017 23:00 hello,

i have added this to my config:
Try this:

Code: Select all

config['garbage_company'] = 'circulusberkel';
thnx it worked for me.
JacEngels
Posts: 18
Joined: Sunday 03 December 2017 10:17
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Contact:

Re: Dashticz - Module - Garbage collector

Post by JacEngels »

robgeerts wrote: Thursday 28 December 2017 15:19
JacEngels wrote: Saturday 23 December 2017 12:57
aiolos wrote: Saturday 23 December 2017 12:51 If you update with 'git pull' you should have the new version. You should also use 'venlo' as garbage company, with of course your postal code and house number.
I thought that :), did that :) but the garbage can is showing with text: 'loading' ;)
What does your config.js look like?
(Only the garbage settings-part)
@Rob, my setting for 'garbage'
Spoiler: show
config['garbage_company'] = 'venlo';
config['garbage_street'] = 'gelrestraat';
config['garbage_zipcode'] = '5951JE';
config['garbage_housenumber'] = '79';
config['garbage_maxitems'] = '12';
config['garbage_width'] = '12';
config['garbage_hideicon'] = 0;
config['garbage'] = {
gft: {kliko: 'green', code: '#7DBF59', name: 'GFT'},
pmd: {kliko: 'orange', code: '#db5518', name: 'PMD'},
rest: {kliko: 'grey', code: '#CDCCCB', name: 'Restafval'},
papier: {kliko: 'blue', code: '#153477', name: 'Papier'},
kca: {kliko: 'red', code: '#b21807', name: 'Chemisch afval'},
brown: {kliko: 'brown', code: '#7c3607', name: 'Bruin'},
black: {kliko: 'black', code: '#000000', name: 'Zwart'},
};
config['garbage_use_names'] = true;
config['garbage_use_colors'] = true;
config['garbage_icon_use_colors'] = true;
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - Module - Garbage collector

Post by robgeerts »

It's working here with your settings.
Are you sure you are using the latest BETA?
JacEngels
Posts: 18
Joined: Sunday 03 December 2017 10:17
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Contact:

Re: Dashticz - Module - Garbage collector

Post by JacEngels »

robgeerts wrote: Friday 29 December 2017 14:04 It's working here with your settings.
Are you sure you are using the latest BETA?
Yes. A 'git pull' is telling me I'm 'Already up-to-date.'

update: I did a fresh install (of the 'BETA') and everything is working now !!
mentalTheo
Posts: 4
Joined: Tuesday 21 June 2016 1:52
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.8798
Location: The Netherlands
Contact:

Re: Dashticz - Module - Garbage collector

Post by mentalTheo »

Struggeling to get the 'mijnafvalwijzer' to work.
Loaded latest beta with following CONFIG.js garbage lines:
CONFIG_part.txt
(1.24 KiB) Downloaded 46 times
it keeps returning 'Geen gegevens gevonden':
Output.docx
(180.07 KiB) Downloaded 35 times
Info is available on Mijn afvalwijzer site for my zipcode/housenumber
I guess I am missing one or more settings.
Please guide me in the right direction.
kottick
Posts: 4
Joined: Tuesday 19 December 2017 16:37
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Module - Garbage collector

Post by kottick »

Hello Rob,

Is Duiven also in the possibilities, this the pdf download: https://www.duiven.nl/file/5405/download

Thanks,
Gosse
pkrabben
Posts: 55
Joined: Sunday 09 April 2017 15:55
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5877
Location: Almere
Contact:

Re: Dashticz - Module - Garbage collector

Post by pkrabben »

Hi Rob

The garbage collector is not working anymore in Almere
I looked at mijnafvalwzijzer and I see my address (1321LJ, 10)

But I'm not able to get it to work

Code: Select all

config['garbage_company'] = 'mijnafvalwijzer';
config['garbage_icalurl'] = 0;
config['garbage_zipcode'] = '1321LJ';
config['garbage_street'] = '';
config['garbage_housenumber'] = '10';
config['garbage_maxitems'] = '12';
config['garbage_width'] = '12';
config['garbage_hideicon'] = 0;
Do you have any idea or tip to get this up and running again

thanks in advance
Derik
Posts: 1601
Joined: Friday 18 October 2013 23:33
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Arnhem/Nijmegen Nederland
Contact:

Re: Dashticz - Module - Garbage collector

Post by Derik »

mmm my garbage app is stopped with working to..
And i did not make any change in my settings??
Perhaps a 2018 bug?

Code: Select all

config['garbage_company'] 		= 'mijnafvalwijzer';
config['garbage_icalurl'] 		= 0;
config['garbage_zipcode']		= 'xxxxxx';
config['garbage_street'] 		= 'parkweg';
config['garbage_housenumber'] 		= '29';
config['garbage_maxitems'] 		= '3';
config['garbage_width'] 		= '6';
config['garbage_hideicon'] 		= 0;

var trashnames = {}
trashnames['Restafval'] 		= 'Grijze';
trashnames['Grofvuil'] 		= 'Groot';
trashnames['Papier'] 			= 'Papier';
trashnames['Gft'] 			= 'GFT-Folie';
trashnames['Tuinafval'] 		= 'Takken';
 
var trashcolors = {}
trashcolors['Restafval'] 		= 'white';
trashcolors['Grofvuil'] 		= 'grey'
trashcolors['Papier'] 			= 'blue'
trashcolors['Gft'] 			= 'red';
trashcolors['Tuinafval'] 		= '#2ECC40';

Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
aiolos
Posts: 127
Joined: Sunday 13 September 2015 18:58
Target OS: Raspberry Pi / ODroid
Domoticz version: stable
Location: Nieuwegein, NL
Contact:

Re: Dashticz - Module - Garbage collector

Post by aiolos »

It looks like 'mijn afvalwijzer' only shows the current year. So wait one day, and it will be working again. I hope... (otherwise, we will fix it) And I think you can assume that on 1 January no garbage is collected ;)

I will have a look at other garbage collection services in the next year.
Contributor to Dashticz
More on my Github profile
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - Module - Garbage collector

Post by robgeerts »

Indeed, some calendars are not working correctly with 2018.
Try again tomorrow ;)
aiolos
Posts: 127
Joined: Sunday 13 September 2015 18:58
Target OS: Raspberry Pi / ODroid
Domoticz version: stable
Location: Nieuwegein, NL
Contact:

Re: Dashticz - Module - Garbage collector

Post by aiolos »

'Mijn afvalwijzer' is working for me today. If anyone is experiencing problems since the new year, please let us know.
Contributor to Dashticz
More on my Github profile
aiolos
Posts: 127
Joined: Sunday 13 September 2015 18:58
Target OS: Raspberry Pi / ODroid
Domoticz version: stable
Location: Nieuwegein, NL
Contact:

Re: Dashticz - Module - Garbage collector

Post by aiolos »

kottick wrote: Friday 29 December 2017 22:35 Hello Rob,

Is Duiven also in the possibilities, this the pdf download: https://www.duiven.nl/file/5405/download

Thanks,
Gosse
I'm afraid it's not possible. Since there is only a pdf available, it is hard to get the information from there. I could not find any other source for the information, for example an app. Do you know if such information is available?
Contributor to Dashticz
More on my Github profile
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests