You can monitor Crestron DM-NVX devices using our scripts. The scripts use the HTTPS Rest APIs to access the Crestron DM-NVX. Validated and tested on the DM-NVX-360.
- crestron_dm_nvx.js
This custom driver dynamically creates a list of variables and a table.
The list of variables includes:
- Device mode (Receiver/Transmitter)
- Model
- Name
- Serial Number
- Version
The table contains the Streams Information with the following columns (if the device mode is ‘Receiver’):
- ID
- Multicast Address
- Initiator Address
- Horizontal Resolution
- Vertical Resolution
The table contains the Streams Information with the following columns (if the device mode is ‘Transmitter’):
- Multicast Address
- Stream Location
- Active Bitrate
- Horizontal Resolution
- Vertical Resolution
- crestron_dm_nvx_discovered_streams.js
This script dynamically creates a table that contains the Discovered Streams with the following columns:
- Session Name
- Bitrate
- Resolution
- Multicast Address
- crestron_dm_nvx_ip_table.js
This script dynamically creates a table that contains the Connected Devices over IP with the following columns:
You can find the Crestron DM-NVX driver codes in our examples library. Just customize the drivers to fit your needs.