Spontaneous reboots

If your (rooted) Toon doesn't do what it's supposed to, post here. Dutch allowed / Posten in 't Nederlands toegestaan.

Moderators: marcelr, TheHogNL, Toonz

Rudolf
Member
Member
Posts: 136
Joined: Mon Dec 04, 2017 8:50 pm

Re: Spontaneous reboots

Post 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
glsf91
Member
Member
Posts: 184
Joined: Fri Sep 15, 2017 9:25 pm

Re: Spontaneous reboots

Post 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)
Micha_123
Starting Member
Starting Member
Posts: 39
Joined: Mon Sep 09, 2019 6:51 pm

Re: Spontaneous reboots

Post 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)
glsf91
Member
Member
Posts: 184
Joined: Fri Sep 15, 2017 9:25 pm

Re: Spontaneous reboots

Post 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
lighttpd.zip
(3.54 KiB) Downloaded 256 times
Micha_123
Starting Member
Starting Member
Posts: 39
Joined: Mon Sep 09, 2019 6:51 pm

Re: Spontaneous reboots

Post by Micha_123 »

thank you
Post Reply

Return to “Toon issues and support (Nederlands toegestaan)”