Page 1 of 1

what is the easy way to raise a notification about jamming detected

Posted: 21 Feb 2022 19:47
by Thomas
Hello I have the razberry gen7 hat and version 3.2.2 software.
I have not seen a way to raise a notification if jamming of the radio spectrum is detected. I have surely overlooked the big button "activate jamming detection here" :-) ??

Re: what is the easy way to raise a notification about jamming detected

Posted: 28 Feb 2022 01:40
by PoltoS
Currently this is not in the UI. The dataholder zway.controller.data.statistics.jammingDetection.detected.value is set on detection. Basically, you can subscribe to this dataholder and make a UI element.

Re: what is the easy way to raise a notification about jamming detected

Posted: 28 Feb 2022 01:40
by PoltoS
You can even add it to the modules/ZWave/index.js and make a pull request. Meanwhile this is on our long TODO.