Page 1 of 1

background noise level

Posted: 25 May 2019 00:42
by tin921
how to disable or change the interval?

Re: background noise level

Posted: 01 Jun 2019 17:36
by tin921
any ideas anyone?

Re: background noise level

Posted: 02 Jun 2019 01:49
by PoltoS
Does it harm you?

Re: background noise level

Posted: 02 Jun 2019 16:26
by tin921
that by itself doesn't. but i am trying to understand z-wave and zway as much as possible. i am reading the log file and trying to understand every print and data payload. but the log from noise reading is occupying too much. or what's the exact print i can ignore?

Re: background noise level

Posted: 02 Jun 2019 22:06
by ibjr
@PoltoS; I have the same question. On a RPi I want to limit the amount of data written to the memory card as much as possible, but I do need some of the log data for debugging purposes, so i can not switch off all the debugging. The background noise info does not provide much info (for debugging), so it would help if we could limit or switch off the noise data

Re: background noise level

Posted: 03 Jun 2019 03:00
by PoltoS
Make sense, we will think about it.

Meanwhile you can go in automation/modules/ZWave/index.js and disable the timer. Search for background rssi

Re: background noise level

Posted: 03 Jun 2019 18:43
by ibjr
Thanks,
in the mean time I will disable the timer.