Page 2 of 2
Re: Spontaneous reboots
Posted: Mon Nov 05, 2018 9:30 pm
by Rudolf
I stumbled across a proper fix on Github; it disables gzipping by supplying the proper headers with the request.
https://github.com/cyberjunky/home-assi ... ents/pulls
Re: Spontaneous reboots
Posted: Tue Mar 19, 2019 11:02 pm
by glsf91
Looks likes this solved also my reboot problem.
For use in Domoticz in dzVents, use:
domoticz.openURL({
url = 'http://'..ToonIP..'/boilerstatus/boilervalues.txt',
method = 'GET',
headers = {['accept-encoding'] = 'None'},
callback = 'triggerToonGetInfo2boilervalues'
})
(you can remove callback if you don't use it)
Re: Spontaneous reboots
Posted: Sat Dec 19, 2020 12:09 am
by Micha_123
i have to much played with the /qmf/etc/lighttpd/lighttpd.conf
and now some things are not working anymore,
can someone send the lighttpd.conf conf file (toon1)
Re: Spontaneous reboots
Posted: Sat Dec 19, 2020 11:12 pm
by glsf91
Micha_123 wrote:i have to much played with the /qmf/etc/lighttpd/lighttpd.conf
and now some things are not working anymore,
can someone send the lighttpd.conf conf file (toon1)
See attachment
Re: Spontaneous reboots
Posted: Sun Dec 20, 2020 1:52 pm
by Micha_123
thank you