Page 5 of 5
Re: Yet another frontpage
Posted: Friday 11 September 2020 17:51
by JuanUil
no Frontpage
Re: Yet another frontpage
Posted: Sunday 13 September 2020 15:40
by PatrickSt91
You have to be absolutely sure PHP is working in domoticz.
Try creating a page with this in it.
<?php
phpinfo();
?>
Of it shows you a phpinfo page it should work, if not, PHP isn't working in domoticz (yet).
I'm on holiday so I can't help really much.
Cheers,
Patrick
Re: Yet another frontpage
Posted: Monday 21 September 2020 15:26
by PatrickSt91
For people using Afvalwijzer.
Afvalwijzer stopped the JSON feed I used to retrieve the data, so i created a basic screen scraper.
https://github.com/PatrickSt1991/Domoti ... ree/update
just replace index.php and afvalwijzer.php and it should work, only thing you have to do is change the postalcode and housenumber in afvalwijzer.php
Cheers,
Patrick