Lutron IP control need help
edgelitoc
Posts: 160
This was happening for me twice now to our customer.
First instance is that the boardroom lutron lighting has lost its communication to NI-3100. I have a message from diagnostics 0:4:1 port is offline. Second instance is the Townhall lutron lighting lost again its communication to Ni4100. I can ping the device through telnet on controller. Had anybody had experience why its lost its communication which it seems there was no changes on the network traffic.. Need help on this to trouble shoot
First instance is that the boardroom lutron lighting has lost its communication to NI-3100. I have a message from diagnostics 0:4:1 port is offline. Second instance is the Townhall lutron lighting lost again its communication to Ni4100. I can ping the device through telnet on controller. Had anybody had experience why its lost its communication which it seems there was no changes on the network traffic.. Need help on this to trouble shoot
0
Comments
If you are using one of the AMX provided modules, you might want to consider ditching it. Lutron protocol is very simple, and on the QS systems, for example, all I use is a simple handler to maintain the connection. I build the actual command strings as needed and pass them on to my comm module. Same with the feedback. I had a more elaborate thing with the older Homeworks, but decided it wasn't worth the trouble ... but it still works. Bottom line is, you can probably whip something up relatively quickly and have full control of the communications rather than have to wonder what someone else did in code you can't modify.