It would also be nice if Home Assistant (HA) or other smarthubs builtin Jamming detection (disturbance) of the Z-wave LR signal.
This is aIready possible.I have an automation checking the background rssi of zwave channel 0 (you might have to activte the entity). The threshold depends on your controller, In my case (700) -97db seems to be a good value ( -105db is my normal value)
alias: ZWave Jammed
description: ""
triggers:
- trigger: numeric_state
entity_id:
- >-
sensor.z_wave_shield_with_external_antenna_current_background_rssi_channel_0
above: -97
conditions: []
actions:
- action: notify.persistent_notification
metadata: {}
data:
message: This could be an attempted break-in!
title: ZWave Radio jammed!
- action: notify.all_mobile_devices
metadata: {}
data:
title: ZWave Radio jammed!
message: This could be an attempted break-in!
mode: single