- You can, at least as long as it’s a Z-Wave Plus range extender - keep in mind that all mains/USB powered devices are “range extenders” automatically - they’re used to build the mesh.
- As explained in the docs you need to wake any battery powered devices before you can change their configuration
-
Graph the mesh for a start. You can also look in the
<>
menu (under Developer tools) and look at the following attributes of thezwave.
entity:sentFailed
,averageRequestRTT
, andaverageResponseRTT
. All those should be relatively low (the first should be 1% or less ofsentCnt
ideally, the others should be under 500 (half a second). - Yes, up to 4 hops
- The command is stored and sent
- You should see (from memory) something like
is_secure: true
in the attributes of thezwave.
entity.
1 Like