Dashticz - Module - Garbage collector Topic is solved

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

marmachine
Posts: 128
Joined: Saturday 26 March 2016 10:19
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.4834
Location: Netherlands
Contact:

Re: Dashticz - Module - Garbage collector

Post 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?
User avatar
HansieNL
Posts: 957
Joined: Monday 28 September 2015 15:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Module - Garbage collector

Post 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
Blah blah blah
marmachine
Posts: 128
Joined: Saturday 26 March 2016 10:19
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.4834
Location: Netherlands
Contact:

Re: Dashticz - Module - Garbage collector

Post 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'},
};
Lokonli
Posts: 2260
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Module - Garbage collector

Post 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.
oranjeboven495
Posts: 1
Joined: Wednesday 13 July 2022 9:21
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: Dashticz - Module - Garbage collector

Post 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?
Lokonli
Posts: 2260
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Module - Garbage collector

Post 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.
inijman
Posts: 1
Joined: Friday 06 January 2023 15:24
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Module - Garbage collector

Post 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?
Lokonli
Posts: 2260
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Module - Garbage collector

Post 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.)
marmachine
Posts: 128
Joined: Saturday 26 March 2016 10:19
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.4834
Location: Netherlands
Contact:

Re: Dashticz - Module - Garbage collector

Post 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?
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 »

It seems that bar-afvalbeheer.nl has changed to another system, as they don't show up any more.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
Lokonli
Posts: 2260
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Module - Garbage collector

Post 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.
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 »

[deleted]
Last edited by EdwinK on Monday 13 February 2023 22:32, edited 1 time in total.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
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 »

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.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
riko
Posts: 90
Joined: Saturday 22 August 2020 13:36
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Module - Garbage collector

Post 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?
Lokonli
Posts: 2260
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Module - Garbage collector

Post by Lokonli »

I'll try to connect to a different API, for example as provided by https://github.com/heyajohnny/afvalinfo
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 »

Would be great :)
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
rwitkamp
Posts: 3
Joined: Sunday 16 December 2018 10:36
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Netherlands
Contact:

Re: Dashticz - Module - Garbage collector

Post by rwitkamp »

RMN did change the App so Dashticz doesn't collect Garbage schedules anymore. I hope somebody finds a fix for it :-)
Superpjeter
Posts: 11
Joined: Wednesday 29 August 2018 14:11
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Module - Garbage collector

Post 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
Renber
Posts: 37
Joined: Thursday 04 February 2021 8:10
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Belgium
Contact:

Re: Dashticz - Module - Garbage collector

Post by Renber »

Good morning,
I no longer receive information with Recycleapp, do you know what is happening?
THANKS
Beaglebone black + Domoticz beta + Dashticz beta + Mosquitto + RF-Link + Node-Red + Homebridge + Dtgbot
elbennito
Posts: 21
Joined: Tuesday 27 February 2018 18:19
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: Dashticz - Module - Garbage collector

Post 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.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest