Search found 2 matches

by Tuomaz
Tuesday 16 May 2017 9:07
Forum: Other questions and discussions
Topic: Debug logging?
Replies: 9
Views: 20164

Re: Debug logging?

Excuse me for the bump, but this thread ranks high in Google for "domoticz debug log". This is how you enable debug/trace log:

Code: Select all

-loglevel 3 -debug -verbose -log /tmp/domoticz.log
(it is very verbose, so watch your log size)
by Tuomaz
Friday 24 February 2017 15:44
Forum: Suggestions
Topic: 1Wire pressure devices
Replies: 1
Views: 588

1Wire pressure devices

Hi I own a this and added support for it here . It's main purpose is to measure the barometric pressure, my patch in PR #388 made report "pure" pressure in Domoticz and not barometric pressure. I have a patch ready to make it report barometric pressure but as for now the patch make all 1Wire ...