Page 19 of 48

Re: Dashticz - Module - Garbage collector

Posted: Friday 22 December 2017 0:08
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.

Re: Dashticz - Module - Garbage collector

Posted: Friday 22 December 2017 15:07
by robgeerts
It's merged!

Re: Dashticz - Module - Garbage collector

Posted: Friday 22 December 2017 16:37
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?

Re: Dashticz - Module - Garbage collector

Posted: Saturday 23 December 2017 12:51
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.

Re: Dashticz - Module - Garbage collector

Posted: Saturday 23 December 2017 12:57
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' ;)

Re: Dashticz - Module - Garbage collector

Posted: Wednesday 27 December 2017 23:00
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?

Re: Dashticz - Module - Garbage collector

Posted: Thursday 28 December 2017 15:18
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';

Re: Dashticz - Module - Garbage collector

Posted: Thursday 28 December 2017 15:19
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)

Re: Dashticz - Module - Garbage collector

Posted: Thursday 28 December 2017 15:38
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.

Re: Dashticz - Module - Garbage collector

Posted: Thursday 28 December 2017 17:17
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;

Re: Dashticz - Module - Garbage collector

Posted: Friday 29 December 2017 14:04
by robgeerts
It's working here with your settings.
Are you sure you are using the latest BETA?

Re: Dashticz - Module - Garbage collector

Posted: Friday 29 December 2017 14:15
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 !!

Re: Dashticz - Module - Garbage collector

Posted: Friday 29 December 2017 15:10
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.

Re: Dashticz - Module - Garbage collector

Posted: Friday 29 December 2017 22:35
by kottick
Hello Rob,

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

Thanks,
Gosse

Re: Dashticz - Module - Garbage collector

Posted: Saturday 30 December 2017 17:52
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

Re: Dashticz - Module - Garbage collector

Posted: Saturday 30 December 2017 20:11
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';


Re: Dashticz - Module - Garbage collector

Posted: Sunday 31 December 2017 13:13
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.

Re: Dashticz - Module - Garbage collector

Posted: Sunday 31 December 2017 14:53
by robgeerts
Indeed, some calendars are not working correctly with 2018.
Try again tomorrow ;)

Re: Dashticz - Module - Garbage collector

Posted: Monday 01 January 2018 19:02
by aiolos
'Mijn afvalwijzer' is working for me today. If anyone is experiencing problems since the new year, please let us know.

Re: Dashticz - Module - Garbage collector

Posted: Monday 01 January 2018 19:59
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?