cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
949
Views
0
Helpful
3
Replies

Room Control Login

Daryl Clark
Level 1
Level 1

Thank you in advance for any guidance you can provide.

 

I'm trying to wrap my head around the Room Control feature in my MX300G2 system. We have a Lutron RadioRa2 lighting control system in place today. I can log into it via Telnet (username / password required) and issue a command to control scenes, lights, etc... and it will send back status messages.

 

My goal is to integrate this with the MX so the end user has a button on the screen "VC Mode" that sends the command to the Lutron system (via Telnet) to activate the proper scene. The Lutron system will take care of setting the light levels, adjusting shades, etc...

 

I cannot, for the life of me, figure out how to add the Lutron System, credentials and set up the proper format of the commands to send over.

3 Replies 3

Go through  Application Programming Interface (API) Reference Guide  Cisco TelePresence MX200 G2 and MX300 G2

 

https://www.cisco.com/c/dam/en/us/td/docs/telepresence/endpoint/ce80/mx200g2-mx300g2-api-reference-guide-ce80.pdf



Response Signature


I have, multiple times. Still very unclear how to add a telnet host, set the credentials and define the syntax to send and receive.

Jonathan Schulenberg
Hall of Fame
Hall of Fame

I’m not aware of a way to open an outbound telnet/SSH session from the JavaScript macro. You can make an outbound RESTful call or use the GPIO ports.

https://www.cisco.com/c/dam/en/us/td/docs/telepresence/endpoint/ce913/sx-mx-dx-room-kit-boards-customization-guide-ce913.pdf (RESTful API on page 60)


https://github.com/CiscoDevNet/roomdevices-macros-samples (including GPIO sample code)