Dashticz - Module - Garbage collector Topic is solved
Moderators: leecollings, htilburgs, robgeerts
- 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
Yeah i tried that no luck. Try it for yourself:
https://wedevise.nl/dashticz/ical/demo/ ... om/bin.ics still just returns []
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.
-
- 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
Should work now, could you try again?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 []
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.. )
- 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
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
Yeah I speak French but my written isnt great but ill give it a go
-
- 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
Hi is it possible to add a *.ics file? because at Hellendoorn i can download a *.ics file.
-
- 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
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'] = '';
-
- 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
Great, but the problem is that the link is hidden and it popups a download screen.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'] = '';
-
- 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
maybe you could host the downloaded-file on a webserver?
- 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
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.
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.
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.
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.
-
- 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
Refresh
Should work now..
Should work now..
- 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
Is there a problem with google ical urls for garbage function?
I dont get any output on https://wedevise.nl/dashticz/ical/demo/?url=.
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
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
-
- 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
Could you send me a complete url?
Re: Dashticz - Module - Garbage collector
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:
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??
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';
Then I use 'garbage' in blocks, as a result the icon appears in my dashboard, but only "loading" appears
What am I doing wrong??
-
- 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
Could you PM me your zipcode and housenumber so I can test with it?
- 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
Raspberry Pi 3 | domoticz | Aeon Labs Z-Stick GEN5 | RFlink gateway
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
-
- 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
Thanks, should be fixed now, please refresh!
- 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
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
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
-
- 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
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.
"Al al01 do papier d-week: Donderdag"
can't make any sense, could this text be altert.
-
- 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
Add this to config:
Code: Select all
var trashnames = {}
trashnames['Al al01 do papier d-week'] = 'Papier';
-
- Posts: 37
- Joined: Friday 30 August 2013 20:24
- Target OS: NAS (Synology & others)
- Domoticz version: DS213+
- Contact:
Re: Dashticz - Module - Garbage collector
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
- 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
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
Who is online
Users browsing this forum: Bing [Bot] and 1 guest