Page 43 of 48
Re: Dashticz - Module - Garbage collector
Posted: Sunday 14 February 2021 11:08
by wundie
Unfortunately there is no other. The only option for now is to make a calendar. Maby twentemilieu will get the data on there site later.
Thanks for the help anyway!
Re: Dashticz - Module - Garbage collector
Posted: Sunday 21 February 2021 12:54
by stephanvdplas
Lokonli wrote: ↑Thursday 11 February 2021 13:11
@RuudP1981 and @stephanvdplas
I guess you are encountering the same issue. It can be PHP8 related, but I can't reproduce the problem at the moment.
Try the following:
First switch to latest beta:
(there are some recent changes on top of 3.7.3 beta)
Check that git doesn't report any error.
You followed the automatic install? Then recreate the docker image. It will switch back to PHP7 in the Dashticz Docker container:
Then retry Dashticz garbage.
If it still isn't working, open DevTools with F12 in Chrome. Refresh Dashticz.
Which errors are reported on the console tab?
And which user messages?
Then switch to the network tab. Try to find the garbage network request, for instance by filtering on the text 'service'
Please copy the exact url here (right click on the network request)
as well as the response to the network request (click on the network request, and a tab labeled 'response' becomes visible)
When I try avalex with te zipcode and housenumber as stated in one of the posts in this thread it is working. So it must be something with the rova api that is not working.
As stated before: I have a rova script in domoticz that is working fine, maybe we can fix it together? Just PB me for the information you need.
Dashticz - Module - Garbage collector .trashtoday .trashthisweek
Posted: Thursday 11 March 2021 13:18
by ikkezelf
Hi,
I'm loving the garbage addon/plugin.
Due to the fact that in my town at some days two garbage types are collected I have implemented three of these blocks.
Each block looks at a different garbage type.
I'm also using the custom.css with the .trash opacity.
now comes the question:
I would like to be able to set that opacity with a not(.trashthisweek) or any other time frame.
In that way the garbage type will become clearly visible when due to be picked up in a week.
I tried looking in the garbage.js file but I'm not sure where to start.
any help in achiving this?
thanks in advance
Re: Dashticz - Module - Garbage collector
Posted: Thursday 27 May 2021 19:32
by cornesch
Hi,
I get the following error with the garbage module: Error loading garbage data undefined.
The waste company I use is: Rova
Even after an update of Dashticz, this error continues to appear.
Has anything changed at Rova?
Re: Dashticz - Module - Garbage collector
Posted: Thursday 27 May 2021 22:32
by stephanvdplas
Since 25th of may 23:00 no updates.
In my case the same issue with ROVA.
I am also monitoring in Domoticz with dzVents script. Let you know tomorrow if that is still working.
Re: Dashticz - Module - Garbage collector
Posted: Saturday 29 May 2021 16:31
by cornesch
cornesch wrote: ↑Thursday 27 May 2021 19:32
Hi,
I get the following error with the garbage module: Error loading garbage data undefined.
The waste company I use is: Rova
Even after an update of Dashticz, this error continues to appear.
Has anything changed at Rova?
Do more people have problems with the garbage module in Dashticz?
At the moment it still doesn't work.
Thanks in advance for the correct solution

Re: Dashticz - Module - Garbage collector
Posted: Sunday 30 May 2021 9:34
by madpatrick
cornesch wrote: ↑Thursday 27 May 2021 19:32
Do more people have problems with the garbage module in Dashticz?
At the moment it still doesn't work.
Thanks in advance for the correct solution
No problems over here.
Using 'mijnafvalwijzer'
Re: Dashticz - Module - Garbage collector
Posted: Sunday 30 May 2021 15:59
by Lokonli
It seems there are indeed some issues with Rova. I'll do some checks later today.
Verstuurd vanaf mijn AC2003 met Tapatalk
Re: Dashticz - Module - Garbage collector
Posted: Tuesday 01 June 2021 16:32
by stephanvdplas
stephanvdplas wrote: ↑Thursday 27 May 2021 22:32
Since 25th of may 23:00 no updates.
In my case the same issue with ROVA.
I am also monitoring in Domoticz with dzVents script. Let you know tomorrow if that is still working.
Also in Domoticz itself, the garbage collecting stopped working.
Must have been changed something in the Rova website....
Re: Dashticz - Module - Garbage collector
Posted: Friday 04 June 2021 20:32
by stephanvdplas
The API has changed (and became a lot less difficult to obtain). Just do an http get to
https://www.rova.nl/api/waste-calendar/ ... seNumber=1
Mo domticz script is working again. Hope you can get your dashticz module working too!
-----
De API lijkt helemaal veranderd (en een stuk makkelijker geworden. Hier krijg je nu je JSON vandaan, zonder cookies, gewoon een http get naar
https://www.rova.nl/api/waste-calendar/ ... seNumber=1
JSON output looks like this: De geretourneerde json ziet er als volgt uit:
[{"garbageTypeCode":"GFT","garbageType":"GFT","date":"2021-06-10T00:00:00Z","regular":true},{"garbageTypeCode":"PMD","garbageType":"PMD","date":"2021-06-17T00:00:00Z","regular":true},{"garbageTypeCode":"GFT","garbageType":"GFT","date":"2021-06-24T00:00:00Z","regular":true}]
Mind the change: camelCase now (no capitalized first letter!)
Re: Dashticz - Module - Garbage collector
Posted: Monday 07 June 2021 21:00
by cornesch
Stephan, thanks for looking.
Is this easy to adjust to get it working again in Dashticz?
Re: Dashticz - Module - Garbage collector
Posted: Tuesday 08 June 2021 0:12
by Lokonli
It's relatively easy. The PHP script needs to be updated. Unfortunately I can't free up the time to work on it in the coming week.
Verstuurd vanaf mijn AC2003 met Tapatalk
Re: Dashticz - Module - Garbage collector
Posted: Sunday 04 July 2021 9:14
by cornesch
Hello Lokonli,
Will you soon have time to change the PHP script for the Rova?
Just send the bill to me

Re: Dashticz - Module - Garbage collector
Posted: Sunday 04 July 2021 19:36
by Lokonli
Pretty busy lately
I'll try to fix it in the coming week.
Re: Dashticz - Module - Garbage collector
Posted: Sunday 04 July 2021 20:14
by Lokonli
cornesch wrote: ↑Sunday 04 July 2021 9:14
Hello Lokonli,
Will you soon have time to change the PHP script for the Rova?
Just send the bill to me
Fixed in latest beta. I did not increase the version number yet. Could you test?
Update dashticz with 'git pull'
Re: Dashticz - Module - Garbage collector
Posted: Sunday 04 July 2021 22:03
by cornesch
Thanks for your help Lokonli.
It works again, we are very happy with it.
Re: Dashticz - Module - Garbage collector
Posted: Thursday 29 July 2021 21:46
by Lando
Hallo Lokonli,
Sedert een 2-3-tal dagen werkt de afvalkalender voor de gemeente Venlo niet meer. Zag dat de Gemeente de website had aangepast en mogelijk is dat de oorzaak
Voorheen werkte het perfect. kun jij zien of er iets aangepast moet worden?
Re: Dashticz - Module - Garbage collector
Posted: Friday 13 August 2021 16:05
by Lokonli
Lando wrote: ↑Thursday 29 July 2021 21:46
Hallo Lokonli,
Sedert een 2-3-tal dagen werkt de afvalkalender voor de gemeente Venlo niet meer. Zag dat de Gemeente de website had aangepast en mogelijk is dat de oorzaak
Voorheen werkte het perfect. kun jij zien of er iets aangepast moet worden?
Please use English on this forum.
I'll try to fix the Venlo garbage collection calendar.
Re: Dashticz - Module - Garbage collector
Posted: Friday 13 August 2021 16:09
by Lando
Lokonli,
bedankt voor je reactie. Ik wacht met spanning af
Re: Dashticz - Module - Garbage collector
Posted: Friday 13 August 2021 17:37
by Lokonli
Lando wrote: ↑Friday 13 August 2021 16:09
Lokonli,
bedankt voor je reactie. Ik wacht met spanning af
Fixed in latest beta.