Dashticz - Module - Garbage collector Topic is solved

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

User avatar
Luxtux
Posts: 31
Joined: Monday 14 August 2017 15:16
Target OS: Linux
Domoticz version: 2021.1 β
Location: Luxembourg
Contact:

Re: Dashticz - Module - Garbage collector

Post by Luxtux »

Yeah i tried that no luck.:) Try it for yourself:
https://wedevise.nl/dashticz/ical/demo/ ... om/bin.ics still just returns []
Last edited by Luxtux on Tuesday 15 August 2017 11:53, edited 1 time in total.
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 »

Luxtux wrote: Monday 14 August 2017 21:10 Yeah i tried that no luck.:) Try it for yourself:
https://wedevise.nl/dashticz/ical/demo/ ... ns/bin.ics still just returns []
Should work now, could you try again?
Edit, I see you're from Luxembourg and speaks French, would you like to check the French translations?
(You should create an account on lokalise.co so I can give you access to the project.. )
User avatar
Luxtux
Posts: 31
Joined: Monday 14 August 2017 15:16
Target OS: Linux
Domoticz version: 2021.1 β
Location: Luxembourg
Contact:

Re: Dashticz - Module - Garbage collector

Post by Luxtux »

Ah well look at that :) I hope you didn't have to change to much to get it to work :)
Yeah I speak French but my written isnt great but ill give it a go :)
webrazor
Posts: 61
Joined: Monday 09 November 2015 9:33
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: The Netherlands
Contact:

Re: Dashticz - Module - Garbage collector

Post by webrazor »

Hi is it possible to add a *.ics file? because at Hellendoorn i can download a *.ics file.
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 »

Yes it is, you can enter this url in the settings-popup... or use:

Code: Select all

config['garbage_company'] = 'ical';
config['garbage_icalurl'] = 'ENTER THE URL';
config['garbage_zipcode'] = '';
config['garbage_street'] = '';
config['garbage_housenumber'] = '';
webrazor
Posts: 61
Joined: Monday 09 November 2015 9:33
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: The Netherlands
Contact:

Re: Dashticz - Module - Garbage collector

Post by webrazor »

robgeerts wrote: Wednesday 16 August 2017 10:25 Yes it is, you can enter this url in the settings-popup... or use:

Code: Select all

config['garbage_company'] = 'ical';
config['garbage_icalurl'] = 'ENTER THE URL';
config['garbage_zipcode'] = '';
config['garbage_street'] = '';
config['garbage_housenumber'] = '';
Great, but the problem is that the link is hidden and it popups a download screen.
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 »

maybe you could host the downloaded-file on a webserver?
User avatar
Luxtux
Posts: 31
Joined: Monday 14 August 2017 15:16
Target OS: Linux
Domoticz version: 2021.1 β
Location: Luxembourg
Contact:

Re: Dashticz - Module - Garbage collector

Post by Luxtux »

Me again, its like you will never get rid of me again :)
I think your server app https://wedevise.nl/dashticz/ical/demo/?url= is not set to deal with unicode characters, which with French words is unbelievably annoying but needed. :) as you can see below my webserver is able to encode in utf-8 but the input coming back is not utf-8.

Image

here is what happens when i look at the output of the webdevise.nl outptut. as you can see its having trouble displaying any unicode characters.

Image
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 »

Refresh :)
Should work now..
User avatar
DewGew
Posts: 579
Joined: Thursday 21 April 2016 12:01
Target OS: Raspberry Pi / ODroid
Domoticz version: V4.10618
Location: Sweden
Contact:

Re: Dashticz - Module - Garbage collector

Post by DewGew »

Is there a problem with google ical urls for garbage function?
I dont get any output on https://wedevise.nl/dashticz/ical/demo/?url=.
Raspberry Pi 3 | domoticz | Aeon Labs Z-Stick GEN5 | RFlink gateway
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
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 »

Could you send me a complete url?
CronoS
Posts: 135
Joined: Wednesday 15 July 2015 23:40
Target OS: -
Domoticz version:
Contact:

Re: Dashticz - Module - Garbage collector

Post by CronoS »

I am lost; I am trying to setup the garbage collector. I have red the whole threat and I got the error "Loading". Copied the latest master files from gifthub, but I am not able to get it working. I think I need to do the following:

Code: Select all

config['garbage_company'] = 'afvalwijzer';
config['garbage_icalurl'] = '';
config['garbage_zipcode'] = 'xxxx';
config['garbage_street'] = '';
config['garbage_housenumber'] = 'xxx';
config['garbage_maxitems'] = '5';
config['garbage_width'] = '12';
where xxxx in filled in with my home address.

Then I use 'garbage' in blocks, as a result the icon appears in my dashboard, but only "loading" appears

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 »

Could you PM me your zipcode and housenumber so I can test with it?
User avatar
DewGew
Posts: 579
Joined: Thursday 21 April 2016 12:01
Target OS: Raspberry Pi / ODroid
Domoticz version: V4.10618
Location: Sweden
Contact:

Re: Dashticz - Module - Garbage collector

Post by DewGew »

robgeerts wrote: Friday 18 August 2017 14:11 Could you send me a complete url?
https://wedevise.nl/dashticz/ical/demo/ ... /basic.ics
Raspberry Pi 3 | domoticz | Aeon Labs Z-Stick GEN5 | RFlink gateway
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
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 »

Thanks, should be fixed now, please refresh!
User avatar
DewGew
Posts: 579
Joined: Thursday 21 April 2016 12:01
Target OS: Raspberry Pi / ODroid
Domoticz version: V4.10618
Location: Sweden
Contact:

Re: Dashticz - Module - Garbage collector

Post by DewGew »

robgeerts wrote: Tuesday 22 August 2017 21:46 Thanks, should be fixed now, please refresh!
Works now :)
Raspberry Pi 3 | domoticz | Aeon Labs Z-Stick GEN5 | RFlink gateway
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
arnoldg
Posts: 15
Joined: Tuesday 29 September 2015 20:35
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Almelo, netherlands
Contact:

Re: Dashticz - Module - Garbage collector

Post by arnoldg »

when display the data for twente milieu, i get some strange text readings.

"Al al01 do papier d-week: Donderdag"

can't make any sense, could this text be altert.
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 »

Add this to config:

Code: Select all

var trashnames = {}
trashnames['Al al01 do papier d-week'] = 'Papier';
steef84
Posts: 37
Joined: Friday 30 August 2013 20:24
Target OS: NAS (Synology & others)
Domoticz version: DS213+
Contact:

Re: Dashticz - Module - Garbage collector

Post by steef84 »

It seems garbage collecting in het Westland is not yet supported. May you add https://www.gemeentewestland.nl/afval/a ... eling.html in the future?
- Stefan
User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

Re: Dashticz - Module - Garbage collector

Post by EdwinK »

I don't think that is possible, because the site doesn't generate a JSON or XML file to be used.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 1 guest