Z-Wave RSSI between Gateway and Device

I want to fetch a RSSI between Gateway and all nodes or Devices
I couldn't find any direct API to call and use to fetch RSSI value
How I can do this.

It might be better to take a step back and explain what your goal is, since this is a somewhat unusual thing to need to know from code.

That being said, if you're just looking for the information you'll find in the C-7 or later Z-Wave Details table, which includes RSSI, this endpoint (HTTP GET) provides that information in JSON format that is easy to handle from code:

<hubIP>/hub/zwaveDetails/json

I want to collect RSSI between a gateway and all nodes in a network, and then print those values for network analysis

Have you looked at the above endpoint? Again, all the information from the Z-Wave Details table is there, just in a more machine-parseable format.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.