Page 1 of 1

Logging of custom HTTP

Posted: Sat 21 Jul 2018 12:43 pm
by bduren
Hello
I intend to use custom HTTP for updating temperature.
Where can I see the result of the operation ? some log ?

Custom HTTP can include webtags so.....

http://www.temperatur.nu/rapportera.php ... x=<#RCtemp>

This URL reports an OK (25,5) if typed directly in browser.

Please advise

Björn

Re: Logging of custom HTTP

Posted: Sat 21 Jul 2018 2:04 pm
by steve
The 'minutes' and 'rollover' responses are logged to the diags file if you turn on debug logging.

Re: Logging of custom HTTP

Posted: Sat 21 Jul 2018 2:13 pm
by bduren
So it works….
2018-07-21 16:05:00.821 Custom HTTP Minutes update
2018-07-21 16:05:01.037 Custom HTTP Minutes response: OK: ok! (24.2)

Very nice, thanks.