Page 47 of 48

Re: Dashticz - Module - Garbage collector

Posted: Monday 16 May 2022 23:58
by marmachine
Lokonli wrote: Sunday 17 April 2022 22:07
NilsNijenhuis wrote: Saturday 02 April 2022 14:58 Does anyone have the same problem that the garbage info of circulus berkel doesn't give results back?
couple of days ago it still worked and i haven't changed anything?!
Fixed in latest Dashticz beta.

Can you test?
Thank you for your excellent service! Very much appreciated!
Are you planning to create a new masterbranch shortly... i assume i cannot simply swop my master into beta in order to fix the issue with Circulus garbage, can i?

Re: Dashticz - Module - Garbage collector

Posted: Tuesday 17 May 2022 17:32
by HansieNL
marmachine wrote: Monday 16 May 2022 23:58
Lokonli wrote: Sunday 17 April 2022 22:07
NilsNijenhuis wrote: Saturday 02 April 2022 14:58 Does anyone have the same problem that the garbage info of circulus berkel doesn't give results back?
couple of days ago it still worked and i haven't changed anything?!
Fixed in latest Dashticz beta.

Can you test?
Thank you for your excellent service! Very much appreciated!
Are you planning to create a new masterbranch shortly... i assume i cannot simply swop my master into beta in order to fix the issue with Circulus garbage, can i?
You can simply change Dashticz' branch to Beta by typing the following command in to the Terminal:

Code: Select all

git fetch origin
git checkout beta

Re: Dashticz - Module - Garbage collector

Posted: Wednesday 25 May 2022 10:26
by marmachine
Okay, so i did:

git fetch origin
git checkout beta

>> D custom/CONFIG_DEFAULT.js
>> Branch 'beta' set up to track remote branch 'beta' from 'origin'.
>> Switched to a new branch 'beta'

git pull

>> Already up to date.

After reboot there doesn't seem to be any difference which is good basically, however i was hoping to see the garbage calendar back to life again...
It now presents: "geen gegevens gevonden"

// Afvalkalender config
config['garbage_company'] = 'circulusberkel';
config['garbage_icalurl'] = 0;
config['garbage_zipcode'] = 'postalcode';
config['garbage_street'] = 'this is my streetname';
config['garbage_housenumber'] = 'house#';
config['garbage_maxitems'] = '4';
config['garbage_width'] = '12';

config['garbage_mapping'] = {
rest: ['grof', 'grey', 'rest', 'grijs','grijze'],
gft: ['gft', 'tuin', 'refuse bin', 'green', 'groen', 'Biodégradables', 'snoei'],
pmd: ['plastic', 'pmd', 'verpakking', 'kunststof', 'valorlux'],
papier: ['papier', 'blauw', 'blue', 'recycling bin collection'],
kca: ['chemisch', 'kca','kga'],
brown: ['brown', 'verre'],
black: ['black', 'zwart'],
milieu: ['milieu'],
kerstboom: ['kerst'],
best: ['best'],
};

config['garbage'] = {
gft: {kliko: 'green', code: '#375b23', name: 'GFT', icon: 'img/garbage/kliko_green.png'},
pmd: {kliko: 'orange', code: '#db5518', name: 'PMD', icon: 'img/garbage/kliko_orange.png'},
rest: {kliko: 'grey', code: '#5e5d5c', name: 'Restafval', icon: 'img/garbage/kliko_grey.png'},
papier: {kliko: 'blue', code: '#153477', name: 'Papier', icon: 'img/garbage/kliko_blue.png'},
kca: {kliko: 'red', code: '#b21807', name: 'Chemisch afval', icon: 'img/garbage/kliko_red.png'},
brown: {kliko: 'brown', code: '#7c3607', name: 'Bruin', icon: 'img/garbage/kliko_brown.png'},
black: {kliko: 'black', code: '#000000', name: 'Zwart', icon: 'img/garbage/kliko_black.png'},
milieu: {kliko: 'yellow', code: '#f9e231', name: 'Geel', icon: 'img/garbage/kliko_yellow.png'},
kerstboom: {kliko: 'green', code: '#375b23', name: 'Kerstboom', icon: 'img/garbage/tree.png'},
best: {kliko: 'green', code: '#FFFFFF', name: 'Best zak', icon: 'img/garbage/bestzak.png'},
};

Re: Dashticz - Module - Garbage collector

Posted: Thursday 26 May 2022 8:56
by Lokonli
marmachine wrote: Wednesday 25 May 2022 10:26 Okay, so i did:

git fetch origin
git checkout beta

>> D custom/CONFIG_DEFAULT.js
>> Branch 'beta' set up to track remote branch 'beta' from 'origin'.
>> Switched to a new branch 'beta'

git pull

>> Already up to date.

After reboot there doesn't seem to be any difference which is good basically, however i was hoping to see the garbage calendar back to life again...
It now presents: "geen gegevens gevonden"
circulusberkel is working on my system.

Maybe something on your system (CORS proxy, ssl issues), or, related to your zipcode.

Can you send me your zipcode and housenumber via PM, then I'll check.

Re: Dashticz - Module - Garbage collector

Posted: Wednesday 13 July 2022 9:56
by oranjeboven495
Did you get Circulus to work? I'm still not getting any data. Do you need to add the icalurl to the parameters?

Re: Dashticz - Module - Garbage collector

Posted: Saturday 16 July 2022 22:34
by Lokonli
oranjeboven495 wrote: Wednesday 13 July 2022 9:56 Did you get Circulus to work? I'm still not getting any data. Do you need to add the icalurl to the parameters?
Unfortunately some Circulus zipcodes don't work at the moment, because of an API change at their side.

I had a look, but fixing it needs some more investigation.

Re: Dashticz - Module - Garbage collector

Posted: Friday 06 January 2023 16:08
by inijman
I'm busting my brains to get this nice module working..

1. I'm in GAD area, but this company entry does not work. URL should be inzamelkalender gad nl / adres/postalcode:housenumber but it does not seem to sent a rest response, but a website.

2. Therefore I tried the ical option (inzamelkalender gad nl/ical/0406200000067948), but this throws script errors:
j Q u er y .Deferred exception: Cannot read properties of undefined (reading 'length') TypeError: Cannot read properties of undefined (reading 'length')



Could you point me in the direction on how to fix this?

Re: Dashticz - Module - Garbage collector

Posted: Saturday 07 January 2023 12:40
by Lokonli
On my system GAD is working. Can you try with the following block definition:

Code: Select all

blocks['gad'] = { title: 'Gad', company:'gad', zipcode: '1403HK',  housenumber: '47'}
(and add 'gad' to one of your columns.)

Re: Dashticz - Module - Garbage collector

Posted: Monday 16 January 2023 14:53
by marmachine
Lokonli wrote: Saturday 16 July 2022 22:34
oranjeboven495 wrote: Wednesday 13 July 2022 9:56 Did you get Circulus to work? I'm still not getting any data. Do you need to add the icalurl to the parameters?
Unfortunately some Circulus zipcodes don't work at the moment, because of an API change at their side.

I had a look, but fixing it needs some more investigation.
Any progress in this area?

Re: Dashticz - Module - Garbage collector

Posted: Wednesday 08 February 2023 17:04
by EdwinK
It seems that bar-afvalbeheer.nl has changed to another system, as they don't show up any more.

Re: Dashticz - Module - Garbage collector

Posted: Monday 13 February 2023 22:24
by Lokonli
bar-afvalbeheer.nl changed to a new app and a new api apparently.

If you can find a working example for the current situation please let me know.

Re: Dashticz - Module - Garbage collector

Posted: Monday 13 February 2023 22:28
by EdwinK
[deleted]

Re: Dashticz - Module - Garbage collector

Posted: Monday 13 February 2023 22:32
by EdwinK
Trying to find some info, if I can.

So far I've found this:
Verder is de api niet meer openbaar, zoals bij de vorige app. Je kan dus niet zelf knutselen om een integratie voor bijv. Home Assistant te maken.

Re: Dashticz - Module - Garbage collector

Posted: Thursday 02 March 2023 9:12
by riko
Since last night I cannot access the RMN API anymore: HTTP/1.1 response: 404 ==>> Not Found

It appears that they've launched a new app at 16 January, which might relate to this: https://www.rmn.nl/rmn-app/

Any ideas how it is possible to gather the data now?

Re: Dashticz - Module - Garbage collector

Posted: Thursday 02 March 2023 22:06
by Lokonli
I'll try to connect to a different API, for example as provided by https://github.com/heyajohnny/afvalinfo

Re: Dashticz - Module - Garbage collector

Posted: Thursday 02 March 2023 22:45
by EdwinK
Would be great :)

Re: Dashticz - Module - Garbage collector

Posted: Sunday 05 March 2023 9:29
by rwitkamp
RMN did change the App so Dashticz doesn't collect Garbage schedules anymore. I hope somebody finds a fix for it :-)

Re: Dashticz - Module - Garbage collector

Posted: Wednesday 29 March 2023 22:20
by Superpjeter
I have made a Domoticz plugin for the new circulus api: https://github.com/Superpjeter/Domoticz ... tor-Plugin
May be it can be used for others as well or as an example for this module

Re: Dashticz - Module - Garbage collector

Posted: Wednesday 05 April 2023 8:17
by Renber
Good morning,
I no longer receive information with Recycleapp, do you know what is happening?
THANKS

Re: Dashticz - Module - Garbage collector

Posted: Saturday 08 April 2023 10:02
by elbennito
Renber wrote: Wednesday 05 April 2023 8:17 Good morning,
I no longer receive information with Recycleapp, do you know what is happening?
THANKS
werkt bij mij ook niet meer. Ik vemoed dat de toegang tot de api niet meer werkt. Ik heb nu gewoon de agenda van de recycleapp gekopieerd naar mijn persoonlijke agenda die ook zichtbaar is in dashticz.