Re: Dashticz - Module - Garbage collector
Posted: Wednesday 10 February 2021 16:58
Yes, it keeps saying: Laden...
Open source Home Automation System
https://forum.domoticz.com/
Code: Select all
blocks['avalex'] = { title: 'Avalex', company:'avalex', zipcode: '2614SJ', housenumber: '61'}
I have the same issue, but with provider rova:RuudP1987 wrote: Wednesday 10 February 2021 9:37 I added the calendar for Avalex, but it keeps saying loading.. Did I miss something?
Code: Select all
//afvalophaalkalender blocks['mygarbage'] = { company: 'avalex', zipcode: '2622 km', street: 'straat van malakka', housenumber: xx, maxitems: 6, width: 12 }
Code: Select all
//afvalophaalkalender
blocks['mygarbage'] = {
company: 'rova',
zipcode: '8000AA,
housenumber: 1,
maxitems: 4,
width: 12
}I tried this:Lokonli wrote: Wednesday 10 February 2021 17:31 Avalex is working. Try this block definition (with this zipcode):add 'avalex' to a column. Dashticz should show the Avalex block including some garbage collection.Code: Select all
blocks['avalex'] = { title: 'Avalex', company:'avalex', zipcode: '2614SJ', housenumber: '61'}
If not, then probably PHP is not working correctly on your system.
If you send me your zipcode + housenumber (can be via PM) I'll check your zipcode on my system as well.
Code: Select all
blocks['rova'] = { title: 'rova', company:'rova', zipcode: '8043XL', housenumber: '72'}
Code: Select all
//afvalophaalkalender
blocks['avalex'] = {
title: 'Avalex',
company:'avalex',
zipcode: '2622KM',
housenumber: '30'
}
When I use your garbage settings I get the message: Geen gegevens gevonden.RuudP1987 wrote: Wednesday 10 February 2021 21:53 Mine keeps saying: Laden...
Even after your suggestion, find it attached.
PHP Version 8.0.1Code: Select all
//afvalophaalkalender blocks['avalex'] = { title: 'Avalex', company:'avalex', zipcode: '2622KM', housenumber: '30' }
3.7.3. beta
Code: Select all
//afvalophaalkalender
blocks['avalex'] = {
title: 'Avalex',
company:'avalex',
zipcode: '2635EE',
housenumber: '27'
}The info screen shows me: Dashticz C3.7.3 beta (You are running latest version.)Lokonli wrote: Wednesday 10 February 2021 18:57 hmm, working on my system ...
What is your Dashticz version and PHP version as reported by Dashticz.
Did you already try latest beta?
Code: Select all
git checkout beta
git pull
Code: Select all
make stop
make start
Code: Select all
GET http://server.vdplas.net:8082/tpl/thermostat_block.tpl?13 404 (Not Found)
VM372:1 GET http://server.vdplas.net:8082/tpl/dial.tpl?13 404 (Not Found)
(index):274 Refused to load the script 'https://ssl.google-analytics.com/ga.js' because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-inline' http://storage.googleapis.com https://www.wufoo.com https://maps.googleapis.com https://ajax.googleapis.com https://secure.wufoo.com". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback.Code: Select all
http://server.vdplas.net:8082/vendor/dashticz/garbage/index.php?service=rova&sub=undefined&zipcode=8043XL&nr=72&t=Code: Select all
[{"dt_msg":[],"errors":[]}]This worked for me! (raspbian buster on raspberry pi)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.Code: Select all
git checkout beta git pull
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.Code: Select all
make stop make start
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)
For me it didn't as stated above.RuudP1987 wrote: Thursday 11 February 2021 15:39
This worked for me! (raspbian buster on raspberry pi)
No result.. The block I can see but no information. I think the problem is that twentemilieu stops whit the calender on the website. Also in the index.php I don't see twentemilieu. Maybe someone here have it on dashticz?
Code: Select all
blocks['twentemilieu'] = { title: 'Twentemilieu', company:'twentemilieu', zipcode: '7544TG', housenumber: '10' }
I think the problem is with the site. If I look at the postcode of Enschede, there is more information about it than the postcode of Haaskbergen. At Haaksbergen you can only look in a PDF and at Enschede the data is directly visible on the site.wundie wrote: Saturday 13 February 2021 11:11 Thanks Lokonli,
Thats works fine but its a zipcode from Enschede. I am living in Haaksbergen 7482TS.
If i change that its gives no error but also in the block 'geen gegevens gevonden'.
Have take a look in the DevTools later when i have more time i thinkI have give it a quick look and there are no errors.
Yes, you're right.wundie wrote: Saturday 13 February 2021 21:28I think the problem is with the site. If I look at the postcode of Enschede, there is more information about it than the postcode of Haaskbergen. At Haaksbergen you can only look in a PDF and at Enschede the data is directly visible on the site.wundie wrote: Saturday 13 February 2021 11:11 Thanks Lokonli,
Thats works fine but its a zipcode from Enschede. I am living in Haaksbergen 7482TS.
If i change that its gives no error but also in the block 'geen gegevens gevonden'.
Have take a look in the DevTools later when i have more time i thinkI have give it a quick look and there are no errors.